Class GoogleCloudMlV1ManualScaling
Options for manually scaling a model.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1ManualScaling : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nodes
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
last billing cycle plus the cost for each prediction performed.
Declaration
[JsonProperty("nodes")]
public virtual int? Nodes { get; set; }
Property Value
Type | Description |
---|---|
int? |