Class: Google::Cloud::DataLabeling::V1beta1::CreateInstructionMetadata

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 a CreateInstruction operation.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Timestamp when create instruction request was created.

Returns:



296
297
298
299
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 296

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

#instruction::String

Returns The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}.

Returns:

  • (::String)

    The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}



296
297
298
299
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 296

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

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

Returns 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>)

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



296
297
298
299
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 296

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