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
name?: EntityName
ownerId: OwnerId
spaceId: SpaceId
tenantId: TenantId
updatedAt: UpdatedAt