GoogleCloudDocumentaiV1TrainProcessorVersionRequest class
Request message for the TrainProcessorVersion method.
Constructors
- GoogleCloudDocumentaiV1TrainProcessorVersionRequest({String? baseProcessorVersion, GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions? customDocumentExtractionOptions, GoogleCloudDocumentaiV1DocumentSchema? documentSchema, GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions? foundationModelTuningOptions, GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData? inputData, GoogleCloudDocumentaiV1ProcessorVersion? processorVersion})
- GoogleCloudDocumentaiV1TrainProcessorVersionRequest.fromJson(Map json_)
Properties
- baseProcessorVersion ↔ String?
-
The processor version to use as a base for training.
getter/setter pair
- customDocumentExtractionOptions ↔ GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions?
-
Options to control Custom Document Extraction (CDE) Processor.
getter/setter pair
- documentSchema ↔ GoogleCloudDocumentaiV1DocumentSchema?
-
The schema the processor version will be trained with.
getter/setter pair
- foundationModelTuningOptions ↔ GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions?
-
Options to control foundation model tuning of a processor.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputData ↔ GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData?
-
The input data used to train the ProcessorVersion.
getter/setter pair
- processorVersion ↔ GoogleCloudDocumentaiV1ProcessorVersion?
-
The processor version to be created.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited