Type Alias ExperimentGetResponse

type ExperimentGetResponse = {
    data: { attributes: Experiment; id: EntityId; type: "experiment" };
}
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"