Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.OutputFormatStructure
Packages that use OutputFormatStructure
-
Uses of OutputFormatStructure in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return OutputFormatStructureModifier and TypeMethodDescriptionstatic OutputFormatStructureOutputFormatStructure.fromJsonSchema(Consumer<JsonSchemaDefinition.Builder> jsonSchema) Create an instance of this class withjsonSchema()initialized to the given value.static OutputFormatStructureOutputFormatStructure.fromJsonSchema(JsonSchemaDefinition jsonSchema) Create an instance of this class withjsonSchema()initialized to the given value.final OutputFormatStructureOutputFormat.structure()The structure that the model's output must adhere to.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type OutputFormatStructureModifier and TypeMethodDescriptionOutputFormat.Builder.structure(OutputFormatStructure structure) The structure that the model's output must adhere to.