public sealed class ImageClassificationModelDeploymentMetadata : IMessage<ImageClassificationModelDeploymentMetadata>, IEquatable<ImageClassificationModelDeploymentMetadata>, IDeepCloneable<ImageClassificationModelDeploymentMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ImageClassificationModelDeploymentMetadata.
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 webpage provides reference documentation for the `ImageClassificationModelDeploymentMetadata` class within the Google AutoML v1 API, specifically for version 3.3.0."],["The `ImageClassificationModelDeploymentMetadata` class is used for defining metadata related to the deployment of image classification models, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines two constructors for the `ImageClassificationModelDeploymentMetadata` class: a default constructor and a copy constructor that takes another instance of the same class as a parameter."],["A key property of this class is `NodeCount`, which is an input-only field representing the number of nodes used to deploy the model, with a value between 1 and 100."],["The page also lists other versions of the documentation for this class, ranging from 2.2.0 up to the latest 3.4.0."]]],[]]