Class: Google::Cloud::AIPlatform::V1::ExportDataOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/dataset_service.rb

Overview

Runtime operation information for DatasetService.ExportData.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_output_directory::String

Returns A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.

Returns:

  • (::String)

    A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.



243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 243

class ExportDataOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns The common part of the operation metadata.

Returns:



243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 243

class ExportDataOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end