Package com.google.cloud.aiplatform.v1
Interface MigrateResourceRequest.MigrateDataLabelingDatasetConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrateResourceRequest.MigrateDataLabelingDatasetConfig
,MigrateResourceRequest.MigrateDataLabelingDatasetConfig.Builder
- Enclosing class:
- MigrateResourceRequest
public static interface MigrateResourceRequest.MigrateDataLabelingDatasetConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataset
String getDataset()
Required. Full resource name of data labeling Dataset. Format: `projects/{project}/datasets/{dataset}`.
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The dataset.
-
getDatasetBytes
com.google.protobuf.ByteString getDatasetBytes()
Required. Full resource name of data labeling Dataset. Format: `projects/{project}/datasets/{dataset}`.
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for dataset.
-
getDatasetDisplayName
String getDatasetDisplayName()
Optional. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.
string dataset_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The datasetDisplayName.
-
getDatasetDisplayNameBytes
com.google.protobuf.ByteString getDatasetDisplayNameBytes()
Optional. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.
string dataset_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for datasetDisplayName.
-
getMigrateDataLabelingAnnotatedDatasetConfigsList
List<MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig> getMigrateDataLabelingAnnotatedDatasetConfigsList()
Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getMigrateDataLabelingAnnotatedDatasetConfigs
MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig getMigrateDataLabelingAnnotatedDatasetConfigs(int index)
Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getMigrateDataLabelingAnnotatedDatasetConfigsCount
int getMigrateDataLabelingAnnotatedDatasetConfigsCount()
Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getMigrateDataLabelingAnnotatedDatasetConfigsOrBuilderList
List<? extends MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfigOrBuilder> getMigrateDataLabelingAnnotatedDatasetConfigsOrBuilderList()
Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getMigrateDataLabelingAnnotatedDatasetConfigsOrBuilder
MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfigOrBuilder getMigrateDataLabelingAnnotatedDatasetConfigsOrBuilder(int index)
Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
-
-