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"]],[["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 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."]]],[]]