GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataOperationMetadata (google_api_data_labeling v0.2.1) View Source
Metadata of an ExportData operation.
Attributes
-
annotatedDataset
(type:String.t
, default:nil
) - Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*". -
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when export dataset request was created. -
dataset
(type:String.t
, default:nil
) - Output only. The name of dataset to be exported. "projects//datasets/" -
partialFailures
(type:list(GoogleApi.DataLabeling.V1beta1.Model.GoogleRpcStatus.t)
, default:nil
) - Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataOperationMetadata{ annotatedDataset: String.t(), createTime: DateTime.t(), dataset: String.t(), partialFailures: [GoogleApi.DataLabeling.V1beta1.Model.GoogleRpcStatus.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.