Type Alias Experiment

An AutoML experiment

type Experiment = {
    createdAt: CreatedAt;
    description?: EntityDescription;
    id: EntityId;
    name?: EntityName;
    ownerId: OwnerId;
    spaceId: SpaceId;
    tenantId: TenantId;
    updatedAt: UpdatedAt;
}
Index

Properties

createdAt: CreatedAt

Timestamp when this was created

description?: EntityDescription

Description of this entity

ID of this entity

name?: EntityName

Name of this entity

ownerId: OwnerId

ID of owner/user for this entity

spaceId: SpaceId

Space ID for this entity (empty string for personal space)

tenantId: TenantId

Tenant ID for this entity

updatedAt: UpdatedAt

Timestamp when this was updated