Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteModelInvocationLoggingConfigurationRequest
-
Packages that use DeleteModelInvocationLoggingConfigurationRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of DeleteModelInvocationLoggingConfigurationRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type DeleteModelInvocationLoggingConfigurationRequest Modifier and Type Method Description default CompletableFuture<DeleteModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. deleteModelInvocationLoggingConfiguration(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging.default DeleteModelInvocationLoggingConfigurationResponseBedrockClient. deleteModelInvocationLoggingConfiguration(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging. -
Uses of DeleteModelInvocationLoggingConfigurationRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type DeleteModelInvocationLoggingConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteModelInvocationLoggingConfigurationRequestMarshaller. marshall(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)
-