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, managing, fine-turning, and evaluating 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 GetModelInvocationLoggingConfigurationResponse
BedrockClient. 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.Builder
GetModelInvocationLoggingConfigurationRequest. builder()
GetModelInvocationLoggingConfigurationRequest.Builder
GetModelInvocationLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetModelInvocationLoggingConfigurationRequest.Builder
GetModelInvocationLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetModelInvocationLoggingConfigurationRequest.Builder
GetModelInvocationLoggingConfigurationRequest. 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()
-