public sealed class ImageClassificationModelDeploymentMetadata : IMessage<ImageClassificationModelDeploymentMetadata>, IEquatable<ImageClassificationModelDeploymentMetadata>, IDeepCloneable<ImageClassificationModelDeploymentMetadata>, IBufferMessage, IMessage
Model deployment metadata specific to Image Classification.
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][google.cloud.automl.v1.ImageClassificationModelMetadata.node_qps].
Must be between 1 and 100, inclusive on both ends.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `ImageClassificationModelDeploymentMetadata` class, which is used for deploying image classification models in Google Cloud AutoML V1, and is currently on version 2.3.0."],["The latest version of the class is 3.4.0, and multiple other versions are available, ranging from 2.2.0 to 3.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImageClassificationModelDeploymentMetadata` class has a `NodeCount` property, allowing users to configure the number of nodes for model deployment, ranging from 1 to 100."],["The class contains two constructors, `ImageClassificationModelDeploymentMetadata()` and `ImageClassificationModelDeploymentMetadata(ImageClassificationModelDeploymentMetadata other)`."]]],[]]