Class: Google::Cloud::DataLabeling::V1beta1::ExportDataOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/operations.rb

Overview

Metadata of an ExportData operation.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Output only. Timestamp when export dataset request was created.

Returns:



92
93
94
95
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92

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

#dataset::String

Returns Output only. The name of dataset to be exported. "projects//datasets/".

Returns:

  • (::String)

    Output only. The name of dataset to be exported. "projects//datasets/"



92
93
94
95
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92

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

#partial_failures::Array<::Google::Rpc::Status>

Returns Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Returns:

  • (::Array<::Google::Rpc::Status>)

    Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.



92
93
94
95
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92

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