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