Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest.
The request message for the ImportProcessorVersion method. This method requires Document AI Service Agent of the destination project in the source project's IAM with Document AI Editor role.
The destination project is specified as part of the parent
field.
The source project is specified as part of source
field.
The Service Agent for Document AI can be found in https://cloud.google.com/iam/docs/service-agents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The destination processor name to create the processor version
in. Format:
projects/{project}/locations/{location}/processors/{processor}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The destination processor name to create the processor version
in. Format:
projects/{project}/locations/{location}/processors/{processor}
-
(::String) — Required. The destination processor name to create the processor version
in. Format:
projects/{project}/locations/{location}/processors/{processor}
#processor_version_source
def processor_version_source() -> ::String
- (::String) — The source processor version to import from.
#processor_version_source=
def processor_version_source=(value) -> ::String
- value (::String) — The source processor version to import from.
- (::String) — The source processor version to import from.