public static interface ModelMonitoringSchema.FieldSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataType()
public abstract String getDataType() Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The dataType. |
getDataTypeBytes()
public abstract ByteString getDataTypeBytes() Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataType. |
getName()
public abstract String getName()Field name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Field name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRepeated()
public abstract boolean getRepeated()Describes if the schema field is an array of given data type.
bool repeated = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The repeated. |