Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Span.Builder
-
Packages that use Span.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Span.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Span.Builder Modifier and Type Method Description static Span.BuilderSpan. builder()Span.BuilderSpan.Builder. end(Integer end)Where the text with a citation ends in the generated output.Span.BuilderSpan.Builder. start(Integer start)Where the text with a citation starts in the generated output.Span.BuilderSpan. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Span.Builder Modifier and Type Method Description static Class<? extends Span.Builder>Span. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Span.Builder Modifier and Type Method Description default TextResponsePart.BuilderTextResponsePart.Builder. span(Consumer<Span.Builder> span)Contains information about where the text with a citation begins and ends in the generated output.
-