Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.JsonSchemaDefinition
Packages that use JsonSchemaDefinition
-
Uses of JsonSchemaDefinition in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return JsonSchemaDefinitionModifier and TypeMethodDescriptionfinal JsonSchemaDefinitionOutputFormatStructure.jsonSchema()A JSON schema structure that the model's output must adhere to.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type JsonSchemaDefinitionModifier and TypeMethodDescriptionstatic OutputFormatStructureOutputFormatStructure.fromJsonSchema(JsonSchemaDefinition jsonSchema) Create an instance of this class withOutputFormatStructure.jsonSchema()initialized to the given value.OutputFormatStructure.Builder.jsonSchema(JsonSchemaDefinition jsonSchema) A JSON schema structure that the model's output must adhere to.