ModelSnapshot Class

ModelSnapshot.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
ModelSnapshot

Constructor

ModelSnapshot(*, model_id: str, created_time: datetime.datetime, last_updated_time: datetime.datetime, variables_count: int, display_name: Optional[str] = None, **kwargs)

Variables

model_id
str

Required. Model identifier.

created_time
datetime

Required. Date and time (UTC) when the model was created.

last_updated_time
datetime

Required. Date and time (UTC) when the model was last updated.

status
str or ModelStatus

Required. Model training status. Possible values include: "CREATED", "RUNNING", "READY", "FAILED".

display_name
str
variables_count
int

Required. Total number of variables.