GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1ImportDataOperationMetadata (google_api_data_labeling v0.4.1)

View Source

Metadata of an ImportData operation.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when import dataset request was created.
  • dataset (type: String.t, default: nil) - Output only. The name of imported dataset. "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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1ImportDataOperationMetadata{
    createTime: DateTime.t() | nil,
    dataset: String.t() | nil,
    partialFailures:
      [GoogleApi.DataLabeling.V1beta1.Model.GoogleRpcStatus.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.