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."],[[["The `DeployModelRequest` class is used to send a request to deploy a model within the Google Cloud AutoML service, specifically version 1."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly."],["It supports different metadata types for Image Classification and Image Object Detection models, specified by `ImageClassificationModelDeploymentMetadata` and `ImageObjectDetectionModelDeploymentMetadata` properties, respectively."],["The `DeployModelRequest` requires a `Name` property that refers to the resource name of the model intended for deployment, which can be viewed as `ModelName` for easier use."],["The latest version available for the page on `DeployModelRequest` is `3.4.0`, with multiple other version also being available including the current page's `3.0.0`."]]],[]]