public static final class ModelMonitoringSchema.FieldSchema.Builder extends GeneratedMessage.Builder<ModelMonitoringSchema.FieldSchema.Builder> implements ModelMonitoringSchema.FieldSchemaOrBuilderSchema field definition.
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringSchema.FieldSchema
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ModelMonitoringSchema.FieldSchema.BuilderImplements
ModelMonitoringSchema.FieldSchemaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ModelMonitoringSchema.FieldSchema build()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema |
|
buildPartial()
public ModelMonitoringSchema.FieldSchema buildPartial()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema |
|
clear()
public ModelMonitoringSchema.FieldSchema.Builder clear()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
|
clearDataType()
public ModelMonitoringSchema.FieldSchema.Builder clearDataType() Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
clearName()
public ModelMonitoringSchema.FieldSchema.Builder clearName()Field name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
clearRepeated()
public ModelMonitoringSchema.FieldSchema.Builder clearRepeated()Describes if the schema field is an array of given data type.
bool repeated = 3;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
getDataType()
public String getDataType() Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The dataType. |
getDataTypeBytes()
public ByteString getDataTypeBytes() Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataType. |
getDefaultInstanceForType()
public ModelMonitoringSchema.FieldSchema getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Field name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Field name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRepeated()
public boolean getRepeated()Describes if the schema field is an array of given data type.
bool repeated = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The repeated. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ModelMonitoringSchema.FieldSchema other)
public ModelMonitoringSchema.FieldSchema.Builder mergeFrom(ModelMonitoringSchema.FieldSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringSchema.FieldSchema |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelMonitoringSchema.FieldSchema.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ModelMonitoringSchema.FieldSchema.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
|
setDataType(String value)
public ModelMonitoringSchema.FieldSchema.Builder setDataType(String value) Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataType to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
setDataTypeBytes(ByteString value)
public ModelMonitoringSchema.FieldSchema.Builder setDataTypeBytes(ByteString value) Supported data types are:
float
integer
boolean
string
categorical
string data_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dataType to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
setName(String value)
public ModelMonitoringSchema.FieldSchema.Builder setName(String value)Field name.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ModelMonitoringSchema.FieldSchema.Builder setNameBytes(ByteString value)Field name.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |
setRepeated(boolean value)
public ModelMonitoringSchema.FieldSchema.Builder setRepeated(boolean value)Describes if the schema field is an array of given data type.
bool repeated = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe repeated to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringSchema.FieldSchema.Builder |
This builder for chaining. |