mindspore.dataset.Dataset.input_indexs
- property Dataset.input_indexs
Get the column index, which represents the corresponding relationship between the data column order and the network when using the sink mode.
- Returns
int, tuple of the input index information.
Examples
>>> # dataset is an instance object of Dataset >>> # set input_indexs >>> dataset.input_indexs = 10 >>> print(dataset.input_indexs) 10