interface ModelEntitySchemas {
    input?: WatsonXAI.DataSchema[];
    output?: WatsonXAI.DataSchema[];
}

Properties

Properties

The schema of the expected prediction input data, see datarecord-metadata-v2-schema for the schema definition.

The schema of the expected prediction output data, see datarecord-metadata-v2-schema for the schema definition.