Record
fine-tuning-response-model
No description available.
record fine-tuning-response-model {
fine-tuning-requested: bool,
finetuning-state: fine-tuning-response-model-finetuning-state-enum,
is-allowed-to-fine-tune: bool,
model-id: string,
slice-ids: list<string>,
verification-attempts: list<verification-attempt-response-model>,
verification-attempts-count: s32,
verification-failures: list<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fine-tuning-requested | bool | |
| finetuning-state | fine-tuning-response-model-finetuning-state-enum | |
| is-allowed-to-fine-tune | bool | |
| model-id | string | |
| slice-ids | list<string> | |
| verification-attempts | list<verification-attempt-response-model> | |
| verification-attempts-count | s32 | |
| verification-failures | list<string> |