GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParameters (google_api_language v0.16.3)

View Source

Model hyper-parameters for a model.

Attributes

  • hyperparameters (type: list(GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParametersParameter.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParameters{
  hyperparameters:
    [
      GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParametersParameter.t()
    ]
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.