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 document outlines the `DeployModelRequest` class, which is used to request the deployment of a model in Google Cloud AutoML V1, as part of the .NET library."],["The latest version of this document references version 3.4.0, while a range of earlier versions, from 2.2.0 up to 3.3.0, are also accessible for review."],["The `DeployModelRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeployModelRequest` class include `ImageClassificationModelDeploymentMetadata`, `ImageObjectDetectionModelDeploymentMetadata`, `ModelDeploymentMetadataCase`, `ModelName`, and `Name`, each serving specific roles in model deployment."],["There are two constructors available for `DeployModelRequest`: a default constructor and one that takes another `DeployModelRequest` object as a parameter for initialization."]]],[]]