Struct google_ml1_beta1::GoogleCloudMlV1beta1__Model [] [src]

pub struct GoogleCloudMlV1beta1__Model {
    pub default_version: Option<GoogleCloudMlV1beta1__Version>,
    pub description: Option<String>,
    pub name: 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

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.

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

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

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

Trait Implementations

impl Debug for GoogleCloudMlV1beta1__Model
[src]

Formats the value using the given formatter.

impl Clone for GoogleCloudMlV1beta1__Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for GoogleCloudMlV1beta1__Model
[src]

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

impl RequestValue for GoogleCloudMlV1beta1__Model
[src]

impl ResponseResult for GoogleCloudMlV1beta1__Model
[src]