Struct google_ml1_beta1::GoogleCloudMlV1beta1__Model [] [src]

pub struct GoogleCloudMlV1beta1__Model {
    pub regions: Option<Vec<String>>,
    pub default_version: Option<GoogleCloudMlV1beta1__Version>,
    pub name: Option<String>,
    pub online_prediction_logging: Option<bool>,
    pub description: Option<String>,
}

Represents a machine learning solution.

A model can have multiple versions, each of which is a deployed, trained model ready to receive prediction requests. The model itself is just a container.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Optional. The list of regions where the model is going to be deployed. Currently only one region per model is supported. Defaults to 'us-central1' if nothing is set. Note: * No matter where a model is deployed, it can always be accessed by users from anywhere, both for online and batch prediction. * The region for a batch prediction job is set by the region field when submitting the batch prediction job and does not take its value from this field.

Output only. The default version of the model. This version will be used to handle prediction requests that do not specify a version.

You can change the default version by calling projects.methods.versions.setDefault.

Required. The name specified for the model when it was created.

The model name must be unique within the project it is created in.

Optional. If true, enables StackDriver Logging for online prediction. Default is false.

Optional. The description specified for the model when it was created.

Trait Implementations

impl Default for GoogleCloudMlV1beta1__Model
[src]

[src]

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

impl Clone for GoogleCloudMlV1beta1__Model
[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__Model
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for GoogleCloudMlV1beta1__Model
[src]

impl ResponseResult for GoogleCloudMlV1beta1__Model
[src]