Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 773 Bytes

File metadata and controls

15 lines (11 loc) · 773 Bytes

DatasetInput

Dataset input configuration.

Properties

Name Type Required Description
rid RID Yes The RID of the input dataset.
column_mapping Dict[ColumnTypeSpecId, List[ColumnName]] Yes Mapping of column type spec IDs to column names.
ignore_columns List[ColumnName] Yes Columns to ignore from the dataset.
select_columns List[ColumnName] Yes Columns to select from the dataset. If empty, all columns not in ignoreColumns will be used.
type Literal["dataset"] Yes None

[Back to Model list] [Back to API list] [Back to README]