Interface MigratableResource.AutomlDatasetOrBuilder (3.42.0)

public static interface MigratableResource.AutomlDatasetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The datasetDisplayName.

getDatasetDisplayNameBytes()

public abstract ByteString getDatasetDisplayNameBytes()

The Dataset's display name in automl.googleapis.com.

string dataset_display_name = 4;

Returns
TypeDescription
ByteString

The bytes for datasetDisplayName.