public interface CreateDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataset()
public abstract Dataset getDataset()Required. The Dataset to create.
.google.cloud.aiplatform.v1.Dataset dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the dataset field is set. |