Uses of Interface
software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeBaseClientBuilder
-
Packages that use BedrockRuntimeBaseClientBuilder Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of BedrockRuntimeBaseClientBuilder in software.amazon.awssdk.services.bedrockruntime
Classes in software.amazon.awssdk.services.bedrockruntime with type parameters of type BedrockRuntimeBaseClientBuilder Modifier and Type Interface Description interfaceBedrockRuntimeBaseClientBuilder<B extends BedrockRuntimeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Bedrock Runtime that is supported by bothBedrockRuntimeClientBuilderandBedrockRuntimeAsyncClientBuilder.Subinterfaces of BedrockRuntimeBaseClientBuilder in software.amazon.awssdk.services.bedrockruntime Modifier and Type Interface Description interfaceBedrockRuntimeAsyncClientBuilderA builder for creating an instance ofBedrockRuntimeAsyncClient.interfaceBedrockRuntimeClientBuilderA builder for creating an instance ofBedrockRuntimeClient.
-