Reference documentation and code samples for the Google Cloud Document Ai V1 Client class TrainProcessorVersionRequest.
Request message for the TrainProcessorVersion method.
Generated from protobuf message google.cloud.documentai.v1.TrainProcessorVersionRequest
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ custom_document_extraction_options
Google\Cloud\DocumentAI\V1\TrainProcessorVersionRequest\CustomDocumentExtractionOptions
Options to control Custom Document Extraction (CDE) Processor.
↳ foundation_model_tuning_options
Google\Cloud\DocumentAI\V1\TrainProcessorVersionRequest\FoundationModelTuningOptions
Options to control foundation model tuning of a processor.
↳ parent
string
Required. The parent (project, location and processor) to create the new version for. Format: projects/{project}/locations/{location}/processors/{processor}
.
↳ processor_version
↳ document_schema
Google\Cloud\DocumentAI\V1\DocumentSchema
Optional. The schema the processor version will be trained with.
↳ input_data
Google\Cloud\DocumentAI\V1\TrainProcessorVersionRequest\InputData
Optional. The input data used to train the ProcessorVersion .
↳ base_processor_version
string
Optional. The processor version to use as a base for training. This processor version must be a child of parent
. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
.
getCustomDocumentExtractionOptions
Options to control Custom Document Extraction (CDE) Processor.
hasCustomDocumentExtractionOptions
setCustomDocumentExtractionOptions
Options to control Custom Document Extraction (CDE) Processor.
$this
getFoundationModelTuningOptions
Options to control foundation model tuning of a processor.
hasFoundationModelTuningOptions
setFoundationModelTuningOptions
Options to control foundation model tuning of a processor.
$this
getParent
Required. The parent (project, location and processor) to create the new
version for. Format: projects/{project}/locations/{location}/processors/{processor}
.
string
setParent
Required. The parent (project, location and processor) to create the new
version for. Format: projects/{project}/locations/{location}/processors/{processor}
.
var
string
$this
getProcessorVersion
Required. The processor version to be created.
hasProcessorVersion
clearProcessorVersion
setProcessorVersion
Required. The processor version to be created.
$this
getDocumentSchema
Optional. The schema the processor version will be trained with.
hasDocumentSchema
clearDocumentSchema
setDocumentSchema
Optional. The schema the processor version will be trained with.
$this
getInputData
Optional. The input data used to train the ProcessorVersion .
hasInputData
clearInputData
setInputData
Optional. The input data used to train the ProcessorVersion .
$this
getBaseProcessorVersion
Optional. The processor version to use as a base for training. This
processor version must be a child of parent
. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
.
string
setBaseProcessorVersion
Optional. The processor version to use as a base for training. This
processor version must be a child of parent
. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
.
var
string
$this
getProcessorFlags
string
static::build
parent
string
Required. The parent (project, location and processor) to create the new
version for. Format: projects/{project}/locations/{location}/processors/{processor}
. Please see Google\Cloud\DocumentAI\V1\DocumentProcessorServiceClient::processorName()
for help formatting this field.
processorVersion