Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#base_processor_version_id
def base_processor_version_id() -> ::String
Returns
- (::String) — The base processor version ID for the custom model.
#base_processor_version_id=
def base_processor_version_id=(value) -> ::String
Parameter
- value (::String) — The base processor version ID for the custom model.
Returns
- (::String) — The base processor version ID for the custom model.
#custom_model_type
def custom_model_type() -> ::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType) — The type of custom model created by the user.
#custom_model_type=
def custom_model_type=(value) -> ::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType) — The type of custom model created by the user.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType) — The type of custom model created by the user.