Skip to content

class ModelVersion

A handle to a versioned model resource

Attributes

comment: str property readonly

Comment from when the model version was uploaded

created_at: datetime property readonly

Timestamp when model version was created

creator: str property readonly

User that initiated the model upload

error: Optional[str] property readonly

Error reason string for a failed upload.

metadata: str property readonly

PMML metadata of the model version

s3_uri: str property readonly

S3 bucket path to PMML file

schema: str property readonly

Scowl model statement with schema

scowl_snippet: str property readonly

Example usage of the model version

status: str property readonly

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

updated_at: datetime property readonly

Timestamp when model version was last updated