Type Alias ExperimentFindResponse

type ExperimentFindResponse = {
    data: { attributes: Experiment; id: EntityId; type: "experiment" }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: { attributes: Experiment; id: EntityId; type: "experiment" }[]

Type declaration

  • attributes: Experiment

    An AutoML experiment

  • id: EntityId

    ID of this entity

  • type: "experiment"

Resource links included in paginated responses

Meta for FIND operations