GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ManualScaling (google_api_machine_learning v0.23.0) View Source
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 tonodes
* number of hours since last billing cycle plus the cost for each prediction performed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ManualScaling{ nodes: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.