Interface CreateDatasetRequestOrBuilder (3.42.0)

public interface CreateDatasetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract Dataset getDataset()

Required. The Dataset to create.

.google.cloud.aiplatform.v1.Dataset dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Dataset

The dataset.

getDatasetOrBuilder()

public abstract DatasetOrBuilder getDatasetOrBuilder()

Required. The Dataset to create.

.google.cloud.aiplatform.v1.Dataset dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DatasetOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasDataset()

public abstract boolean hasDataset()

Required. The Dataset to create.

.google.cloud.aiplatform.v1.Dataset dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dataset field is set.