Get Dataset
datasets
Get Dataset
GET
Get Dataset
Path Parameters
Response
Successful Response
Read from a user-owned S3 object.
The full s3://bucket[/prefix]/key URI addresses a single object;
no source_table / prefix-then-key split. The credential reference
resolves server-side to the IAM role to assume. A user may register
several S3 credentials, so the URI alone can't say which to use.
- S3ConnectionConfig
- SnowflakeConnectionConfig
- DatabricksConnectionConfig
- FileUploadConnectionConfig
A single column comparison, e.g. col("ts") >= "2024-01-01".
value is unused for is_null / is_not_null and is a list for
in / not_in. Timestamps travel as ISO-8601 strings and are coerced
to the column dtype trainer-side.
- Comparison
- BoolExpr
- Not