google_api_machine_learning v0.3.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1ManualScaling View Source

Options for manually scaling a model.

Attributes

  • nodes (integer()): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1ManualScaling{
  nodes: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.