GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo class
Information for a custom Generative AI model created by the user.
These are created with Create New Version
in either the Call foundation model
or Fine tuning
tabs.
Constructors
- GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo.new({String? baseProcessorVersionId, String? customModelType})
- GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo.fromJson(Map json_)
Properties
- baseProcessorVersionId ↔ String?
-
The base processor version ID for the custom model.
getter/setter pair
- customModelType ↔ String?
-
The type of custom model created by the user.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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