Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::CreateInstructionMetadata.
Metadata of a CreateInstruction operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when create instruction request was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when create instruction request was created.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when create instruction request was created.
#instruction
def instruction() -> ::String
Returns
- (::String) — The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
#instruction=
def instruction=(value) -> ::String
Parameter
- value (::String) — 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}
#partial_failures
def partial_failures() -> ::Array<::Google::Rpc::Status>
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.
#partial_failures=
def partial_failures=(value) -> ::Array<::Google::Rpc::Status>
Parameter
- value (::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.
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.