Class InvocationSummary
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InvocationSummary.Builder,InvocationSummary>
@Generated("software.amazon.awssdk:codegen")
public final class InvocationSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InvocationSummary.Builder,InvocationSummary>
Contains details about an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic InvocationSummary.Builderbuilder()final InstantThe timestamp for when the invocation was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA unique identifier for the invocation in UUID format.static Class<? extends InvocationSummary.Builder>final StringThe unique identifier for the session associated with the invocation.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
createdAt
The timestamp for when the invocation was created.
- Returns:
- The timestamp for when the invocation was created.
-
invocationId
A unique identifier for the invocation in UUID format.
- Returns:
- A unique identifier for the invocation in UUID format.
-
sessionId
The unique identifier for the session associated with the invocation.
- Returns:
- The unique identifier for the session associated with the invocation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvocationSummary.Builder,InvocationSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-