Struct google_ml1_beta1::GoogleCloudMlV1beta1__ManualScaling [] [src]

pub struct GoogleCloudMlV1beta1__ManualScaling {
    pub nodes: Option<i32>,
}

Options for manually scaling a model.

This type is not used in any activity, and only used as part of another schema.

Fields

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 deployment.

Trait Implementations

impl Default for GoogleCloudMlV1beta1__ManualScaling
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleCloudMlV1beta1__ManualScaling
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1beta1__ManualScaling
[src]

[src]

Formats the value using the given formatter.

impl Part for GoogleCloudMlV1beta1__ManualScaling
[src]