Class InvocationStepSummary
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InvocationStepSummary.Builder,InvocationStepSummary>
@Generated("software.amazon.awssdk:codegen")
public final class InvocationStepSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InvocationStepSummary.Builder,InvocationStepSummary>
Contains details about an invocation step within 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 TypeMethodDescriptionbuilder()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.final StringThe unique identifier (in UUID format) for the invocation step.final InstantThe timestamp for when the invocation step was created.static Class<? extends InvocationStepSummary.Builder>final StringThe unique identifier for the session associated with the invocation step.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
-
invocationId
A unique identifier for the invocation in UUID format.
- Returns:
- A unique identifier for the invocation in UUID format.
-
invocationStepId
The unique identifier (in UUID format) for the invocation step.
- Returns:
- The unique identifier (in UUID format) for the invocation step.
-
invocationStepTime
The timestamp for when the invocation step was created.
- Returns:
- The timestamp for when the invocation step was created.
-
sessionId
The unique identifier for the session associated with the invocation step.
- Returns:
- The unique identifier for the session associated with the invocation step.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvocationStepSummary.Builder,InvocationStepSummary>
-
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
-