View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModel (google_api_ai_platform v0.15.0)

The Model Registry Model and Online Prediction Endpoint assiociated with this TuningJob.

Attributes

  • endpoint (type: String.t, default: nil) - Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
  • model (type: String.t, default: nil) - Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModel{
  endpoint: String.t() | nil,
  model: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.