Class TextClassificationModelMetadata.Builder (2.83.0)

public static final class TextClassificationModelMetadata.Builder extends GeneratedMessage.Builder<TextClassificationModelMetadata.Builder> implements TextClassificationModelMetadataOrBuilder

Model metadata that is specific to text classification.

Protobuf type google.cloud.automl.v1beta1.TextClassificationModelMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public TextClassificationModelMetadata build()
Returns
Type Description
TextClassificationModelMetadata

buildPartial()

public TextClassificationModelMetadata buildPartial()
Returns
Type Description
TextClassificationModelMetadata

clear()

public TextClassificationModelMetadata.Builder clear()
Returns
Type Description
TextClassificationModelMetadata.Builder
Overrides

clearClassificationType()

public TextClassificationModelMetadata.Builder clearClassificationType()

Output only. Classification type of the dataset used to train this model.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;

Returns
Type Description
TextClassificationModelMetadata.Builder

This builder for chaining.

getClassificationType()

public ClassificationProto.ClassificationType getClassificationType()

Output only. Classification type of the dataset used to train this model.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;

Returns
Type Description
ClassificationProto.ClassificationType

The classificationType.

getClassificationTypeValue()

public int getClassificationTypeValue()

Output only. Classification type of the dataset used to train this model.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;

Returns
Type Description
int

The enum numeric value on the wire for classificationType.

getDefaultInstanceForType()

public TextClassificationModelMetadata getDefaultInstanceForType()
Returns
Type Description
TextClassificationModelMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TextClassificationModelMetadata other)

public TextClassificationModelMetadata.Builder mergeFrom(TextClassificationModelMetadata other)
Parameter
Name Description
other TextClassificationModelMetadata
Returns
Type Description
TextClassificationModelMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TextClassificationModelMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextClassificationModelMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TextClassificationModelMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TextClassificationModelMetadata.Builder
Overrides

setClassificationType(ClassificationProto.ClassificationType value)

public TextClassificationModelMetadata.Builder setClassificationType(ClassificationProto.ClassificationType value)

Output only. Classification type of the dataset used to train this model.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;

Parameter
Name Description
value ClassificationProto.ClassificationType

The classificationType to set.

Returns
Type Description
TextClassificationModelMetadata.Builder

This builder for chaining.

setClassificationTypeValue(int value)

public TextClassificationModelMetadata.Builder setClassificationTypeValue(int value)

Output only. Classification type of the dataset used to train this model.

.google.cloud.automl.v1beta1.ClassificationType classification_type = 3;

Parameter
Name Description
value int

The enum numeric value on the wire for classificationType to set.

Returns
Type Description
TextClassificationModelMetadata.Builder

This builder for chaining.