Type Alias Alias

An AutoML alias

type Alias = {
    createdAt: CreatedAt;
    createdBy: string;
    deploymentId: DeploymentId;
    id: EntityId;
    mode: AliasMode;
    models: ModelsInfo;
    name: EntityName;
    updatedAt: UpdatedAt;
}
Index

Properties

createdAt: CreatedAt

Timestamp when this was created

createdBy: string

ID of the owner/user that created this entity

deploymentId: DeploymentId

ID of a model deployment

ID of this entity

mode: AliasMode

The mode of an alias. Default mode means the model assigned to that alias will be used if alias is not specified

models: ModelsInfo

Name of this entity

updatedAt: UpdatedAt

Timestamp when this was updated