Skip to content

class ModelVersion

A handle to a versioned model resource

Attributes

comment: str property

Comment from when the model version was uploaded

created_at: pendulum.DateTime property

Timestamp when model version was created

creator: str property

User that initiated the model upload

error: Optional[str] property

Error reason string for a failed upload.

metadata: str property

PMML metadata of the model version

s3_uri: str property

S3 bucket path to PMML file

schema: str property

Scowl schema of the model

scowl_snippet: str property

Example usage of the model version

status: str property

Current status of the job. One of {'Processing', 'Ready', 'Error'}

updated_at: pendulum.DateTime property

Timestamp when model version was last updated