Type of the data schema.
Optionalindex_column?: ColumnNames<T>The name of the index column. If provided, the service will return this column's value in each prediction object to facilitate aligning the output predictions with the input rows on the client side. If not provided, the column will not be included in the output.
Optionalparse_data_types?: booleanWhether to parse the data types of the columns. If set to True, numeric columns will be parsed to float or integer and dates in ISO format YYYY-MM-DD will be parsed. Default: true.
Representation of all data needed for prediction.