System details.

interface EmbeddingsResponse {
    created_at: string;
    input_token_count: number;
    model_id: string;
    results: WatsonXAI.Embedding[];
    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.

results: WatsonXAI.Embedding[]

The embedding values for a given text.

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