AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::ExportDataOperationMetadata (v0.7.2)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ExportDataOperationMetadata.

Metadata of an ExportData operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#dataset

def dataset() -> ::String
Returns
  • (::String) — Output only. The name of dataset to be exported. "projects//datasets/"

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Output only. The name of dataset to be exported. "projects//datasets/"
Returns
  • (::String) — Output only. The name of dataset to be exported. "projects//datasets/"

#partial_failures

def partial_failures() -> ::Array<::Google::Rpc::Status>
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.

#partial_failures=

def partial_failures=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::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.
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.