public static interface MigratableResource.DataLabelingDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset |
getDataLabelingAnnotatedDatasets(int index)
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to
the data labeling Dataset.
|
int |
getDataLabelingAnnotatedDatasetsCount()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to
the data labeling Dataset.
|
List<MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset> |
getDataLabelingAnnotatedDatasetsList()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to
the data labeling Dataset.
|
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder |
getDataLabelingAnnotatedDatasetsOrBuilder(int index)
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to
the data labeling Dataset.
|
List<? extends MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder> |
getDataLabelingAnnotatedDatasetsOrBuilderList()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to
the data labeling Dataset.
|
String |
getDataset()
Full resource name of data labeling Dataset.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Full resource name of data labeling Dataset.
|
String |
getDatasetDisplayName()
The Dataset's display name in datalabeling.googleapis.com.
|
com.google.protobuf.ByteString |
getDatasetDisplayNameBytes()
The Dataset's display name in datalabeling.googleapis.com.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Full resource name of data labeling Dataset.
Format:
`projects/{project}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDatasetBytes()
Full resource name of data labeling Dataset.
Format:
`projects/{project}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }String getDatasetDisplayName()
The Dataset's display name in datalabeling.googleapis.com.
string dataset_display_name = 4;com.google.protobuf.ByteString getDatasetDisplayNameBytes()
The Dataset's display name in datalabeling.googleapis.com.
string dataset_display_name = 4;List<MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset> getDataLabelingAnnotatedDatasetsList()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
repeated .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset getDataLabelingAnnotatedDatasets(int index)
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
repeated .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
int getDataLabelingAnnotatedDatasetsCount()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
repeated .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
List<? extends MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder> getDataLabelingAnnotatedDatasetsOrBuilderList()
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
repeated .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder getDataLabelingAnnotatedDatasetsOrBuilder(int index)
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
repeated .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
Copyright © 2025 Google LLC. All rights reserved.