Project Model Config

class labelbox.schema.project_model_config.ProjectModelConfig(client, field_values)[source]

Bases: DbObject

A ProjectModelConfig represents an association between a project and a single model config.

project_id

ID of project to associate

Type:

str

model_config_id

ID of the model configuration

Type:

str

model_config

Configuration for model

Type:

ModelConfig

delete() bool[source]

Deletes this association between a model config and this project.

Returns:

bool, indicates if the operation was a success.