A warning message.

interface Warning {
    additional_properties?: WatsonXAI.JsonObject;
    id?: string;
    message: string;
}

Properties

additional_properties?: WatsonXAI.JsonObject

Additional key-value pairs that depend on the specific warning.

id?: string

An id associated with the message.

message: string

The message.