public sealed class DeployProcessorVersionRequest : IMessage<DeployProcessorVersionRequest>, IEquatable<DeployProcessorVersionRequest>, IDeepCloneable<DeployProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeployProcessorVersionRequest.
Request message for the
[DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion]
method.
[[["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 provides reference documentation for the `DeployProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.13.0 and its relation to other versions."],["The `DeployProcessorVersionRequest` class is used to deploy a specific processor version and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists links to various versions of the `DeployProcessorVersionRequest` documentation, ranging from version 1.0.0 to the latest version, 3.19.0."],["Key properties of the `DeployProcessorVersionRequest` class include `Name`, a string that represents the resource name of the processor version to be deployed, and `ProcessorVersionName`, which offers a typed view of the `Name` property."],["The class includes two constructors, one public and default and another with a `DeployProcessorVersionRequest` parameter, used to create an instance of the class and the other to take the instance of the class as a parameter."]]],[]]