Uses of Class
software.amazon.awssdk.services.bedrock.model.LoggingConfig
-
Packages that use LoggingConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of LoggingConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return LoggingConfig Modifier and Type Method Description LoggingConfigGetModelInvocationLoggingConfigurationResponse. loggingConfig()The current configuration values.LoggingConfigPutModelInvocationLoggingConfigurationRequest. loggingConfig()The logging configuration values to set.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type LoggingConfig Modifier and Type Method Description GetModelInvocationLoggingConfigurationResponse.BuilderGetModelInvocationLoggingConfigurationResponse.Builder. loggingConfig(LoggingConfig loggingConfig)The current configuration values.PutModelInvocationLoggingConfigurationRequest.BuilderPutModelInvocationLoggingConfigurationRequest.Builder. loggingConfig(LoggingConfig loggingConfig)The logging configuration values to set.
-