GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelVersionCheckpoint (google_api_ai_platform v0.27.0)

View Source

Describes the machine learning model version checkpoint.

Attributes

  • checkpointId (type: String.t, default: nil) - The ID of the checkpoint.
  • epoch (type: String.t, default: nil) - The epoch of the checkpoint.
  • name (type: String.t, default: nil) - Identifier. The resource name of the ModelVersionCheckpoint. Format: projects/{project}/locations/{location}/models/{model}/versions/{version}/checkpoints/{checkpoint}
  • step (type: String.t, default: nil) - The step of the checkpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelVersionCheckpoint{
    checkpointId: String.t() | nil,
    epoch: String.t() | nil,
    name: String.t() | nil,
    step: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.