Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CreateInvocationRequest.Builder
Packages that use CreateInvocationRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of CreateInvocationRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type CreateInvocationRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) Creates a new invocation within a session.default CreateInvocationResponseBedrockAgentRuntimeClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) Creates a new invocation within a session. -
Uses of CreateInvocationRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CreateInvocationRequest.BuilderModifier and TypeMethodDescriptionCreateInvocationRequest.builder()CreateInvocationRequest.Builder.description(String description) A description for the interactions in the invocation.CreateInvocationRequest.Builder.invocationId(String invocationId) A unique identifier for the invocation in UUID format.CreateInvocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateInvocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateInvocationRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier for the associated session for the invocation.CreateInvocationRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CreateInvocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateInvocationRequest.Builder>CreateInvocationRequest.serializableBuilderClass()