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

Represents one Model in automl.googleapis.com.

Attributes

  • model (type: String.t, default: nil) - Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.
  • modelDisplayName (type: String.t, default: nil) - The Model'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.GoogleCloudAiplatformV1MigratableResourceAutomlModel{
    model: String.t() | nil,
    modelDisplayName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.