public static interface ModelMonitoringSchema.FieldSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Supported data types are:
`float`
`integer`
`boolean`
`string`
`categorical`
|
com.google.protobuf.ByteString |
getDataTypeBytes()
Supported data types are:
`float`
`integer`
`boolean`
`string`
`categorical`
|
String |
getName()
Field name.
|
com.google.protobuf.ByteString |
getNameBytes()
Field name.
|
boolean |
getRepeated()
Describes if the schema field is an array of given data type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Field name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Field name.
string name = 1;String getDataType()
Supported data types are: `float` `integer` `boolean` `string` `categorical`
string data_type = 2;com.google.protobuf.ByteString getDataTypeBytes()
Supported data types are: `float` `integer` `boolean` `string` `categorical`
string data_type = 2;boolean getRepeated()
Describes if the schema field is an array of given data type.
bool repeated = 3;Copyright © 2024 Google LLC. All rights reserved.