Type Alias ExperimentVersionFindResponse

type ExperimentVersionFindResponse = {
    data: {
        attributes: ExperimentVersion;
        id: EntityId;
        type: "experiment-version";
    }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: {
    attributes: ExperimentVersion;
    id: EntityId;
    type: "experiment-version";
}[]

Type declaration

  • attributes: ExperimentVersion

    An AutoML experiment version. This is a configuration for training models within an experiment.

  • id: EntityId

    ID of this entity

  • type: "experiment-version"

Resource links included in paginated responses

Meta for FIND operations