Reference documentation and code samples for the Cloud AutoML V1 Client class ImageClassificationModelDeploymentMetadata.
Model deployment metadata specific to Image Classification.
Generated from protobuf message google.cloud.automl.v1.ImageClassificationModelDeploymentMetadata
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ node_count |
int|string
Input only. The number of nodes to deploy the model on. A node is an abstraction of a machine resource, which can handle online prediction QPS as given in the model's node_qps. Must be between 1 and 100, inclusive on both ends. |
getNodeCount
Input only. The number of nodes to deploy the model on. A node is an abstraction of a machine resource, which can handle online prediction QPS as given in the model's node_qps.
Must be between 1 and 100, inclusive on both ends.
Returns | |
---|---|
Type | Description |
int|string |
setNodeCount
Input only. The number of nodes to deploy the model on. A node is an abstraction of a machine resource, which can handle online prediction QPS as given in the model's node_qps.
Must be between 1 and 100, inclusive on both ends.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |