Uses of Class
com.google.genai.gaos.models.interactions.CreateModelInteractionResponseFormat
Packages that use CreateModelInteractionResponseFormat
-
Uses of CreateModelInteractionResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateModelInteractionResponseFormatModifier and TypeMethodDescriptionCreateModelInteractionResponseFormat.of(ResponseFormat value) CreateModelInteractionResponseFormat.of(List<ResponseFormat> value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type CreateModelInteractionResponseFormatModifier and TypeMethodDescriptionCreateModelInteraction.responseFormat()Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.Methods in com.google.genai.gaos.models.interactions with parameters of type CreateModelInteractionResponseFormatModifier and TypeMethodDescriptionCreateModelInteraction.Builder.responseFormat(CreateModelInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateModelInteraction.withResponseFormat(CreateModelInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.Constructors in com.google.genai.gaos.models.interactions with parameters of type CreateModelInteractionResponseFormatModifierConstructorDescriptionCreateModelInteraction(Boolean background, CreateModelInteractionEnvironment environment, GenerationConfig generationConfig, InteractionsInput input, Map<String, String> labels, Model model, String previousInteractionId, CreateModelInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig)