Class: Google::Cloud::DataLabeling::V1beta1::CreateInstructionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::CreateInstructionMetadata
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when create instruction request was created.
-
#instruction ⇒ ::String
The name of the created Instruction.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Partial failures encountered.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when create instruction request was created.
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}.
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.
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 |