public sealed class DeployModelRequest : IMessage<DeployModelRequest>, IEquatable<DeployModelRequest>, IDeepCloneable<DeployModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.DeployModel][google.cloud.automl.v1.AutoMl.DeployModel].
[[["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."],[[["This page details the `DeployModelRequest` class, which is used to send a request to deploy a model in Google Cloud AutoML V1."],["The `DeployModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Cloud Protobuf ecosystem."],["There are two constructors available for creating instances of `DeployModelRequest`, one is parameterless and the other accepts another `DeployModelRequest` object as an argument."],["Key properties of `DeployModelRequest` include `ImageClassificationModelDeploymentMetadata`, `ImageObjectDetectionModelDeploymentMetadata`, `ModelDeploymentMetadataCase`, `ModelName`, and `Name`, which are related to the deployment of image classification and object detection models, along with essential model identification information."],["The page provides versioned links to the `DeployModelRequest` class documentation, ranging from version 2.2.0 up to the latest version, 3.4.0, of the Google.Cloud.AutoML.V1 library, allowing users to explore the class definition in different versions."]]],[]]