GoogleApi.Language.V1.Model.XPSTuningTrial (google_api_language v0.16.3)

View Source

Metrics for a tuning job generated, will get forwarded to Stackdriver as model tuning logs. Setting this as a standalone message out of CreateModelMetadata to avoid confusion as we expose this message only to users.

Attributes

  • modelStructure (type: GoogleApi.Language.V1.Model.XPSTablesModelStructure.t, default: nil) - Model parameters for the trial.
  • trainingObjectivePoint (type: GoogleApi.Language.V1.Model.XPSTrainingObjectivePoint.t, default: nil) - The optimization objective evaluation of the eval split data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSTuningTrial{
  modelStructure: GoogleApi.Language.V1.Model.XPSTablesModelStructure.t() | nil,
  trainingObjectivePoint:
    GoogleApi.Language.V1.Model.XPSTrainingObjectivePoint.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.