View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlDataset (google_api_ai_platform v0.13.0)

Represents one Dataset in automl.googleapis.com.

Attributes

  • dataset (type: String.t, default: nil) - Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.
  • datasetDisplayName (type: String.t, default: nil) - The Dataset's display name in automl.googleapis.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlDataset{
    dataset: String.t() | nil,
    datasetDisplayName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.