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 request the deployment of a model within the Google Cloud AutoML service, specifically under version 2.2.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration with other systems."],["It supports specific model deployment metadata for both Image Classification and Image Object Detection, allowing for tailored deployments based on the model type."],["The class features properties for managing the model's name, either directly as a string or through the `ModelName` type, which provides a structured view of the resource name."],["The `DeployModelRequest` has a variety of version releases, with 3.4.0 currently being the latest, while this specific document is for version 2.2.0."]]],[]]