public interface ExportDataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExportConfig()
public abstract ExportDataConfig getExportConfig()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ExportDataConfig |
The exportConfig. |
getExportConfigOrBuilder()
public abstract ExportDataConfigOrBuilder getExportConfigOrBuilder()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ExportDataConfigOrBuilder |
getName()
public abstract String getName()
Required. The name of the Dataset resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the Dataset resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasExportConfig()
public abstract boolean hasExportConfig()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the exportConfig field is set. |