CustomModelSummary¶
Structure Class¶
CustomModelSummary
dataclass
¶
Summary information for a custom model.
Attributes¶
customization_type
class-attribute
instance-attribute
¶
customization_type: CustomizationType | None = None
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
model_status
class-attribute
instance-attribute
¶
model_status: ModelStatus | None = None
The current status of the custom model. Possible values include:
-
Creating- The model is being created and validated. -
Active- The model has been successfully created and is ready for use. -
Failed- The model creation process failed.
owner_account_id
class-attribute
instance-attribute
¶
owner_account_id: str | None = None
The unique identifier of the account that owns the model.