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:



272
273
274
275
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 272

class CreateInstructionMetadata
  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}



272
273
274
275
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 272

class CreateInstructionMetadata
  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.



272
273
274
275
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 272

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