Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepSummary
-
Packages that use InvocationStepSummary Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
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 InvocationStepSummary Modifier and Type Method Description 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 InvocationStepSummary Modifier and Type Method Description ListInvocationStepsResponse.BuilderListInvocationStepsResponse.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 InvocationStepSummary Modifier and Type Method Description ListInvocationStepsResponse.BuilderListInvocationStepsResponse.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 InvocationStepSummary Modifier and Type Method Description SdkIterable<InvocationStepSummary>ListInvocationStepsIterable. invocationStepSummaries()Returns an iterable to iterate through the paginatedListInvocationStepsResponse.invocationStepSummaries()member.SdkPublisher<InvocationStepSummary>ListInvocationStepsPublisher. invocationStepSummaries()Returns a publisher that can be used to get a stream of data.
-