Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepRequest.Builder
Packages that use PutInvocationStepRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of PutInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type PutInvocationStepRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) Add an invocation step to an invocation in a session.default PutInvocationStepResponseBedrockAgentRuntimeClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) Add an invocation step to an invocation in a session. -
Uses of PutInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PutInvocationStepRequest.BuilderModifier and TypeMethodDescriptionPutInvocationStepRequest.builder()PutInvocationStepRequest.Builder.invocationIdentifier(String invocationIdentifier) The unique identifier (in UUID format) of the invocation to add the invocation step to.PutInvocationStepRequest.Builder.invocationStepId(String invocationStepId) The unique identifier of the invocation step in UUID format.PutInvocationStepRequest.Builder.invocationStepTime(Instant invocationStepTime) The timestamp for when the invocation step occurred.PutInvocationStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutInvocationStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder.payload(Consumer<InvocationStepPayload.Builder> payload) The payload for the invocation step, including text and images for the interaction.PutInvocationStepRequest.Builder.payload(InvocationStepPayload payload) The payload for the invocation step, including text and images for the interaction.PutInvocationStepRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier for the session to add the invocation step to.PutInvocationStepRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PutInvocationStepRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutInvocationStepRequest.Builder>PutInvocationStepRequest.serializableBuilderClass()