CreateDatasetParams: ClientFn & {
    description: string;
    examples: Example[];
    name: string;
}

Type declaration

  • description: string

    The description of the dataset

  • examples: Example[]

    The examples to create in the dataset

  • name: string

    The name of the dataset