Type Alias RealtimePredictionInput

Input values for creating realtime predictions

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

Properties

Properties

rows?: string[][]

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

List of features in the dataset.