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 documentation for the `DeployProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for .NET."],["It outlines the different versions of the `DeployProcessorVersionRequest`, ranging from version 1.0.0 to the latest version, 3.19.0."],["The `DeployProcessorVersionRequest` class is used to deploy a specific version of a Document AI processor and is defined by implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `DeployProcessorVersionRequest` include `Name`, a string that represents the processor version resource name to be deployed, and `ProcessorVersionName`, which provides a typed view over the `Name` property."],["The documentation includes details about the class's constructors, inherited members, and relevant namespaces and assemblies, along with links to external documentation."]]],[]]