OptionalchoicesOptionalcreatedThe timestamp in seconds when the query was created in Unix time returned by a completions or chat external/foundation model serving endpoint.
OptionaldataThe list of the embeddings returned by the embeddings external/foundation model serving endpoint.
OptionalidThe ID of the query that may be returned by a completions or chat external/foundation model serving endpoint.
OptionalmodelThe name of the external/foundation model used for querying. This is the name of the model that was specified in the endpoint config.
OptionalobjectThe type of object returned by the external/foundation model serving endpoint, one of [text_completion, chat.completion, list (of embeddings)].
OptionaloutputsThe outputs of the feature serving endpoint.
OptionalpredictionsThe predictions returned by the serving endpoint.
OptionalservedThe name of the served model that served the request. This is useful when there are multiple models behind the same endpoint with traffic split.
OptionalusageThe usage object that may be returned by the external/foundation model serving endpoint. This contains information about the number of tokens used in the prompt and response.
The list of choices returned by the chat or completions external/foundation model serving endpoint.