Uses of Class
software.amazon.awssdk.services.bedrock.model.PutModelInvocationLoggingConfigurationRequest
-
Packages that use PutModelInvocationLoggingConfigurationRequest 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 PutModelInvocationLoggingConfigurationRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type PutModelInvocationLoggingConfigurationRequest Modifier and Type Method Description default CompletableFuture<PutModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. putModelInvocationLoggingConfiguration(PutModelInvocationLoggingConfigurationRequest putModelInvocationLoggingConfigurationRequest)Set the configuration values for model invocation logging.default PutModelInvocationLoggingConfigurationResponseBedrockClient. putModelInvocationLoggingConfiguration(PutModelInvocationLoggingConfigurationRequest putModelInvocationLoggingConfigurationRequest)Set the configuration values for model invocation logging. -
Uses of PutModelInvocationLoggingConfigurationRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type PutModelInvocationLoggingConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestPutModelInvocationLoggingConfigurationRequestMarshaller. marshall(PutModelInvocationLoggingConfigurationRequest putModelInvocationLoggingConfigurationRequest)
-