UpsertTrainingProject

class baseten.client.managementapi.UpsertTrainingProject(*, name)

Bases: BaseModel

Parameters:

name (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Name', description='Name of the training project.', examples=['My Training Project'])])

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].