public sealed class ImageObjectDetectionModelDeploymentMetadata : IMessage<ImageObjectDetectionModelDeploymentMetadata>, IEquatable<ImageObjectDetectionModelDeploymentMetadata>, IDeepCloneable<ImageObjectDetectionModelDeploymentMetadata>, IBufferMessage, IMessage
Model deployment metadata specific to Image Object Detection.
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
[qps_per_node][google.cloud.automl.v1.ImageObjectDetectionModelMetadata.qps_per_node].
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 details the `ImageObjectDetectionModelDeploymentMetadata` class, which is used for model deployment metadata specifically for Image Object Detection within Google Cloud AutoML V1."],["The `ImageObjectDetectionModelDeploymentMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the package is 3.4.0, with a range of previous versions listed, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, and several 2.x.x versions."],["The class includes a property `NodeCount`, which is an `Int64` type that defines the number of nodes for model deployment, ranging from 1 to 100."],["There are two constructors for this class: a default one and one that takes another `ImageObjectDetectionModelDeploymentMetadata` object as a parameter."]]],[]]