Uses of Interface
software.amazon.awssdk.services.bedrock.model.PutModelInvocationLoggingConfigurationRequest.Builder
-
Packages that use PutModelInvocationLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.model -
-
Uses of PutModelInvocationLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.bedrock
Method parameters in software.amazon.awssdk.services.bedrock with type arguments of type PutModelInvocationLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. putModelInvocationLoggingConfiguration(Consumer<PutModelInvocationLoggingConfigurationRequest.Builder> putModelInvocationLoggingConfigurationRequest)Set the configuration values for model invocation logging.default PutModelInvocationLoggingConfigurationResponseBedrockClient. putModelInvocationLoggingConfiguration(Consumer<PutModelInvocationLoggingConfigurationRequest.Builder> putModelInvocationLoggingConfigurationRequest)Set the configuration values for model invocation logging. -
Uses of PutModelInvocationLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type PutModelInvocationLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutModelInvocationLoggingConfigurationRequest.Builder>PutModelInvocationLoggingConfigurationRequest. serializableBuilderClass()
-