Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepRequest.Builder
Packages that use GetInvocationStepRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetInvocationStepRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest) Retrieves the details of a specific invocation step within an invocation in a session.default GetInvocationStepResponseBedrockAgentRuntimeClient.getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest) Retrieves the details of a specific invocation step within an invocation in a session. -
Uses of GetInvocationStepRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetInvocationStepRequest.BuilderModifier and TypeMethodDescriptionGetInvocationStepRequest.builder()GetInvocationStepRequest.Builder.invocationIdentifier(String invocationIdentifier) The unique identifier for the invocation in UUID format.GetInvocationStepRequest.Builder.invocationStepId(String invocationStepId) The unique identifier (in UUID format) for the specific invocation step to retrieve.GetInvocationStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetInvocationStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetInvocationStepRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier for the invocation step's associated session.GetInvocationStepRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetInvocationStepRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInvocationStepRequest.Builder>GetInvocationStepRequest.serializableBuilderClass()