public static interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Required.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Required.
|
String |
getDatasetDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDatasetDisplayNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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];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];Copyright © 2023 Google LLC. All rights reserved.