create_examples
/createExamples
method to create multiple examples in a single request. If creating a single example, you can use the create_example
/createExample
method.list_datasets
/listDatasets
method in the Python and TypeScript SDKs. Below are some common calls.
list_examples
/listExamples
method in the Python and TypeScript SDKs. Below are some common calls.
{"foo": "bar", "baz": "qux"}
, both {foo: bar}
and {baz: qux}
would match, as would {foo: bar, baz: qux}
.
metadata
fields.has
operator to fetch examples with metadata fields that contain specific key/value pairs and the exists
operator to fetch examples with metadata fields that contain a specific key. Additionally, you can also chain multiple filters together using the and
operator and negate a filter using the not
operator.
update_example
/updateExample
method in the Python and TypeScript SDKs. Below is an example.
update_examples
/updateExamples
method in the Python and TypeScript SDKs. Below is an example.