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