ComponentModel

class oci.ai_document.models.ComponentModel(**kwargs)

Bases: object

The custom model selected for Composition.

Methods

__init__(**kwargs) Initializes a new ComponentModel object with values from keyword arguments.

Attributes

model_id Gets the model_id of this ComponentModel.
__init__(**kwargs)

Initializes a new ComponentModel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:model_id (str) – The value to assign to the model_id property of this ComponentModel.
model_id

Gets the model_id of this ComponentModel. The OCID of active custom Key Value model that need to be composed.

Returns:The model_id of this ComponentModel.
Return type:str