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 webpage details the `DeployModelRequest` class, which is a request message for deploying models in Google Cloud AutoML, specifically within version 2.3.0 of the library."],["The `DeployModelRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, allowing it to handle message operations, equality checks, cloning, and buffer-related actions."],["Key properties of `DeployModelRequest` include `ImageClassificationModelDeploymentMetadata`, `ImageObjectDetectionModelDeploymentMetadata`, `ModelDeploymentMetadataCase`, `ModelName`, and `Name`, which handle the specification and metadata for deploying various model types."],["The page shows the class is available in various versions of the Google Cloud AutoML library, ranging from 2.2.0 to 3.4.0, with the latter being the latest."]]],[]]