View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ManualScaling (google_api_machine_learning v0.28.1)

Options for manually scaling a model.

Attributes

  • nodes (type: integer(), default: nil) - The number of nodes to allocate for this model. These nodes are always up, starting from the time the model is deployed, so the cost of operating this model will be proportional to nodes * number of hours since last billing cycle plus the cost for each prediction performed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ManualScaling{
  nodes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.