public interface ExportDataOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcsOutputDirectory()
public abstract String getGcsOutputDirectory()
A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
Returns | |
---|---|
Type | Description |
String |
The gcsOutputDirectory. |
getGcsOutputDirectoryBytes()
public abstract ByteString getGcsOutputDirectoryBytes()
A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gcsOutputDirectory. |
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadataOrBuilder |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the genericMetadata field is set. |