Class SummarizeRecordsRequest

All Implemented Interfaces:
HasHandlers

public class SummarizeRecordsRequest extends DataBoundAIRequest
Represents a request to AI to generate summaries of records, using data in the records, relevant general knowledge, and reasonable inferences from the data. Summaries may include relevant supplemental information for each record.

The provided records are split into batches of varying lengths (see maxRecordsPerBatch). For each batch, a SummarizeRecordsPartialResult will be generated with either information about the reason for a non-successful outcome, or the generated summaries for records in the batch.