Interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder (3.42.0)

public static interface MigrateResourceRequest.MigrateAutomlDatasetConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for datasetDisplayName.