public static interface MigratableResource.AutomlDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Full resource name of automl Dataset.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Full resource name of automl Dataset.
|
String |
getDatasetDisplayName()
The Dataset's display name in automl.googleapis.com.
|
com.google.protobuf.ByteString |
getDatasetDisplayNameBytes()
The Dataset's display name in automl.googleapis.com.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Full resource name of automl Dataset.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDatasetBytes()
Full resource name of automl Dataset.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }String getDatasetDisplayName()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;com.google.protobuf.ByteString getDatasetDisplayNameBytes()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;Copyright © 2022 Google LLC. All rights reserved.