GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata (google_api_data_labeling v0.2.1) View Source

Metadata of an GenerateAnalysisReport operation.

Attributes

  • createTime (type: DateTime.t, default: nil) - Timestamp when generate report request was created.
  • dataset (type: String.t, default: nil) - The name of the dataset for which the analysis report is generated. Format: "projects//datasets/"

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.GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata{
    createTime: DateTime.t(),
    dataset: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.