public static interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataset()
public abstract 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) = { ... }
| Type | Description |
| String | The dataset. |
getDatasetBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for dataset. |
getDatasetDisplayName()
public abstract 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];
| Type | Description |
| String | The datasetDisplayName. |
getDatasetDisplayNameBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for datasetDisplayName. |