Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.OutputFormatStructure.Builder
Packages that use OutputFormatStructure.Builder
-
Uses of OutputFormatStructure.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return OutputFormatStructure.BuilderModifier and TypeMethodDescriptionOutputFormatStructure.builder()default OutputFormatStructure.BuilderOutputFormatStructure.Builder.jsonSchema(Consumer<JsonSchemaDefinition.Builder> jsonSchema) A JSON schema structure that the model's output must adhere to.OutputFormatStructure.Builder.jsonSchema(JsonSchemaDefinition jsonSchema) A JSON schema structure that the model's output must adhere to.OutputFormatStructure.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type OutputFormatStructure.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OutputFormatStructure.Builder>OutputFormatStructure.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type OutputFormatStructure.BuilderModifier and TypeMethodDescriptiondefault OutputFormat.BuilderOutputFormat.Builder.structure(Consumer<OutputFormatStructure.Builder> structure) The structure that the model's output must adhere to.