System details.

interface RerankResponse {
    created_at: string;
    input_token_count: number;
    model_id: string;
    model_version?: string;
    query?: string;
    results: WatsonXAI.RerankedResults[];
    system?: WatsonXAI.SystemDetails;
}

Properties

created_at: string

The time when the response was created.

input_token_count: number

The number of input tokens that were consumed.

model_id: string

The id of the model to be used for this request. Please refer to the list of models.

model_version?: string

The model version (using semantic versioning) if set.

query?: string

The rank query, if requested.

The ranked results.

Optional details coming from the service and related to the API call or the associated resource.