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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `ImageClassificationModelDeploymentMetadata` is 3.4.0, but this page is specific to version 2.5.0."],["`ImageClassificationModelDeploymentMetadata` is a class that holds model deployment metadata for image classification within the Google Cloud AutoML V1 namespace."],["The `ImageClassificationModelDeploymentMetadata` class has inherited members from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class can be constructed with a default constructor or with an existing `ImageClassificationModelDeploymentMetadata` object."],["The `NodeCount` property, of type Int64, sets the number of nodes, ranging from 1 to 100, used for deploying the model."]]],[]]