Uses of Enum
com.azure.ai.openai.responses.models.CreateResponsesRequestIncludable
Packages that use CreateResponsesRequestIncludable
Package
Description
Package containing the classes for AzureResponses.
Package containing the data models for AzureResponses.
-
Uses of CreateResponsesRequestIncludable in com.azure.ai.openai.responses
Method parameters in com.azure.ai.openai.responses with type arguments of type CreateResponsesRequestIncludableModifier and TypeMethodDescriptionResponsesAsyncClient.getResponse(String responseId, List<CreateResponsesRequestIncludable> includables) Retrieves a model response with the given ID.ResponsesClient.getResponse(String responseId, List<CreateResponsesRequestIncludable> includables) Retrieves a model response with the given ID. -
Uses of CreateResponsesRequestIncludable in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return CreateResponsesRequestIncludableModifier and TypeMethodDescriptionCreateResponsesRequestIncludable.fromString(String value) Parses a serialized value to a CreateResponsesRequestIncludable instance.Returns the enum constant of this type with the specified name.static CreateResponsesRequestIncludable[]CreateResponsesRequestIncludable.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai.responses.models that return types with arguments of type CreateResponsesRequestIncludableModifier and TypeMethodDescriptionCreateResponsesRequest.getInclude()Get the include property: Specifies additional output data to include in the model response.Method parameters in com.azure.ai.openai.responses.models with type arguments of type CreateResponsesRequestIncludableModifier and TypeMethodDescriptionCreateResponsesRequest.setInclude(List<CreateResponsesRequestIncludable> include) Set the include property: Specifies additional output data to include in the model response.