public static interface MigratableResource.AutomlDatasetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()
Full resource name of automl Dataset.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
.
string dataset = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()
Full resource name of automl Dataset.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
.
string dataset = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataset. |
getDatasetDisplayName()
public abstract String getDatasetDisplayName()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;
Returns | |
---|---|
Type | Description |
String |
The datasetDisplayName. |
getDatasetDisplayNameBytes()
public abstract ByteString getDatasetDisplayNameBytes()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetDisplayName. |