Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepSummary
Packages that use InvocationStepSummary
Package
Description
-
Uses of InvocationStepSummary in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationStepSummaryModifier and TypeMethodDescriptionfinal List<InvocationStepSummary>ListInvocationStepsResponse.invocationStepSummaries()A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationStepSummaryModifier and TypeMethodDescriptionListInvocationStepsResponse.Builder.invocationStepSummaries(InvocationStepSummary... invocationStepSummaries) A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationStepSummaryModifier and TypeMethodDescriptionListInvocationStepsResponse.Builder.invocationStepSummaries(Collection<InvocationStepSummary> invocationStepSummaries) A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session. -
Uses of InvocationStepSummary in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type InvocationStepSummaryModifier and TypeMethodDescriptionfinal SdkIterable<InvocationStepSummary>ListInvocationStepsIterable.invocationStepSummaries()Returns an iterable to iterate through the paginatedListInvocationStepsResponse.invocationStepSummaries()member.ListInvocationStepsPublisher.invocationStepSummaries()Returns a publisher that can be used to get a stream of data.