Model Config

class labelbox.schema.model_config.ModelConfig(client, field_values)[source]

Bases: DbObject

A ModelConfig represents a set of inference params configured for a model

inference_params

Dict of inference params

Type:

JSON

model_id

ID of the model to configure

Type:

str

name

Name of config

Type:

str