TrainingArtifactReference¶
- class baseten.client.modelconfig.TrainingArtifactReference(*, training_job_id, paths=None, **extra_data)¶
Bases:
BaseModel- Parameters:
training_job_id (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Training Job Id', description='The training job id that the artifact reference belongs to.')])
paths (Annotated[list[str] | None, FieldInfo(annotation=NoneType, required=True, title='Paths', description='The paths of the files to download which can contain * or ?.')])
extra_data (Any)
- model_config = {'extra': 'allow'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].