Package com.google.cloud.aiplatform.v1
Interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrateResourceRequest.MigrateAutomlDatasetConfig
,MigrateResourceRequest.MigrateAutomlDatasetConfig.Builder
- Enclosing class:
- MigrateResourceRequest
public static interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataset()
Required.com.google.protobuf.ByteString
getDatasetBytes()
Required.String
getDatasetDisplayName()
Required.com.google.protobuf.ByteString
getDatasetDisplayNameBytes()
Required.-
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 automl Dataset. Format: `projects/{project}/locations/{location}/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 automl Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`.
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for dataset.
-
getDatasetDisplayName
String getDatasetDisplayName()
Required. 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) = REQUIRED];
- Returns:
- The datasetDisplayName.
-
getDatasetDisplayNameBytes
com.google.protobuf.ByteString getDatasetDisplayNameBytes()
Required. 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) = REQUIRED];
- Returns:
- The bytes for datasetDisplayName.
-
-