Uses of Class
software.amazon.awssdk.services.bedrock.model.GetModelInvocationLoggingConfigurationResponse
-
Packages that use GetModelInvocationLoggingConfigurationResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of GetModelInvocationLoggingConfigurationResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetModelInvocationLoggingConfigurationResponse Modifier and Type Method Description default GetModelInvocationLoggingConfigurationResponseBedrockClient. getModelInvocationLoggingConfiguration(Consumer<GetModelInvocationLoggingConfigurationRequest.Builder> getModelInvocationLoggingConfigurationRequest)Get the current configuration values for model invocation logging.default GetModelInvocationLoggingConfigurationResponseBedrockClient. getModelInvocationLoggingConfiguration(GetModelInvocationLoggingConfigurationRequest getModelInvocationLoggingConfigurationRequest)Get the current configuration values for model invocation logging.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetModelInvocationLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. getModelInvocationLoggingConfiguration(Consumer<GetModelInvocationLoggingConfigurationRequest.Builder> getModelInvocationLoggingConfigurationRequest)Get the current configuration values for model invocation logging.default CompletableFuture<GetModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. getModelInvocationLoggingConfiguration(GetModelInvocationLoggingConfigurationRequest getModelInvocationLoggingConfigurationRequest)Get the current configuration values for model invocation logging.
-