Package com.google.cloud.automl.v1beta1
Class Model
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.automl.v1beta1.Model
-
- All Implemented Interfaces:
ModelOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Model extends com.google.protobuf.GeneratedMessageV3 implements ModelOrBuilder
API proto representing a trained machine learning model.
Protobuf typegoogle.cloud.automl.v1beta1.Model
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Model.Builder
API proto representing a trained machine learning model.static class
Model.DeploymentState
Deployment state of the model.static class
Model.ModelMetadataCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATE_TIME_FIELD_NUMBER
static int
DATASET_ID_FIELD_NUMBER
static int
DEPLOYMENT_STATE_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
IMAGE_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
static int
IMAGE_OBJECT_DETECTION_MODEL_METADATA_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
TABLES_MODEL_METADATA_FIELD_NUMBER
static int
TEXT_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
static int
TEXT_EXTRACTION_MODEL_METADATA_FIELD_NUMBER
static int
TEXT_SENTIMENT_MODEL_METADATA_FIELD_NUMBER
static int
TRANSLATION_MODEL_METADATA_FIELD_NUMBER
static int
UPDATE_TIME_FIELD_NUMBER
static int
VIDEO_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
static int
VIDEO_OBJECT_TRACKING_MODEL_METADATA_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.String
getDatasetId()
Required.com.google.protobuf.ByteString
getDatasetIdBytes()
Required.static Model
getDefaultInstance()
Model
getDefaultInstanceForType()
Model.DeploymentState
getDeploymentState()
Output only.int
getDeploymentStateValue()
Output only.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.ImageClassificationModelMetadata
getImageClassificationModelMetadata()
Metadata for image classification models.ImageClassificationModelMetadataOrBuilder
getImageClassificationModelMetadataOrBuilder()
Metadata for image classification models.ImageObjectDetectionModelMetadata
getImageObjectDetectionModelMetadata()
Metadata for image object detection models.ImageObjectDetectionModelMetadataOrBuilder
getImageObjectDetectionModelMetadataOrBuilder()
Metadata for image object detection models.Model.ModelMetadataCase
getModelMetadataCase()
String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Parser<Model>
getParserForType()
int
getSerializedSize()
TablesModelMetadata
getTablesModelMetadata()
Metadata for Tables models.TablesModelMetadataOrBuilder
getTablesModelMetadataOrBuilder()
Metadata for Tables models.TextClassificationModelMetadata
getTextClassificationModelMetadata()
Metadata for text classification models.TextClassificationModelMetadataOrBuilder
getTextClassificationModelMetadataOrBuilder()
Metadata for text classification models.TextExtractionModelMetadata
getTextExtractionModelMetadata()
Metadata for text extraction models.TextExtractionModelMetadataOrBuilder
getTextExtractionModelMetadataOrBuilder()
Metadata for text extraction models.TextSentimentModelMetadata
getTextSentimentModelMetadata()
Metadata for text sentiment models.TextSentimentModelMetadataOrBuilder
getTextSentimentModelMetadataOrBuilder()
Metadata for text sentiment models.TranslationModelMetadata
getTranslationModelMetadata()
Metadata for translation models.TranslationModelMetadataOrBuilder
getTranslationModelMetadataOrBuilder()
Metadata for translation models.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.VideoClassificationModelMetadata
getVideoClassificationModelMetadata()
Metadata for video classification models.VideoClassificationModelMetadataOrBuilder
getVideoClassificationModelMetadataOrBuilder()
Metadata for video classification models.VideoObjectTrackingModelMetadata
getVideoObjectTrackingModelMetadata()
Metadata for video object tracking models.VideoObjectTrackingModelMetadataOrBuilder
getVideoObjectTrackingModelMetadataOrBuilder()
Metadata for video object tracking models.boolean
hasCreateTime()
Output only.int
hashCode()
boolean
hasImageClassificationModelMetadata()
Metadata for image classification models.boolean
hasImageObjectDetectionModelMetadata()
Metadata for image object detection models.boolean
hasTablesModelMetadata()
Metadata for Tables models.boolean
hasTextClassificationModelMetadata()
Metadata for text classification models.boolean
hasTextExtractionModelMetadata()
Metadata for text extraction models.boolean
hasTextSentimentModelMetadata()
Metadata for text sentiment models.boolean
hasTranslationModelMetadata()
Metadata for translation models.boolean
hasUpdateTime()
Output only.boolean
hasVideoClassificationModelMetadata()
Metadata for video classification models.boolean
hasVideoObjectTrackingModelMetadata()
Metadata for video object tracking models.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Model.Builder
newBuilder()
static Model.Builder
newBuilder(Model prototype)
Model.Builder
newBuilderForType()
protected Model.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Model
parseDelimitedFrom(InputStream input)
static Model
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model
parseFrom(byte[] data)
static Model
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model
parseFrom(com.google.protobuf.ByteString data)
static Model
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model
parseFrom(com.google.protobuf.CodedInputStream input)
static Model
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model
parseFrom(InputStream input)
static Model
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model
parseFrom(ByteBuffer data)
static Model
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Model>
parser()
Model.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TRANSLATION_MODEL_METADATA_FIELD_NUMBER
public static final int TRANSLATION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
public static final int IMAGE_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_OBJECT_DETECTION_MODEL_METADATA_FIELD_NUMBER
public static final int IMAGE_OBJECT_DETECTION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
public static final int VIDEO_CLASSIFICATION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_OBJECT_TRACKING_MODEL_METADATA_FIELD_NUMBER
public static final int VIDEO_OBJECT_TRACKING_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_EXTRACTION_MODEL_METADATA_FIELD_NUMBER
public static final int TEXT_EXTRACTION_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLES_MODEL_METADATA_FIELD_NUMBER
public static final int TABLES_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_SENTIMENT_MODEL_METADATA_FIELD_NUMBER
public static final int TEXT_SENTIMENT_MODEL_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATASET_ID_FIELD_NUMBER
public static final int DATASET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPLOYMENT_STATE_FIELD_NUMBER
public static final int DEPLOYMENT_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getModelMetadataCase
public Model.ModelMetadataCase getModelMetadataCase()
- Specified by:
getModelMetadataCase
in interfaceModelOrBuilder
-
hasTranslationModelMetadata
public boolean hasTranslationModelMetadata()
Metadata for translation models.
.google.cloud.automl.v1beta1.TranslationModelMetadata translation_model_metadata = 15;
- Specified by:
hasTranslationModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the translationModelMetadata field is set.
-
getTranslationModelMetadata
public TranslationModelMetadata getTranslationModelMetadata()
Metadata for translation models.
.google.cloud.automl.v1beta1.TranslationModelMetadata translation_model_metadata = 15;
- Specified by:
getTranslationModelMetadata
in interfaceModelOrBuilder
- Returns:
- The translationModelMetadata.
-
getTranslationModelMetadataOrBuilder
public TranslationModelMetadataOrBuilder getTranslationModelMetadataOrBuilder()
Metadata for translation models.
.google.cloud.automl.v1beta1.TranslationModelMetadata translation_model_metadata = 15;
- Specified by:
getTranslationModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasImageClassificationModelMetadata
public boolean hasImageClassificationModelMetadata()
Metadata for image classification models.
.google.cloud.automl.v1beta1.ImageClassificationModelMetadata image_classification_model_metadata = 13;
- Specified by:
hasImageClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the imageClassificationModelMetadata field is set.
-
getImageClassificationModelMetadata
public ImageClassificationModelMetadata getImageClassificationModelMetadata()
Metadata for image classification models.
.google.cloud.automl.v1beta1.ImageClassificationModelMetadata image_classification_model_metadata = 13;
- Specified by:
getImageClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- The imageClassificationModelMetadata.
-
getImageClassificationModelMetadataOrBuilder
public ImageClassificationModelMetadataOrBuilder getImageClassificationModelMetadataOrBuilder()
Metadata for image classification models.
.google.cloud.automl.v1beta1.ImageClassificationModelMetadata image_classification_model_metadata = 13;
- Specified by:
getImageClassificationModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasTextClassificationModelMetadata
public boolean hasTextClassificationModelMetadata()
Metadata for text classification models.
.google.cloud.automl.v1beta1.TextClassificationModelMetadata text_classification_model_metadata = 14;
- Specified by:
hasTextClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the textClassificationModelMetadata field is set.
-
getTextClassificationModelMetadata
public TextClassificationModelMetadata getTextClassificationModelMetadata()
Metadata for text classification models.
.google.cloud.automl.v1beta1.TextClassificationModelMetadata text_classification_model_metadata = 14;
- Specified by:
getTextClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- The textClassificationModelMetadata.
-
getTextClassificationModelMetadataOrBuilder
public TextClassificationModelMetadataOrBuilder getTextClassificationModelMetadataOrBuilder()
Metadata for text classification models.
.google.cloud.automl.v1beta1.TextClassificationModelMetadata text_classification_model_metadata = 14;
- Specified by:
getTextClassificationModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasImageObjectDetectionModelMetadata
public boolean hasImageObjectDetectionModelMetadata()
Metadata for image object detection models.
.google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata image_object_detection_model_metadata = 20;
- Specified by:
hasImageObjectDetectionModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the imageObjectDetectionModelMetadata field is set.
-
getImageObjectDetectionModelMetadata
public ImageObjectDetectionModelMetadata getImageObjectDetectionModelMetadata()
Metadata for image object detection models.
.google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata image_object_detection_model_metadata = 20;
- Specified by:
getImageObjectDetectionModelMetadata
in interfaceModelOrBuilder
- Returns:
- The imageObjectDetectionModelMetadata.
-
getImageObjectDetectionModelMetadataOrBuilder
public ImageObjectDetectionModelMetadataOrBuilder getImageObjectDetectionModelMetadataOrBuilder()
Metadata for image object detection models.
.google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata image_object_detection_model_metadata = 20;
- Specified by:
getImageObjectDetectionModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasVideoClassificationModelMetadata
public boolean hasVideoClassificationModelMetadata()
Metadata for video classification models.
.google.cloud.automl.v1beta1.VideoClassificationModelMetadata video_classification_model_metadata = 23;
- Specified by:
hasVideoClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the videoClassificationModelMetadata field is set.
-
getVideoClassificationModelMetadata
public VideoClassificationModelMetadata getVideoClassificationModelMetadata()
Metadata for video classification models.
.google.cloud.automl.v1beta1.VideoClassificationModelMetadata video_classification_model_metadata = 23;
- Specified by:
getVideoClassificationModelMetadata
in interfaceModelOrBuilder
- Returns:
- The videoClassificationModelMetadata.
-
getVideoClassificationModelMetadataOrBuilder
public VideoClassificationModelMetadataOrBuilder getVideoClassificationModelMetadataOrBuilder()
Metadata for video classification models.
.google.cloud.automl.v1beta1.VideoClassificationModelMetadata video_classification_model_metadata = 23;
- Specified by:
getVideoClassificationModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasVideoObjectTrackingModelMetadata
public boolean hasVideoObjectTrackingModelMetadata()
Metadata for video object tracking models.
.google.cloud.automl.v1beta1.VideoObjectTrackingModelMetadata video_object_tracking_model_metadata = 21;
- Specified by:
hasVideoObjectTrackingModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the videoObjectTrackingModelMetadata field is set.
-
getVideoObjectTrackingModelMetadata
public VideoObjectTrackingModelMetadata getVideoObjectTrackingModelMetadata()
Metadata for video object tracking models.
.google.cloud.automl.v1beta1.VideoObjectTrackingModelMetadata video_object_tracking_model_metadata = 21;
- Specified by:
getVideoObjectTrackingModelMetadata
in interfaceModelOrBuilder
- Returns:
- The videoObjectTrackingModelMetadata.
-
getVideoObjectTrackingModelMetadataOrBuilder
public VideoObjectTrackingModelMetadataOrBuilder getVideoObjectTrackingModelMetadataOrBuilder()
Metadata for video object tracking models.
.google.cloud.automl.v1beta1.VideoObjectTrackingModelMetadata video_object_tracking_model_metadata = 21;
- Specified by:
getVideoObjectTrackingModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasTextExtractionModelMetadata
public boolean hasTextExtractionModelMetadata()
Metadata for text extraction models.
.google.cloud.automl.v1beta1.TextExtractionModelMetadata text_extraction_model_metadata = 19;
- Specified by:
hasTextExtractionModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the textExtractionModelMetadata field is set.
-
getTextExtractionModelMetadata
public TextExtractionModelMetadata getTextExtractionModelMetadata()
Metadata for text extraction models.
.google.cloud.automl.v1beta1.TextExtractionModelMetadata text_extraction_model_metadata = 19;
- Specified by:
getTextExtractionModelMetadata
in interfaceModelOrBuilder
- Returns:
- The textExtractionModelMetadata.
-
getTextExtractionModelMetadataOrBuilder
public TextExtractionModelMetadataOrBuilder getTextExtractionModelMetadataOrBuilder()
Metadata for text extraction models.
.google.cloud.automl.v1beta1.TextExtractionModelMetadata text_extraction_model_metadata = 19;
- Specified by:
getTextExtractionModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasTablesModelMetadata
public boolean hasTablesModelMetadata()
Metadata for Tables models.
.google.cloud.automl.v1beta1.TablesModelMetadata tables_model_metadata = 24;
- Specified by:
hasTablesModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the tablesModelMetadata field is set.
-
getTablesModelMetadata
public TablesModelMetadata getTablesModelMetadata()
Metadata for Tables models.
.google.cloud.automl.v1beta1.TablesModelMetadata tables_model_metadata = 24;
- Specified by:
getTablesModelMetadata
in interfaceModelOrBuilder
- Returns:
- The tablesModelMetadata.
-
getTablesModelMetadataOrBuilder
public TablesModelMetadataOrBuilder getTablesModelMetadataOrBuilder()
Metadata for Tables models.
.google.cloud.automl.v1beta1.TablesModelMetadata tables_model_metadata = 24;
- Specified by:
getTablesModelMetadataOrBuilder
in interfaceModelOrBuilder
-
hasTextSentimentModelMetadata
public boolean hasTextSentimentModelMetadata()
Metadata for text sentiment models.
.google.cloud.automl.v1beta1.TextSentimentModelMetadata text_sentiment_model_metadata = 22;
- Specified by:
hasTextSentimentModelMetadata
in interfaceModelOrBuilder
- Returns:
- Whether the textSentimentModelMetadata field is set.
-
getTextSentimentModelMetadata
public TextSentimentModelMetadata getTextSentimentModelMetadata()
Metadata for text sentiment models.
.google.cloud.automl.v1beta1.TextSentimentModelMetadata text_sentiment_model_metadata = 22;
- Specified by:
getTextSentimentModelMetadata
in interfaceModelOrBuilder
- Returns:
- The textSentimentModelMetadata.
-
getTextSentimentModelMetadataOrBuilder
public TextSentimentModelMetadataOrBuilder getTextSentimentModelMetadataOrBuilder()
Metadata for text sentiment models.
.google.cloud.automl.v1beta1.TextSentimentModelMetadata text_sentiment_model_metadata = 22;
- Specified by:
getTextSentimentModelMetadataOrBuilder
in interfaceModelOrBuilder
-
getName
public String getName()
Output only. Resource name of the model. Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string name = 1;
- Specified by:
getName
in interfaceModelOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of the model. Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string name = 1;
- Specified by:
getNameBytes
in interfaceModelOrBuilder
- Returns:
- The bytes for name.
-
getDisplayName
public String getDisplayName()
Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. It must start with a letter.
string display_name = 2;
- Specified by:
getDisplayName
in interfaceModelOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. It must start with a letter.
string display_name = 2;
- Specified by:
getDisplayNameBytes
in interfaceModelOrBuilder
- Returns:
- The bytes for displayName.
-
getDatasetId
public String getDatasetId()
Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.
string dataset_id = 3;
- Specified by:
getDatasetId
in interfaceModelOrBuilder
- Returns:
- The datasetId.
-
getDatasetIdBytes
public com.google.protobuf.ByteString getDatasetIdBytes()
Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.
string dataset_id = 3;
- Specified by:
getDatasetIdBytes
in interfaceModelOrBuilder
- Returns:
- The bytes for datasetId.
-
hasCreateTime
public boolean hasCreateTime()
Output only. Timestamp when the model training finished and can be used for prediction.
.google.protobuf.Timestamp create_time = 7;
- Specified by:
hasCreateTime
in interfaceModelOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when the model training finished and can be used for prediction.
.google.protobuf.Timestamp create_time = 7;
- Specified by:
getCreateTime
in interfaceModelOrBuilder
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when the model training finished and can be used for prediction.
.google.protobuf.Timestamp create_time = 7;
- Specified by:
getCreateTimeOrBuilder
in interfaceModelOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. Timestamp when this model was last updated.
.google.protobuf.Timestamp update_time = 11;
- Specified by:
hasUpdateTime
in interfaceModelOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this model was last updated.
.google.protobuf.Timestamp update_time = 11;
- Specified by:
getUpdateTime
in interfaceModelOrBuilder
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this model was last updated.
.google.protobuf.Timestamp update_time = 11;
- Specified by:
getUpdateTimeOrBuilder
in interfaceModelOrBuilder
-
getDeploymentStateValue
public int getDeploymentStateValue()
Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.
.google.cloud.automl.v1beta1.Model.DeploymentState deployment_state = 8;
- Specified by:
getDeploymentStateValue
in interfaceModelOrBuilder
- Returns:
- The enum numeric value on the wire for deploymentState.
-
getDeploymentState
public Model.DeploymentState getDeploymentState()
Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.
.google.cloud.automl.v1beta1.Model.DeploymentState deployment_state = 8;
- Specified by:
getDeploymentState
in interfaceModelOrBuilder
- Returns:
- The deploymentState.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Model parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Model parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Model parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Model parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Model parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Model parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Model.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Model.Builder newBuilder()
-
newBuilder
public static Model.Builder newBuilder(Model prototype)
-
toBuilder
public Model.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Model.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Model getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Model> parser()
-
getParserForType
public com.google.protobuf.Parser<Model> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Model getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-