GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions class
Options to control foundation model tuning of the processor.
Constructors
- GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions({double? learningRateMultiplier, int? trainSteps})
 - GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - learningRateMultiplier ↔ double?
 - 
  The multiplier to apply to the recommended learning rate.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - trainSteps ↔ int?
 - 
  The number of steps to run for model tuning.
  getter/setter pair
 
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