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 type
google.cloud.automl.v1.Dataset| Modifier and Type | Class and Description |
|---|---|
static class |
Dataset.Builder
A workspace for solving a single, particular machine learning (ML) problem.
|
static class |
Dataset.DatasetMetadataCase |
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| Modifier and Type | Field and 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 |
LABELS_FIELD_NUMBER |
static int |
NAME_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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Optional.
|
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.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Parser<Dataset> |
getParserForType() |
int |
getSerializedSize() |
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.
|
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 |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
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(ByteBuffer data) |
static Dataset |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<Dataset> |
parser() |
Dataset.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TRANSLATION_DATASET_METADATA_FIELD_NUMBER
public static final int IMAGE_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_DATASET_METADATA_FIELD_NUMBER
public static final int IMAGE_OBJECT_DETECTION_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_EXTRACTION_DATASET_METADATA_FIELD_NUMBER
public static final int TEXT_SENTIMENT_DATASET_METADATA_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int EXAMPLE_COUNT_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Dataset.DatasetMetadataCase getDatasetMetadataCase()
getDatasetMetadataCase in interface DatasetOrBuilderpublic boolean hasTranslationDatasetMetadata()
Metadata for a dataset used for translation.
.google.cloud.automl.v1.TranslationDatasetMetadata translation_dataset_metadata = 23;
hasTranslationDatasetMetadata in interface DatasetOrBuilderpublic TranslationDatasetMetadata getTranslationDatasetMetadata()
Metadata for a dataset used for translation.
.google.cloud.automl.v1.TranslationDatasetMetadata translation_dataset_metadata = 23;
getTranslationDatasetMetadata in interface DatasetOrBuilderpublic TranslationDatasetMetadataOrBuilder getTranslationDatasetMetadataOrBuilder()
Metadata for a dataset used for translation.
.google.cloud.automl.v1.TranslationDatasetMetadata translation_dataset_metadata = 23;
getTranslationDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic boolean hasImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
hasImageClassificationDatasetMetadata in interface DatasetOrBuilderpublic ImageClassificationDatasetMetadata getImageClassificationDatasetMetadata()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
getImageClassificationDatasetMetadata in interface DatasetOrBuilderpublic ImageClassificationDatasetMetadataOrBuilder getImageClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for image classification.
.google.cloud.automl.v1.ImageClassificationDatasetMetadata image_classification_dataset_metadata = 24;
getImageClassificationDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic boolean hasTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
hasTextClassificationDatasetMetadata in interface DatasetOrBuilderpublic TextClassificationDatasetMetadata getTextClassificationDatasetMetadata()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
getTextClassificationDatasetMetadata in interface DatasetOrBuilderpublic TextClassificationDatasetMetadataOrBuilder getTextClassificationDatasetMetadataOrBuilder()
Metadata for a dataset used for text classification.
.google.cloud.automl.v1.TextClassificationDatasetMetadata text_classification_dataset_metadata = 25;
getTextClassificationDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic boolean hasImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
hasImageObjectDetectionDatasetMetadata in interface DatasetOrBuilderpublic ImageObjectDetectionDatasetMetadata getImageObjectDetectionDatasetMetadata()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
getImageObjectDetectionDatasetMetadata in interface DatasetOrBuilderpublic ImageObjectDetectionDatasetMetadataOrBuilder getImageObjectDetectionDatasetMetadataOrBuilder()
Metadata for a dataset used for image object detection.
.google.cloud.automl.v1.ImageObjectDetectionDatasetMetadata image_object_detection_dataset_metadata = 26;
getImageObjectDetectionDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic boolean hasTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
hasTextExtractionDatasetMetadata in interface DatasetOrBuilderpublic TextExtractionDatasetMetadata getTextExtractionDatasetMetadata()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
getTextExtractionDatasetMetadata in interface DatasetOrBuilderpublic TextExtractionDatasetMetadataOrBuilder getTextExtractionDatasetMetadataOrBuilder()
Metadata for a dataset used for text extraction.
.google.cloud.automl.v1.TextExtractionDatasetMetadata text_extraction_dataset_metadata = 28;
getTextExtractionDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic boolean hasTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
hasTextSentimentDatasetMetadata in interface DatasetOrBuilderpublic TextSentimentDatasetMetadata getTextSentimentDatasetMetadata()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
getTextSentimentDatasetMetadata in interface DatasetOrBuilderpublic TextSentimentDatasetMetadataOrBuilder getTextSentimentDatasetMetadataOrBuilder()
Metadata for a dataset used for text sentiment.
.google.cloud.automl.v1.TextSentimentDatasetMetadata text_sentiment_dataset_metadata = 30;
getTextSentimentDatasetMetadataOrBuilder in interface DatasetOrBuilderpublic String getName()
Output only. The resource name of the dataset.
Form: `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`
string name = 1;getName in interface DatasetOrBuilderpublic 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;getNameBytes in interface DatasetOrBuilderpublic 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;getDisplayName in interface DatasetOrBuilderpublic 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;getDisplayNameBytes in interface DatasetOrBuilderpublic String getDescription()
User-provided description of the dataset. The description can be up to 25000 characters long.
string description = 3;getDescription in interface DatasetOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
User-provided description of the dataset. The description can be up to 25000 characters long.
string description = 3;getDescriptionBytes in interface DatasetOrBuilderpublic int getExampleCount()
Output only. The number of examples in the dataset.
int32 example_count = 21;getExampleCount in interface DatasetOrBuilderpublic boolean hasCreateTime()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;hasCreateTime in interface DatasetOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;getCreateTime in interface DatasetOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this dataset was created.
.google.protobuf.Timestamp create_time = 14;getCreateTimeOrBuilder in interface DatasetOrBuilderpublic String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 17;getEtag in interface DatasetOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 17;getEtagBytes in interface DatasetOrBuilderpublic int getLabelsCount()
DatasetOrBuilderOptional. The labels with user-defined metadata to organize your dataset. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. See https://goo.gl/xmQnxf for more information on and examples of labels.
map<string, string> labels = 39;getLabelsCount in interface DatasetOrBuilderpublic boolean containsLabels(String key)
Optional. The labels with user-defined metadata to organize your dataset. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. See https://goo.gl/xmQnxf for more information on and examples of labels.
map<string, string> labels = 39;containsLabels in interface DatasetOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface DatasetOrBuilderpublic Map<String,String> getLabelsMap()
Optional. The labels with user-defined metadata to organize your dataset. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. See https://goo.gl/xmQnxf for more information on and examples of labels.
map<string, string> labels = 39;getLabelsMap in interface DatasetOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels with user-defined metadata to organize your dataset. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. See https://goo.gl/xmQnxf for more information on and examples of labels.
map<string, string> labels = 39;getLabelsOrDefault in interface DatasetOrBuilderpublic String getLabelsOrThrow(String key)
Optional. The labels with user-defined metadata to organize your dataset. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. See https://goo.gl/xmQnxf for more information on and examples of labels.
map<string, string> labels = 39;getLabelsOrThrow in interface DatasetOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Dataset parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Dataset parseFrom(InputStream input) throws IOException
IOExceptionpublic static Dataset parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Dataset parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Dataset parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Dataset parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Dataset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Dataset.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Dataset.Builder newBuilder()
public static Dataset.Builder newBuilder(Dataset prototype)
public Dataset.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Dataset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Dataset getDefaultInstance()
public static com.google.protobuf.Parser<Dataset> parser()
public com.google.protobuf.Parser<Dataset> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Dataset getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.