ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model Class Reference

Represents a machine learning solution. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual GoogleCloudMlV1Version DefaultVersion [get, set]
 Output only. The default version of the model. This version will be used to handle prediction requests that do not specify a version. More...
 
virtual string Description [get, set]
 Optional. The description specified for the model when it was created. More...
 
virtual string ETag [get, set]
 etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a model from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform model updates in order to avoid race conditions: An etag is returned in the response to GetModel, and systems are expected to put that etag in the request to UpdateModel to ensure that their change will be applied to the model as intended. More...
 
virtual System.Collections.Generic.IDictionary< string, string > Labels [get, set]
 Optional. One or more labels that you can add, to organize your models. Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels. More...
 
virtual string Name [get, set]
 Required. The name specified for the model when it was created. More...
 
virtual System.Nullable< bool > OnlinePredictionConsoleLogging [get, set]
 Optional. If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging. These can be more verbose than the standard access logs (see onlinePredictionLogging) and can incur higher cost. However, they are helpful for debugging. Note that Stackdriver logs may incur a cost, especially if your project receives prediction requests at a high QPS. Estimate your costs before enabling this option. More...
 
virtual System.Nullable< bool > OnlinePredictionLogging [get, set]
 Optional. If true, online prediction access logs are sent to StackDriver Logging. These logs are like standard server access logs, containing information like timestamp and latency for each request. Note that Stackdriver logs may incur a cost, especially if your project receives prediction requests at a high queries per second rate (QPS). Estimate your costs before enabling this option. More...
 
virtual System.Collections.Generic.IList< string > Regions [get, set]
 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. See the available regions for AI Platform services. 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. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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.

Property Documentation

◆ DefaultVersion

virtual GoogleCloudMlV1Version Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.DefaultVersion
getset

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.models.versions.setDefault.

◆ Description

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.Description
getset

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

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.ETag
getset

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a model from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform model updates in order to avoid race conditions: An etag is returned in the response to GetModel, and systems are expected to put that etag in the request to UpdateModel to ensure that their change will be applied to the model as intended.

◆ Labels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.Labels
getset

Optional. One or more labels that you can add, to organize your models. Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels.

◆ Name

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.Name
getset

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

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

◆ OnlinePredictionConsoleLogging

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.OnlinePredictionConsoleLogging
getset

Optional. If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging. These can be more verbose than the standard access logs (see onlinePredictionLogging) and can incur higher cost. However, they are helpful for debugging. Note that Stackdriver logs may incur a cost, especially if your project receives prediction requests at a high QPS. Estimate your costs before enabling this option.

Default is false.

◆ OnlinePredictionLogging

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.OnlinePredictionLogging
getset

Optional. If true, online prediction access logs are sent to StackDriver Logging. These logs are like standard server access logs, containing information like timestamp and latency for each request. Note that Stackdriver logs may incur a cost, especially if your project receives prediction requests at a high queries per second rate (QPS). Estimate your costs before enabling this option.

Default is false.

◆ Regions

virtual System.Collections.Generic.IList<string> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Model.Regions
getset

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. See the available regions for AI Platform services. 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.


The documentation for this class was generated from the following file: