Package com.google.cloud.automl.v1beta1
Class Dataset
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.automl.v1beta1.Dataset
-
- All Implemented Interfaces:
DatasetOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Dataset extends com.google.protobuf.GeneratedMessageV3 implements DatasetOrBuilder
A workspace for solving a single, particular machine learning (ML) problem. A workspace contains examples that may be annotated.
Protobuf typegoogle.cloud.automl.v1beta1.Dataset
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Dataset.Builder
A workspace for solving a single, particular machine learning (ML) problem.static class
Dataset.DatasetMetadataCase
-
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
DESCRIPTION_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
ETAG_FIELD_NUMBER
static int
EXAMPLE_COUNT_FIELD_NUMBER
static int
IMAGE_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
static int
IMAGE_OBJECT_DETECTION_DATASET_METADATA_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
TABLES_DATASET_METADATA_FIELD_NUMBER
static int
TEXT_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
static int
TEXT_EXTRACTION_DATASET_METADATA_FIELD_NUMBER
static int
TEXT_SENTIMENT_DATASET_METADATA_FIELD_NUMBER
static int
TRANSLATION_DATASET_METADATA_FIELD_NUMBER
static int
VIDEO_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
static int
VIDEO_OBJECT_TRACKING_DATASET_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.Dataset.DatasetMetadataCase
getDatasetMetadataCase()
static Dataset
getDefaultInstance()
Dataset
getDefaultInstanceForType()
String
getDescription()
User-provided description of the dataset.com.google.protobuf.ByteString
getDescriptionBytes()
User-provided description of the dataset.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.String
getEtag()
Used to perform consistent read-modify-write updates.com.google.protobuf.ByteString
getEtagBytes()
Used to perform consistent read-modify-write updates.int
getExampleCount()
Output only.ImageClassificationDatasetMetadata
getImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.ImageClassificationDatasetMetadataOrBuilder
getImageClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for image classification.ImageObjectDetectionDatasetMetadata
getImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.ImageObjectDetectionDatasetMetadataOrBuilder
getImageObjectDetectionDatasetMetadataOrBuilder()
Metadata for a dataset used for image object detection.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Parser<Dataset>
getParserForType()
int
getSerializedSize()
TablesDatasetMetadata
getTablesDatasetMetadata()
Metadata for a dataset used for Tables.TablesDatasetMetadataOrBuilder
getTablesDatasetMetadataOrBuilder()
Metadata for a dataset used for Tables.TextClassificationDatasetMetadata
getTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.TextClassificationDatasetMetadataOrBuilder
getTextClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for text classification.TextExtractionDatasetMetadata
getTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.TextExtractionDatasetMetadataOrBuilder
getTextExtractionDatasetMetadataOrBuilder()
Metadata for a dataset used for text extraction.TextSentimentDatasetMetadata
getTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.TextSentimentDatasetMetadataOrBuilder
getTextSentimentDatasetMetadataOrBuilder()
Metadata for a dataset used for text sentiment.TranslationDatasetMetadata
getTranslationDatasetMetadata()
Metadata for a dataset used for translation.TranslationDatasetMetadataOrBuilder
getTranslationDatasetMetadataOrBuilder()
Metadata for a dataset used for translation.VideoClassificationDatasetMetadata
getVideoClassificationDatasetMetadata()
Metadata for a dataset used for video classification.VideoClassificationDatasetMetadataOrBuilder
getVideoClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for video classification.VideoObjectTrackingDatasetMetadata
getVideoObjectTrackingDatasetMetadata()
Metadata for a dataset used for video object tracking.VideoObjectTrackingDatasetMetadataOrBuilder
getVideoObjectTrackingDatasetMetadataOrBuilder()
Metadata for a dataset used for video object tracking.boolean
hasCreateTime()
Output only.int
hashCode()
boolean
hasImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.boolean
hasImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.boolean
hasTablesDatasetMetadata()
Metadata for a dataset used for Tables.boolean
hasTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.boolean
hasTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.boolean
hasTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.boolean
hasTranslationDatasetMetadata()
Metadata for a dataset used for translation.boolean
hasVideoClassificationDatasetMetadata()
Metadata for a dataset used for video classification.boolean
hasVideoObjectTrackingDatasetMetadata()
Metadata for a dataset used for video object tracking.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Dataset.Builder
newBuilder()
static Dataset.Builder
newBuilder(Dataset prototype)
Dataset.Builder
newBuilderForType()
protected Dataset.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Dataset
parseDelimitedFrom(InputStream input)
static Dataset
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dataset
parseFrom(byte[] data)
static Dataset
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dataset
parseFrom(com.google.protobuf.ByteString data)
static Dataset
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dataset
parseFrom(com.google.protobuf.CodedInputStream input)
static Dataset
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dataset
parseFrom(InputStream input)
static Dataset
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Dataset
parseFrom(ByteBuffer data)
static Dataset
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Dataset>
parser()
Dataset.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_DATASET_METADATA_FIELD_NUMBER
public static final int TRANSLATION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
public static final int IMAGE_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_OBJECT_DETECTION_DATASET_METADATA_FIELD_NUMBER
public static final int IMAGE_OBJECT_DETECTION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
public static final int VIDEO_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_OBJECT_TRACKING_DATASET_METADATA_FIELD_NUMBER
public static final int VIDEO_OBJECT_TRACKING_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_EXTRACTION_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_EXTRACTION_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_SENTIMENT_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_SENTIMENT_DATASET_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLES_DATASET_METADATA_FIELD_NUMBER
public static final int TABLES_DATASET_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
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXAMPLE_COUNT_FIELD_NUMBER
public static final int EXAMPLE_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ETAG_FIELD_NUMBER
public static final int ETAG_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
-
getDatasetMetadataCase
public Dataset.DatasetMetadataCase getDatasetMetadataCase()
- Specified by:
getDatasetMetadataCase
in interfaceDatasetOrBuilder
-
hasTranslationDatasetMetadata
public boolean hasTranslationDatasetMetadata()
Metadata for a dataset used for translation.
.google.cloud.automl.v1beta1.TranslationDatasetMetadata translation_dataset_metadata = 23;
- Specified by:
hasTranslationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the translationDatasetMetadata field is set.
-
getTranslationDatasetMetadata
public TranslationDatasetMetadata getTranslationDatasetMetadata()
Metadata for a dataset used for translation.
.google.cloud.automl.v1beta1.TranslationDatasetMetadata translation_dataset_metadata = 23;
- Specified by:
getTranslationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The translationDatasetMetadata.
-
getTranslationDatasetMetadataOrBuilder
public TranslationDatasetMetadataOrBuilder getTranslationDatasetMetadataOrBuilder()
Metadata for a dataset used for translation.
.google.cloud.automl.v1beta1.TranslationDatasetMetadata translation_dataset_metadata = 23;
- Specified by:
getTranslationDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasImageClassificationDatasetMetadata
public boolean hasImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1beta1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
- Specified by:
hasImageClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the imageClassificationDatasetMetadata field is set.
-
getImageClassificationDatasetMetadata
public ImageClassificationDatasetMetadata getImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1beta1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
- Specified by:
getImageClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The imageClassificationDatasetMetadata.
-
getImageClassificationDatasetMetadataOrBuilder
public ImageClassificationDatasetMetadataOrBuilder getImageClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1beta1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
- Specified by:
getImageClassificationDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasTextClassificationDatasetMetadata
public boolean hasTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1beta1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
- Specified by:
hasTextClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the textClassificationDatasetMetadata field is set.
-
getTextClassificationDatasetMetadata
public TextClassificationDatasetMetadata getTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1beta1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
- Specified by:
getTextClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The textClassificationDatasetMetadata.
-
getTextClassificationDatasetMetadataOrBuilder
public TextClassificationDatasetMetadataOrBuilder getTextClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1beta1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
- Specified by:
getTextClassificationDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasImageObjectDetectionDatasetMetadata
public boolean hasImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1beta1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
- Specified by:
hasImageObjectDetectionDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the imageObjectDetectionDatasetMetadata field is set.
-
getImageObjectDetectionDatasetMetadata
public ImageObjectDetectionDatasetMetadata getImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1beta1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
- Specified by:
getImageObjectDetectionDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The imageObjectDetectionDatasetMetadata.
-
getImageObjectDetectionDatasetMetadataOrBuilder
public ImageObjectDetectionDatasetMetadataOrBuilder getImageObjectDetectionDatasetMetadataOrBuilder()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1beta1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
- Specified by:
getImageObjectDetectionDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasVideoClassificationDatasetMetadata
public boolean hasVideoClassificationDatasetMetadata()
Metadata for a dataset used for video classification.
.google.cloud.automl.v1beta1.VideoClassificationDatasetMetadata video_classification_dataset_metadata = 31;
- Specified by:
hasVideoClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the videoClassificationDatasetMetadata field is set.
-
getVideoClassificationDatasetMetadata
public VideoClassificationDatasetMetadata getVideoClassificationDatasetMetadata()
Metadata for a dataset used for video classification.
.google.cloud.automl.v1beta1.VideoClassificationDatasetMetadata video_classification_dataset_metadata = 31;
- Specified by:
getVideoClassificationDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The videoClassificationDatasetMetadata.
-
getVideoClassificationDatasetMetadataOrBuilder
public VideoClassificationDatasetMetadataOrBuilder getVideoClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for video classification.
.google.cloud.automl.v1beta1.VideoClassificationDatasetMetadata video_classification_dataset_metadata = 31;
- Specified by:
getVideoClassificationDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasVideoObjectTrackingDatasetMetadata
public boolean hasVideoObjectTrackingDatasetMetadata()
Metadata for a dataset used for video object tracking.
.google.cloud.automl.v1beta1.VideoObjectTrackingDatasetMetadata video_object_tracking_dataset_metadata = 29;
- Specified by:
hasVideoObjectTrackingDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the videoObjectTrackingDatasetMetadata field is set.
-
getVideoObjectTrackingDatasetMetadata
public VideoObjectTrackingDatasetMetadata getVideoObjectTrackingDatasetMetadata()
Metadata for a dataset used for video object tracking.
.google.cloud.automl.v1beta1.VideoObjectTrackingDatasetMetadata video_object_tracking_dataset_metadata = 29;
- Specified by:
getVideoObjectTrackingDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The videoObjectTrackingDatasetMetadata.
-
getVideoObjectTrackingDatasetMetadataOrBuilder
public VideoObjectTrackingDatasetMetadataOrBuilder getVideoObjectTrackingDatasetMetadataOrBuilder()
Metadata for a dataset used for video object tracking.
.google.cloud.automl.v1beta1.VideoObjectTrackingDatasetMetadata video_object_tracking_dataset_metadata = 29;
- Specified by:
getVideoObjectTrackingDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasTextExtractionDatasetMetadata
public boolean hasTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1beta1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
- Specified by:
hasTextExtractionDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the textExtractionDatasetMetadata field is set.
-
getTextExtractionDatasetMetadata
public TextExtractionDatasetMetadata getTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1beta1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
- Specified by:
getTextExtractionDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The textExtractionDatasetMetadata.
-
getTextExtractionDatasetMetadataOrBuilder
public TextExtractionDatasetMetadataOrBuilder getTextExtractionDatasetMetadataOrBuilder()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1beta1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
- Specified by:
getTextExtractionDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasTextSentimentDatasetMetadata
public boolean hasTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1beta1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
- Specified by:
hasTextSentimentDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the textSentimentDatasetMetadata field is set.
-
getTextSentimentDatasetMetadata
public TextSentimentDatasetMetadata getTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1beta1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
- Specified by:
getTextSentimentDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The textSentimentDatasetMetadata.
-
getTextSentimentDatasetMetadataOrBuilder
public TextSentimentDatasetMetadataOrBuilder getTextSentimentDatasetMetadataOrBuilder()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1beta1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
- Specified by:
getTextSentimentDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
hasTablesDatasetMetadata
public boolean hasTablesDatasetMetadata()
Metadata for a dataset used for Tables.
.google.cloud.automl.v1beta1.TablesDatasetMetadata tables_dataset_metadata = 33;
- Specified by:
hasTablesDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- Whether the tablesDatasetMetadata field is set.
-
getTablesDatasetMetadata
public TablesDatasetMetadata getTablesDatasetMetadata()
Metadata for a dataset used for Tables.
.google.cloud.automl.v1beta1.TablesDatasetMetadata tables_dataset_metadata = 33;
- Specified by:
getTablesDatasetMetadata
in interfaceDatasetOrBuilder
- Returns:
- The tablesDatasetMetadata.
-
getTablesDatasetMetadataOrBuilder
public TablesDatasetMetadataOrBuilder getTablesDatasetMetadataOrBuilder()
Metadata for a dataset used for Tables.
.google.cloud.automl.v1beta1.TablesDatasetMetadata tables_dataset_metadata = 33;
- Specified by:
getTablesDatasetMetadataOrBuilder
in interfaceDatasetOrBuilder
-
getName
public String getName()
Output only. The resource name of the dataset. Form: `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`
string name = 1;
- Specified by:
getName
in interfaceDatasetOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the dataset. Form: `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`
string name = 1;
- Specified by:
getNameBytes
in interfaceDatasetOrBuilder
- Returns:
- The bytes for name.
-
getDisplayName
public String getDisplayName()
Required. The name of the dataset 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.
string display_name = 2;
- Specified by:
getDisplayName
in interfaceDatasetOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. The name of the dataset 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.
string display_name = 2;
- Specified by:
getDisplayNameBytes
in interfaceDatasetOrBuilder
- Returns:
- The bytes for displayName.
-
getDescription
public String getDescription()
User-provided description of the dataset. The description can be up to 25000 characters long.
string description = 3;
- Specified by:
getDescription
in interfaceDatasetOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
User-provided description of the dataset. The description can be up to 25000 characters long.
string description = 3;
- Specified by:
getDescriptionBytes
in interfaceDatasetOrBuilder
- Returns:
- The bytes for description.
-
getExampleCount
public int getExampleCount()
Output only. The number of examples in the dataset.
int32 example_count = 21;
- Specified by:
getExampleCount
in interfaceDatasetOrBuilder
- Returns:
- The exampleCount.
-
hasCreateTime
public boolean hasCreateTime()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;
- Specified by:
hasCreateTime
in interfaceDatasetOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;
- Specified by:
getCreateTime
in interfaceDatasetOrBuilder
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;
- Specified by:
getCreateTimeOrBuilder
in interfaceDatasetOrBuilder
-
getEtag
public String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 17;
- Specified by:
getEtag
in interfaceDatasetOrBuilder
- Returns:
- The etag.
-
getEtagBytes
public com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 17;
- Specified by:
getEtagBytes
in interfaceDatasetOrBuilder
- Returns:
- The bytes for etag.
-
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 Dataset parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Dataset parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Dataset parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Dataset parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Dataset parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Dataset parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Dataset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Dataset.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Dataset.Builder newBuilder()
-
newBuilder
public static Dataset.Builder newBuilder(Dataset prototype)
-
toBuilder
public Dataset.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Dataset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Dataset getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Dataset> parser()
-
getParserForType
public com.google.protobuf.Parser<Dataset> 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 Dataset getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-