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

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

Metadata of an ImportData 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 imported dataset. "projects//datasets/"

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Output only. The name of imported dataset. "projects//datasets/"
Returns
  • (::String) — Output only. The name of imported dataset. "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.