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."],[[["The latest version of the `ImageClassificationModelDeploymentMetadata` is 3.4.0, but this page specifically documents version 2.4.0."],["`ImageClassificationModelDeploymentMetadata` class, within the `Google.Cloud.AutoML.V1` namespace, is used for model deployment metadata in Image Classification."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ImageClassificationModelDeploymentMetadata` class has a property called `NodeCount`, which indicates the number of nodes to deploy the model on, and must be between 1 and 100, inclusive."],["There are two constructors for `ImageClassificationModelDeploymentMetadata`, one being the default, and the other taking another `ImageClassificationModelDeploymentMetadata` as a parameter."]]],[]]