GetDatasetLikeParams: {
    client: PhoenixClient;
    dataset: Dataset | string | Example[];
}

Parameters for the getDatasetLike function

Type declaration

  • client: PhoenixClient
  • dataset: Dataset | string | Example[]

    The dataset to get. Can be in the form of a dataset id, an array of examples, or a dataset object.