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."],[[["The `ImageObjectDetectionModelDeploymentMetadata` class is used for deploying image object detection models and is available within the `Google.Cloud.AutoML.V1` namespace."],["This class is part of multiple versioned releases, ranging from version 2.2.0 up to the latest version 3.4.0, with version 2.5.0 being the specific focus of the main content."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["It provides a `NodeCount` property, of type `Int64`, allowing the user to set the number of nodes that will be used to deploy the model."],["The class offers two constructors, one default and one allowing an existing `ImageObjectDetectionModelDeploymentMetadata` instance as a parameter, likely for copying its values."]]],[]]