Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeBaseClientBuilder
-
Packages that use BedrockAgentRuntimeBaseClientBuilder Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases. -
-
Uses of BedrockAgentRuntimeBaseClientBuilder in software.amazon.awssdk.services.bedrockagentruntime
Classes in software.amazon.awssdk.services.bedrockagentruntime with type parameters of type BedrockAgentRuntimeBaseClientBuilder Modifier and Type Interface Description interfaceBedrockAgentRuntimeBaseClientBuilder<B extends BedrockAgentRuntimeBaseClientBuilder<B,C>,C>This includes configuration specific to Agents for Amazon Bedrock Runtime that is supported by bothBedrockAgentRuntimeClientBuilderandBedrockAgentRuntimeAsyncClientBuilder.Subinterfaces of BedrockAgentRuntimeBaseClientBuilder in software.amazon.awssdk.services.bedrockagentruntime Modifier and Type Interface Description interfaceBedrockAgentRuntimeAsyncClientBuilderA builder for creating an instance ofBedrockAgentRuntimeAsyncClient.interfaceBedrockAgentRuntimeClientBuilderA builder for creating an instance ofBedrockAgentRuntimeClient.
-