public interface ExportDataOperationMetadataOrBuilder extends MessageOrBuilderImplements
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;
| 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;
| Type | Description |
| ByteString | The bytes for gcsOutputDirectory. |
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadata | The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadataOrBuilder |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| boolean | Whether the genericMetadata field is set. |