Uses of Class
com.azure.search.documents.indexes.models.ChatCompletionSchema
Packages that use ChatCompletionSchema
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ChatCompletionSchema in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type ChatCompletionSchemaModifier and TypeClassDescriptionfinal classObject defining the custom schema the model will use to structure its output.Methods in com.azure.search.documents.indexes.models that return ChatCompletionSchemaModifier and TypeMethodDescriptionstatic ChatCompletionSchemaChatCompletionSchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionSchema from the JsonReader.ChatCompletionResponseFormatJsonSchemaProperties.getSchema()Get the schema property: Object defining the custom schema the model will use to structure its output.ChatCompletionSchema.setAdditionalProperties(Boolean additionalProperties) Set the additionalProperties property: Controls whether it is allowable for an object to contain additional keys / values that were not defined in the JSON Schema.ChatCompletionSchema.setProperties(String properties) Set the properties property: A JSON-formatted string that defines the output schema's properties and constraints for the model.ChatCompletionSchema.setRequired(List<String> required) Set the required property: An array of the property names that are required to be part of the model's response.Set the type property: Type of schema representation.Methods in com.azure.search.documents.indexes.models with parameters of type ChatCompletionSchemaModifier and TypeMethodDescriptionChatCompletionResponseFormatJsonSchemaProperties.setSchema(ChatCompletionSchema schema) Set the schema property: Object defining the custom schema the model will use to structure its output.