GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1CreateInstructionMetadata (google_api_data_labeling v0.4.1)
View SourceMetadata of a CreateInstruction operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Timestamp when create instruction request was created. -
instruction
(type:String.t
, default:nil
) - The name of the created Instruction. projects/{project_id}/instructions/{instruction_id} -
partialFailures
(type:list(GoogleApi.DataLabeling.V1beta1.Model.GoogleRpcStatus.t)
, default:nil
) - Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1CreateInstructionMetadata{ createTime: DateTime.t() | nil, instruction: String.t() | nil, partialFailures: [GoogleApi.DataLabeling.V1beta1.Model.GoogleRpcStatus.t()] | nil }