Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.JsonSchemaDefinition.Builder
Packages that use JsonSchemaDefinition.Builder
-
Uses of JsonSchemaDefinition.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return JsonSchemaDefinition.BuilderModifier and TypeMethodDescriptionstatic JsonSchemaDefinition.BuilderJsonSchemaDefinition.builder()JsonSchemaDefinition.Builder.description(String description) A description of the JSON schema.The name of the JSON schema.The JSON schema to constrain the model's output.JsonSchemaDefinition.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type JsonSchemaDefinition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends JsonSchemaDefinition.Builder>JsonSchemaDefinition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type JsonSchemaDefinition.BuilderModifier and TypeMethodDescriptionstatic OutputFormatStructureOutputFormatStructure.fromJsonSchema(Consumer<JsonSchemaDefinition.Builder> jsonSchema) Create an instance of this class withOutputFormatStructure.jsonSchema()initialized to the given value.default OutputFormatStructure.BuilderOutputFormatStructure.Builder.jsonSchema(Consumer<JsonSchemaDefinition.Builder> jsonSchema) A JSON schema structure that the model's output must adhere to.