| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
Span |
Span.clone() |
Span |
TextResponsePart.getSpan()
Contains information about where the text with a citation begins and ends in the generated output.
|
Span |
Span.withEnd(Integer end)
Where the text with a citation ends in the generated output.
|
Span |
Span.withStart(Integer start)
Where the text with a citation starts in the generated output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextResponsePart.setSpan(Span span)
Contains information about where the text with a citation begins and ends in the generated output.
|
TextResponsePart |
TextResponsePart.withSpan(Span span)
Contains information about where the text with a citation begins and ends in the generated output.
|
Copyright © 2024. All rights reserved.