Type Alias RealtimePredictionInput

type RealtimePredictionInput = {
    rows?: string[][];
    schema?: RealTimePredictionInputSchema[];
}
Index

Properties

Properties

rows?: string[][]

The rows of the dataset to produce predictions from. Date features must be in ISO 8601 format.

The schema of the input dataset.