Class Span
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.Span
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Span.Builder,Span>
@Generated("software.amazon.awssdk:codegen") public final class Span extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Span.Builder,Span>
Contains information about where the text with a citation begins and ends in the generated output.
This data type is used in the following API operations:
-
RetrieveAndGenerate response – in the
span
field -
InvokeAgent response – in the
span
field
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Span.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Span.Builder
builder()
Integer
end()
Where the text with a citation ends in the generated output.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends Span.Builder>
serializableBuilderClass()
Integer
start()
Where the text with a citation starts in the generated output.Span.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
end
public final Integer end()
Where the text with a citation ends in the generated output.
- Returns:
- Where the text with a citation ends in the generated output.
-
start
public final Integer start()
Where the text with a citation starts in the generated output.
- Returns:
- Where the text with a citation starts in the generated output.
-
toBuilder
public Span.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Span.Builder,Span>
-
builder
public static Span.Builder builder()
-
serializableBuilderClass
public static Class<? extends Span.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-