View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset (google_api_ai_platform v0.24.0)

Represents one AnnotatedDataset in datalabeling.googleapis.com.

Attributes

  • annotatedDataset (type: String.t, default: nil) - Full resource name of data labeling AnnotatedDataset. Format: projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}.
  • annotatedDatasetDisplayName (type: String.t, default: nil) - The AnnotatedDataset's display name in datalabeling.googleapis.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset{
    annotatedDataset: String.t() | nil,
    annotatedDatasetDisplayName: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.