@aws-sdk/client-bedrock 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +309 -226
- package/dist-cjs/models/BedrockServiceException.js +3 -3
- package/dist-cjs/models/errors.js +14 -14
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +192 -46
- package/dist-es/Bedrock.js +13 -1
- package/dist-es/BedrockClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.js +16 -0
- package/dist-es/commands/BatchDeleteEvaluationJobCommand.js +2 -2
- package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateAdvancedPromptOptimizationJobCommand.js +16 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +2 -2
- package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
- package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +2 -2
- package/dist-es/commands/CreateCustomModelCommand.js +2 -2
- package/dist-es/commands/CreateCustomModelDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateEvaluationJobCommand.js +2 -2
- package/dist-es/commands/CreateFoundationModelAgreementCommand.js +2 -2
- package/dist-es/commands/CreateGuardrailCommand.js +2 -2
- package/dist-es/commands/CreateGuardrailVersionCommand.js +2 -2
- package/dist-es/commands/CreateInferenceProfileCommand.js +2 -2
- package/dist-es/commands/CreateMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/CreateModelCopyJobCommand.js +2 -2
- package/dist-es/commands/CreateModelCustomizationJobCommand.js +2 -2
- package/dist-es/commands/CreateModelImportJobCommand.js +2 -2
- package/dist-es/commands/CreateModelInvocationJobCommand.js +2 -2
- package/dist-es/commands/CreatePromptRouterCommand.js +2 -2
- package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +2 -2
- package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +2 -2
- package/dist-es/commands/DeleteCustomModelCommand.js +2 -2
- package/dist-es/commands/DeleteCustomModelDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteEnforcedGuardrailConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteFoundationModelAgreementCommand.js +2 -2
- package/dist-es/commands/DeleteGuardrailCommand.js +2 -2
- package/dist-es/commands/DeleteImportedModelCommand.js +2 -2
- package/dist-es/commands/DeleteInferenceProfileCommand.js +2 -2
- package/dist-es/commands/DeleteMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePromptRouterCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +2 -2
- package/dist-es/commands/GetAdvancedPromptOptimizationJobCommand.js +16 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +2 -2
- package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +2 -2
- package/dist-es/commands/GetCustomModelCommand.js +2 -2
- package/dist-es/commands/GetCustomModelDeploymentCommand.js +2 -2
- package/dist-es/commands/GetEvaluationJobCommand.js +2 -2
- package/dist-es/commands/GetFoundationModelAvailabilityCommand.js +2 -2
- package/dist-es/commands/GetFoundationModelCommand.js +2 -2
- package/dist-es/commands/GetGuardrailCommand.js +2 -2
- package/dist-es/commands/GetImportedModelCommand.js +2 -2
- package/dist-es/commands/GetInferenceProfileCommand.js +2 -2
- package/dist-es/commands/GetMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/GetModelCopyJobCommand.js +2 -2
- package/dist-es/commands/GetModelCustomizationJobCommand.js +2 -2
- package/dist-es/commands/GetModelImportJobCommand.js +2 -2
- package/dist-es/commands/GetModelInvocationJobCommand.js +2 -2
- package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPromptRouterCommand.js +2 -2
- package/dist-es/commands/GetProvisionedModelThroughputCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetUseCaseForModelAccessCommand.js +2 -2
- package/dist-es/commands/ListAdvancedPromptOptimizationJobsCommand.js +16 -0
- package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +2 -2
- package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +2 -2
- package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +2 -2
- package/dist-es/commands/ListCustomModelDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListCustomModelsCommand.js +2 -2
- package/dist-es/commands/ListEnforcedGuardrailsConfigurationCommand.js +2 -2
- package/dist-es/commands/ListEvaluationJobsCommand.js +2 -2
- package/dist-es/commands/ListFoundationModelAgreementOffersCommand.js +2 -2
- package/dist-es/commands/ListFoundationModelsCommand.js +2 -2
- package/dist-es/commands/ListGuardrailsCommand.js +2 -2
- package/dist-es/commands/ListImportedModelsCommand.js +2 -2
- package/dist-es/commands/ListInferenceProfilesCommand.js +2 -2
- package/dist-es/commands/ListMarketplaceModelEndpointsCommand.js +2 -2
- package/dist-es/commands/ListModelCopyJobsCommand.js +2 -2
- package/dist-es/commands/ListModelCustomizationJobsCommand.js +2 -2
- package/dist-es/commands/ListModelImportJobsCommand.js +2 -2
- package/dist-es/commands/ListModelInvocationJobsCommand.js +2 -2
- package/dist-es/commands/ListPromptRoutersCommand.js +2 -2
- package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutEnforcedGuardrailConfigurationCommand.js +2 -2
- package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutUseCaseForModelAccessCommand.js +2 -2
- package/dist-es/commands/RegisterMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
- package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +2 -2
- package/dist-es/commands/StopAdvancedPromptOptimizationJobCommand.js +16 -0
- package/dist-es/commands/StopEvaluationJobCommand.js +2 -2
- package/dist-es/commands/StopModelCustomizationJobCommand.js +2 -2
- package/dist-es/commands/StopModelInvocationJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
- package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
- package/dist-es/commands/UpdateCustomModelDeploymentCommand.js +2 -2
- package/dist-es/commands/UpdateGuardrailCommand.js +2 -2
- package/dist-es/commands/UpdateMarketplaceModelEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +2 -2
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockServiceException.js +1 -1
- package/dist-es/models/enums.js +16 -7
- package/dist-es/models/errors.js +12 -12
- package/dist-es/pagination/ListAdvancedPromptOptimizationJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +180 -34
- package/dist-types/Bedrock.d.ts +43 -0
- package/dist-types/BedrockClient.d.ts +12 -7
- package/dist-types/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +102 -0
- package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +131 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CreateEvaluationJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
- package/dist-types/commands/CreateGuardrailCommand.d.ts +7 -5
- package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +7 -5
- package/dist-types/commands/CreateInferenceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelCopyJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/commands/CreatePromptRouterCommand.d.ts +6 -4
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGuardrailCommand.d.ts +7 -5
- package/dist-types/commands/DeleteImportedModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePromptRouterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +120 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
- package/dist-types/commands/GetCustomModelCommand.d.ts +6 -4
- package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/GetEvaluationJobCommand.d.ts +6 -4
- package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
- package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -4
- package/dist-types/commands/GetGuardrailCommand.d.ts +7 -6
- package/dist-types/commands/GetImportedModelCommand.d.ts +6 -4
- package/dist-types/commands/GetInferenceProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetModelCopyJobCommand.d.ts +6 -4
- package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/commands/GetModelImportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetPromptRouterCommand.d.ts +6 -4
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
- package/dist-types/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +100 -0
- package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListEvaluationJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListGuardrailsCommand.d.ts +6 -4
- package/dist-types/commands/ListImportedModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListInferenceProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelCopyJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListPromptRoutersCommand.d.ts +6 -4
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
- package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +92 -0
- package/dist-types/commands/StopEvaluationJobCommand.d.ts +6 -4
- package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/commands/StopModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGuardrailCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +40 -23
- package/dist-types/models/errors.d.ts +13 -13
- package/dist-types/models/models_0.d.ts +3481 -3544
- package/dist-types/models/models_1.d.ts +417 -2
- package/dist-types/pagination/ListAdvancedPromptOptimizationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/Bedrock.d.ts +117 -0
- package/dist-types/ts3.4/BedrockClient.d.ts +38 -14
- package/dist-types/ts3.4/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +7 -6
- package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +20 -9
- package/dist-types/ts3.4/models/errors.d.ts +8 -8
- package/dist-types/ts3.4/models/models_0.d.ts +90 -107
- package/dist-types/ts3.4/models/models_1.d.ts +114 -7
- package/dist-types/ts3.4/pagination/ListAdvancedPromptOptimizationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/package.json +14 -35
|
@@ -7,6 +7,10 @@ const _AECMS = "AutomatedEvaluationCustomMetricSource";
|
|
|
7
7
|
const _AEGIIC = "AccountEnforcedGuardrailInferenceInputConfiguration";
|
|
8
8
|
const _AEGOC = "AccountEnforcedGuardrailOutputConfiguration";
|
|
9
9
|
const _AEGOCc = "AccountEnforcedGuardrailsOutputConfiguration";
|
|
10
|
+
const _APOIC = "AdvancedPromptOptimizationInputConfig";
|
|
11
|
+
const _APOJS = "AdvancedPromptOptimizationJobSummary";
|
|
12
|
+
const _APOJSd = "AdvancedPromptOptimizationJobSummaries";
|
|
13
|
+
const _APOOC = "AdvancedPromptOptimizationOutputConfig";
|
|
10
14
|
const _ARCDSL = "AutomatedReasoningCheckDifferenceScenarioList";
|
|
11
15
|
const _ARCF = "AutomatedReasoningCheckFinding";
|
|
12
16
|
const _ARCFL = "AutomatedReasoningCheckFindingList";
|
|
@@ -156,6 +160,13 @@ const _ARPVRM = "AutomatedReasoningPolicyVariableReportMap";
|
|
|
156
160
|
const _ARPWTC = "AutomatedReasoningPolicyWorkflowTypeContent";
|
|
157
161
|
const _BCB = "ByteContentBlob";
|
|
158
162
|
const _BCD = "ByteContentDoc";
|
|
163
|
+
const _BDAPOJ = "BatchDeleteAdvancedPromptOptimizationJob";
|
|
164
|
+
const _BDAPOJE = "BatchDeleteAdvancedPromptOptimizationJobError";
|
|
165
|
+
const _BDAPOJEa = "BatchDeleteAdvancedPromptOptimizationJobErrors";
|
|
166
|
+
const _BDAPOJI = "BatchDeleteAdvancedPromptOptimizationJobItem";
|
|
167
|
+
const _BDAPOJIa = "BatchDeleteAdvancedPromptOptimizationJobItems";
|
|
168
|
+
const _BDAPOJR = "BatchDeleteAdvancedPromptOptimizationJobRequest";
|
|
169
|
+
const _BDAPOJRa = "BatchDeleteAdvancedPromptOptimizationJobResponse";
|
|
159
170
|
const _BDEJ = "BatchDeleteEvaluationJob";
|
|
160
171
|
const _BDEJE = "BatchDeleteEvaluationJobError";
|
|
161
172
|
const _BDEJEa = "BatchDeleteEvaluationJobErrors";
|
|
@@ -165,6 +176,9 @@ const _BDEJR = "BatchDeleteEvaluationJobRequest";
|
|
|
165
176
|
const _BDEJRa = "BatchDeleteEvaluationJobResponse";
|
|
166
177
|
const _BEM = "BedrockEvaluatorModel";
|
|
167
178
|
const _BEMe = "BedrockEvaluatorModels";
|
|
179
|
+
const _CAPOJ = "CreateAdvancedPromptOptimizationJob";
|
|
180
|
+
const _CAPOJR = "CreateAdvancedPromptOptimizationJobRequest";
|
|
181
|
+
const _CAPOJRr = "CreateAdvancedPromptOptimizationJobResponse";
|
|
168
182
|
const _CARP = "CreateAutomatedReasoningPolicy";
|
|
169
183
|
const _CARPBW = "CancelAutomatedReasoningPolicyBuildWorkflow";
|
|
170
184
|
const _CARPBWR = "CancelAutomatedReasoningPolicyBuildWorkflowRequest";
|
|
@@ -326,6 +340,9 @@ const _FMD = "FoundationModelDetails";
|
|
|
326
340
|
const _FML = "FoundationModelLifecycle";
|
|
327
341
|
const _FMS = "FoundationModelSummary";
|
|
328
342
|
const _FMSL = "FoundationModelSummaryList";
|
|
343
|
+
const _GAPOJ = "GetAdvancedPromptOptimizationJob";
|
|
344
|
+
const _GAPOJR = "GetAdvancedPromptOptimizationJobRequest";
|
|
345
|
+
const _GAPOJRe = "GetAdvancedPromptOptimizationJobResponse";
|
|
329
346
|
const _GARP = "GuardrailAutomatedReasoningPolicy";
|
|
330
347
|
const _GARPA = "GetAutomatedReasoningPolicyAnnotations";
|
|
331
348
|
const _GARPAR = "GetAutomatedReasoningPolicyAnnotationsRequest";
|
|
@@ -477,6 +494,7 @@ const _HECMu = "HumanEvaluationCustomMetrics";
|
|
|
477
494
|
const _HTI = "HumanTaskInstructions";
|
|
478
495
|
const _HWC = "HumanWorkflowConfig";
|
|
479
496
|
const _I = "Identifier";
|
|
497
|
+
const _IC = "InferenceConfiguration";
|
|
480
498
|
const _IFC = "ImplicitFilterConfiguration";
|
|
481
499
|
const _ILC = "InvocationLogsConfig";
|
|
482
500
|
const _ILS = "InvocationLogSource";
|
|
@@ -494,6 +512,9 @@ const _KBRAGC = "KnowledgeBaseRetrieveAndGenerateConfiguration";
|
|
|
494
512
|
const _KBRC = "KnowledgeBaseRetrievalConfiguration";
|
|
495
513
|
const _KBVSC = "KnowledgeBaseVectorSearchConfiguration";
|
|
496
514
|
const _KIC = "KbInferenceConfig";
|
|
515
|
+
const _LAPOJ = "ListAdvancedPromptOptimizationJobs";
|
|
516
|
+
const _LAPOJR = "ListAdvancedPromptOptimizationJobsRequest";
|
|
517
|
+
const _LAPOJRi = "ListAdvancedPromptOptimizationJobsResponse";
|
|
497
518
|
const _LARP = "ListAutomatedReasoningPolicies";
|
|
498
519
|
const _LARPBW = "ListAutomatedReasoningPolicyBuildWorkflows";
|
|
499
520
|
const _LARPBWR = "ListAutomatedReasoningPolicyBuildWorkflowsRequest";
|
|
@@ -563,11 +584,13 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
563
584
|
const _M = "Message";
|
|
564
585
|
const _MAS = "MetadataAttributeSchema";
|
|
565
586
|
const _MASL = "MetadataAttributeSchemaList";
|
|
587
|
+
const _MC = "ModelConfiguration";
|
|
566
588
|
const _MCFR = "MetadataConfigurationForReranking";
|
|
567
589
|
const _MCJS = "ModelCopyJobSummary";
|
|
568
590
|
const _MCJSo = "ModelCustomizationJobSummary";
|
|
569
591
|
const _MCJSod = "ModelCopyJobSummaries";
|
|
570
592
|
const _MCJSode = "ModelCustomizationJobSummaries";
|
|
593
|
+
const _MCo = "ModelConfigurations";
|
|
571
594
|
const _MDS = "ModelDataSource";
|
|
572
595
|
const _ME = "ModelEnforcement";
|
|
573
596
|
const _MIJIDC = "ModelInvocationJobInputDataConfig";
|
|
@@ -632,6 +655,9 @@ const _RNFE = "ResourceNotFoundException";
|
|
|
632
655
|
const _RS = "RatingScale";
|
|
633
656
|
const _RSI = "RatingScaleItem";
|
|
634
657
|
const _RSIV = "RatingScaleItemValue";
|
|
658
|
+
const _SAPOJ = "StopAdvancedPromptOptimizationJob";
|
|
659
|
+
const _SAPOJR = "StopAdvancedPromptOptimizationJobRequest";
|
|
660
|
+
const _SAPOJRt = "StopAdvancedPromptOptimizationJobResponse";
|
|
635
661
|
const _SARPBW = "StartAutomatedReasoningPolicyBuildWorkflow";
|
|
636
662
|
const _SARPBWR = "StartAutomatedReasoningPolicyBuildWorkflowRequest";
|
|
637
663
|
const _SARPBWRt = "StartAutomatedReasoningPolicyBuildWorkflowResponse";
|
|
@@ -718,6 +744,7 @@ const _aJ = "accuracyJustification";
|
|
|
718
744
|
const _aM = "assetManifest";
|
|
719
745
|
const _aMRF = "additionalModelRequestFields";
|
|
720
746
|
const _aN = "assetName";
|
|
747
|
+
const _aPOJ = "advancedPromptOptimizationJobs";
|
|
721
748
|
const _aR = "addRule";
|
|
722
749
|
const _aRFNL = "addRuleFromNaturalLanguage";
|
|
723
750
|
const _aRP = "automatedReasoningPolicy";
|
|
@@ -799,12 +826,13 @@ const _cRT = "clientRequestToken";
|
|
|
799
826
|
const _cRo = "conflictingRules";
|
|
800
827
|
const _cS = "coverageScore";
|
|
801
828
|
const _cSu = "customizationsSupported";
|
|
802
|
-
const _cT = "
|
|
829
|
+
const _cT = "creationTime";
|
|
803
830
|
const _cTA = "creationTimeAfter";
|
|
804
831
|
const _cTB = "creationTimeBefore";
|
|
805
832
|
const _cTS = "claimsTrueScenario";
|
|
806
|
-
const
|
|
807
|
-
const
|
|
833
|
+
const _cTl = "clientToken";
|
|
834
|
+
const _cTo = "confidenceThreshold";
|
|
835
|
+
const _cTon = "contentType";
|
|
808
836
|
const _cTu = "customizationType";
|
|
809
837
|
const _cWC = "cloudWatchConfig";
|
|
810
838
|
const _cl = "claims";
|
|
@@ -852,6 +880,7 @@ const _eDDE = "embeddingDataDeliveryEnabled";
|
|
|
852
880
|
const _eI = "endpointIdentifier";
|
|
853
881
|
const _eIv = "evalInterval";
|
|
854
882
|
const _eJ = "evaluationJobs";
|
|
883
|
+
const _eKA = "encryptionKeyArn";
|
|
855
884
|
const _eM = "errorMessage";
|
|
856
885
|
const _eMC = "evaluatorModelConfig";
|
|
857
886
|
const _eMI = "evaluatorModelIdentifiers";
|
|
@@ -919,9 +948,10 @@ const _hWC = "humanWorkflowConfig";
|
|
|
919
948
|
const _ht = "http";
|
|
920
949
|
const _i = "id";
|
|
921
950
|
const _iA = "inputAction";
|
|
922
|
-
const _iC = "
|
|
951
|
+
const _iC = "inputConfig";
|
|
923
952
|
const _iCS = "inferenceConfigSummary";
|
|
924
|
-
const _iCn = "
|
|
953
|
+
const _iCn = "inferenceConfig";
|
|
954
|
+
const _iCng = "ingestContent";
|
|
925
955
|
const _iDC = "inputDataConfig";
|
|
926
956
|
const _iDDE = "imageDataDeliveryEnabled";
|
|
927
957
|
const _iE = "inputEnabled";
|
|
@@ -1005,11 +1035,12 @@ const _mA = "modelArn";
|
|
|
1005
1035
|
const _mAE = "modelArnEquals";
|
|
1006
1036
|
const _mAe = "metadataAttributes";
|
|
1007
1037
|
const _mAo = "modelArchitecture";
|
|
1008
|
-
const _mC = "
|
|
1038
|
+
const _mC = "modelConfigurations";
|
|
1009
1039
|
const _mCJS = "modelCopyJobSummaries";
|
|
1010
1040
|
const _mCJSo = "modelCustomizationJobSummaries";
|
|
1011
1041
|
const _mCS = "modelConfigSummary";
|
|
1012
1042
|
const _mCe = "metadataConfiguration";
|
|
1043
|
+
const _mCo = "modelConfiguration";
|
|
1013
1044
|
const _mD = "modelDetails";
|
|
1014
1045
|
const _mDN = "modelDeploymentName";
|
|
1015
1046
|
const _mDS = "modelDataSource";
|
|
@@ -1060,7 +1091,8 @@ const _o = "owner";
|
|
|
1060
1091
|
const _oA = "outputAction";
|
|
1061
1092
|
const _oAI = "ownerAccountId";
|
|
1062
1093
|
const _oAr = "orAll";
|
|
1063
|
-
const _oC = "
|
|
1094
|
+
const _oC = "outputConfig";
|
|
1095
|
+
const _oCr = "orchestrationConfiguration";
|
|
1064
1096
|
const _oDC = "outputDataConfig";
|
|
1065
1097
|
const _oE = "outputEnabled";
|
|
1066
1098
|
const _oI = "offerId";
|
|
@@ -1429,6 +1461,21 @@ export var AccountEnforcedGuardrailOutputConfiguration$ = [3, n0, _AEGOC,
|
|
|
1429
1461
|
[_cI, _gA, _gIu, _iT, _sCG, _gV, _cA, _cB, _uA, _uB, _o, _mE],
|
|
1430
1462
|
[0, 0, 0, 0, () => SelectiveContentGuarding$, 0, 5, 0, 5, 0, 0, () => ModelEnforcement$]
|
|
1431
1463
|
];
|
|
1464
|
+
export var AdvancedPromptOptimizationInputConfig$ = [3, n0, _APOIC,
|
|
1465
|
+
0,
|
|
1466
|
+
[_sU],
|
|
1467
|
+
[0], 1
|
|
1468
|
+
];
|
|
1469
|
+
export var AdvancedPromptOptimizationJobSummary$ = [3, n0, _APOJS,
|
|
1470
|
+
0,
|
|
1471
|
+
[_jA, _jN, _jS, _cT, _lMT],
|
|
1472
|
+
[0, 0, 0, 5, 5], 4
|
|
1473
|
+
];
|
|
1474
|
+
export var AdvancedPromptOptimizationOutputConfig$ = [3, n0, _APOOC,
|
|
1475
|
+
0,
|
|
1476
|
+
[_sU],
|
|
1477
|
+
[0], 1
|
|
1478
|
+
];
|
|
1432
1479
|
export var AgreementAvailability$ = [3, n0, _AA,
|
|
1433
1480
|
0,
|
|
1434
1481
|
[_st, _eM],
|
|
@@ -1761,7 +1808,7 @@ export var AutomatedReasoningPolicySummary$ = [3, n0, _ARPSut,
|
|
|
1761
1808
|
];
|
|
1762
1809
|
export var AutomatedReasoningPolicyTestCase$ = [3, n0, _ARPTC,
|
|
1763
1810
|
0,
|
|
1764
|
-
[_tCI, _gC, _cA, _uA, _qC, _eAFR,
|
|
1811
|
+
[_tCI, _gC, _cA, _uA, _qC, _eAFR, _cTo],
|
|
1765
1812
|
[0, [() => AutomatedReasoningPolicyTestGuardContent, 0], 5, 5, [() => AutomatedReasoningPolicyTestQueryContent, 0], 0, 1], 4
|
|
1766
1813
|
];
|
|
1767
1814
|
export var AutomatedReasoningPolicyTestResult$ = [3, n0, _ARPTR,
|
|
@@ -1819,6 +1866,26 @@ export var AutomatedReasoningPolicyVariableReport$ = [3, n0, _ARPVR,
|
|
|
1819
1866
|
[_pV, _gS, _gJ, _aS, _aJ],
|
|
1820
1867
|
[[() => AutomatedReasoningPolicyDefinitionVariableName, 0], () => AutomatedReasoningPolicyStatementReferenceList, [() => AutomatedReasoningPolicyJustificationList, 0], 1, [() => AutomatedReasoningPolicyJustificationText, 0]], 1
|
|
1821
1868
|
];
|
|
1869
|
+
export var BatchDeleteAdvancedPromptOptimizationJobError$ = [3, n0, _BDAPOJE,
|
|
1870
|
+
0,
|
|
1871
|
+
[_jI, _cod, _m],
|
|
1872
|
+
[0, 0, 0], 2
|
|
1873
|
+
];
|
|
1874
|
+
export var BatchDeleteAdvancedPromptOptimizationJobItem$ = [3, n0, _BDAPOJI,
|
|
1875
|
+
0,
|
|
1876
|
+
[_jI, _jS],
|
|
1877
|
+
[0, 0], 2
|
|
1878
|
+
];
|
|
1879
|
+
export var BatchDeleteAdvancedPromptOptimizationJobRequest$ = [3, n0, _BDAPOJR,
|
|
1880
|
+
0,
|
|
1881
|
+
[_jIo],
|
|
1882
|
+
[64 | 0], 1
|
|
1883
|
+
];
|
|
1884
|
+
export var BatchDeleteAdvancedPromptOptimizationJobResponse$ = [3, n0, _BDAPOJRa,
|
|
1885
|
+
0,
|
|
1886
|
+
[_er, _aPOJ],
|
|
1887
|
+
[() => BatchDeleteAdvancedPromptOptimizationJobErrors, () => BatchDeleteAdvancedPromptOptimizationJobItems], 2
|
|
1888
|
+
];
|
|
1822
1889
|
export var BatchDeleteEvaluationJobError$ = [3, n0, _BDEJE,
|
|
1823
1890
|
0,
|
|
1824
1891
|
[_jI, _cod, _m],
|
|
@@ -1846,7 +1913,7 @@ export var BedrockEvaluatorModel$ = [3, n0, _BEM,
|
|
|
1846
1913
|
];
|
|
1847
1914
|
export var ByteContentDoc$ = [3, n0, _BCD,
|
|
1848
1915
|
0,
|
|
1849
|
-
[_id,
|
|
1916
|
+
[_id, _cTon, _da],
|
|
1850
1917
|
[[() => Identifier, 0], 0, [() => ByteContentBlob, 0]], 3
|
|
1851
1918
|
];
|
|
1852
1919
|
export var CancelAutomatedReasoningPolicyBuildWorkflowRequest$ = [3, n0, _CARPBWR,
|
|
@@ -1864,6 +1931,16 @@ export var CloudWatchConfig$ = [3, n0, _CWC,
|
|
|
1864
1931
|
[_lGN, _rA, _lDDSC],
|
|
1865
1932
|
[0, 0, () => S3Config$], 2
|
|
1866
1933
|
];
|
|
1934
|
+
export var CreateAdvancedPromptOptimizationJobRequest$ = [3, n0, _CAPOJR,
|
|
1935
|
+
0,
|
|
1936
|
+
[_jN, _iC, _oC, _mC, _jD, _cTl, _eKA, _ta],
|
|
1937
|
+
[0, () => AdvancedPromptOptimizationInputConfig$, () => AdvancedPromptOptimizationOutputConfig$, () => ModelConfigurations, 0, [0, 4], 0, () => TagList], 4
|
|
1938
|
+
];
|
|
1939
|
+
export var CreateAdvancedPromptOptimizationJobResponse$ = [3, n0, _CAPOJRr,
|
|
1940
|
+
0,
|
|
1941
|
+
[_jA],
|
|
1942
|
+
[0], 1
|
|
1943
|
+
];
|
|
1867
1944
|
export var CreateAutomatedReasoningPolicyRequest$ = [3, n0, _CARPR,
|
|
1868
1945
|
0,
|
|
1869
1946
|
[_n, _d, _cRT, _pD, _kKI, _ta],
|
|
@@ -1876,7 +1953,7 @@ export var CreateAutomatedReasoningPolicyResponse$ = [3, n0, _CARPRr,
|
|
|
1876
1953
|
];
|
|
1877
1954
|
export var CreateAutomatedReasoningPolicyTestCaseRequest$ = [3, n0, _CARPTCR,
|
|
1878
1955
|
0,
|
|
1879
|
-
[_pA, _gC, _eAFR, _qC, _cRT,
|
|
1956
|
+
[_pA, _gC, _eAFR, _qC, _cRT, _cTo],
|
|
1880
1957
|
[[0, 1], [() => AutomatedReasoningPolicyTestGuardContent, 0], 0, [() => AutomatedReasoningPolicyTestQueryContent, 0], [0, 4], 1], 3
|
|
1881
1958
|
];
|
|
1882
1959
|
export var CreateAutomatedReasoningPolicyTestCaseResponse$ = [3, n0, _CARPTCRr,
|
|
@@ -1916,7 +1993,7 @@ export var CreateCustomModelResponse$ = [3, n0, _CCMRr,
|
|
|
1916
1993
|
];
|
|
1917
1994
|
export var CreateEvaluationJobRequest$ = [3, n0, _CEJR,
|
|
1918
1995
|
0,
|
|
1919
|
-
[_jN, _rA, _eC,
|
|
1996
|
+
[_jN, _rA, _eC, _iCn, _oDC, _jD, _cRT, _cEKI, _jT, _aTp],
|
|
1920
1997
|
[0, 0, [() => EvaluationConfig$, 0], [() => EvaluationInferenceConfig$, 0], () => EvaluationOutputDataConfig$, [() => EvaluationJobDescription, 0], [0, 4], 0, () => TagList, 0], 5
|
|
1921
1998
|
];
|
|
1922
1999
|
export var CreateEvaluationJobResponse$ = [3, n0, _CEJRr,
|
|
@@ -2061,7 +2138,7 @@ export var CustomModelDeploymentUpdateDetails$ = [3, n0, _CMDUD,
|
|
|
2061
2138
|
];
|
|
2062
2139
|
export var CustomModelSummary$ = [3, n0, _CMS,
|
|
2063
2140
|
0,
|
|
2064
|
-
[_mA, _mN,
|
|
2141
|
+
[_mA, _mN, _cT, _bMA, _bMN, _cTu, _oAI, _mSo],
|
|
2065
2142
|
[0, 0, 5, 0, 0, 0, 0, 0], 5
|
|
2066
2143
|
];
|
|
2067
2144
|
export var CustomModelUnits$ = [3, n0, _CMU,
|
|
@@ -2071,7 +2148,7 @@ export var CustomModelUnits$ = [3, n0, _CMU,
|
|
|
2071
2148
|
];
|
|
2072
2149
|
export var DataProcessingDetails$ = [3, n0, _DPD,
|
|
2073
2150
|
0,
|
|
2074
|
-
[_st,
|
|
2151
|
+
[_st, _cT, _lMT],
|
|
2075
2152
|
[0, 5, 5]
|
|
2076
2153
|
];
|
|
2077
2154
|
export var DeleteAutomatedReasoningPolicyBuildWorkflowRequest$ = [3, n0, _DARPBWR,
|
|
@@ -2296,7 +2373,7 @@ export var EvaluationRagConfigSummary$ = [3, n0, _ERCS,
|
|
|
2296
2373
|
];
|
|
2297
2374
|
export var EvaluationSummary$ = [3, n0, _ES,
|
|
2298
2375
|
0,
|
|
2299
|
-
[_jA, _jN, _st,
|
|
2376
|
+
[_jA, _jN, _st, _cT, _jTo, _eTT, _mIod, _rIa, _eMI, _cMEMI, _iCS, _aTp],
|
|
2300
2377
|
[0, 0, 0, 5, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => EvaluationInferenceConfigSummary$, 0], 6
|
|
2301
2378
|
];
|
|
2302
2379
|
export var ExportAutomatedReasoningPolicyVersionRequest$ = [3, n0, _EARPVR,
|
|
@@ -2354,6 +2431,16 @@ export var GenerationConfiguration$ = [3, n0, _GC,
|
|
|
2354
2431
|
[_pT, _gCu, _kIC, _aMRF],
|
|
2355
2432
|
[[() => PromptTemplate$, 0], () => GuardrailConfiguration$, () => KbInferenceConfig$, 128 | 15]
|
|
2356
2433
|
];
|
|
2434
|
+
export var GetAdvancedPromptOptimizationJobRequest$ = [3, n0, _GAPOJR,
|
|
2435
|
+
0,
|
|
2436
|
+
[_jI],
|
|
2437
|
+
[[0, 1]], 1
|
|
2438
|
+
];
|
|
2439
|
+
export var GetAdvancedPromptOptimizationJobResponse$ = [3, n0, _GAPOJRe,
|
|
2440
|
+
0,
|
|
2441
|
+
[_jA, _jN, _jS, _iC, _oC, _cT, _mC, _jD, _eKA, _lMT, _fMa],
|
|
2442
|
+
[0, 0, 0, () => AdvancedPromptOptimizationInputConfig$, () => AdvancedPromptOptimizationOutputConfig$, 5, () => ModelConfigurations, 0, 0, 5, 0], 7
|
|
2443
|
+
];
|
|
2357
2444
|
export var GetAutomatedReasoningPolicyAnnotationsRequest$ = [3, n0, _GARPAR,
|
|
2358
2445
|
0,
|
|
2359
2446
|
[_pA, _bWI],
|
|
@@ -2441,7 +2528,7 @@ export var GetCustomModelRequest$ = [3, n0, _GCMR,
|
|
|
2441
2528
|
];
|
|
2442
2529
|
export var GetCustomModelResponse$ = [3, n0, _GCMRe,
|
|
2443
2530
|
0,
|
|
2444
|
-
[_mA, _mN,
|
|
2531
|
+
[_mA, _mN, _cT, _jN, _jA, _bMA, _cTu, _mKKA, _hP, _tDC, _vDC, _oDC, _tM, _vM, _cC, _mSo, _fMa],
|
|
2445
2532
|
[0, 0, 5, 0, 0, 0, 0, 0, 128 | 0, [() => TrainingDataConfig$, 0], () => ValidationDataConfig$, () => OutputDataConfig$, () => TrainingMetrics$, () => ValidationMetrics, () => CustomizationConfig$, 0, 0], 3
|
|
2446
2533
|
];
|
|
2447
2534
|
export var GetEvaluationJobRequest$ = [3, n0, _GEJR,
|
|
@@ -2451,7 +2538,7 @@ export var GetEvaluationJobRequest$ = [3, n0, _GEJR,
|
|
|
2451
2538
|
];
|
|
2452
2539
|
export var GetEvaluationJobResponse$ = [3, n0, _GEJRe,
|
|
2453
2540
|
0,
|
|
2454
|
-
[_jN, _st, _jA, _rA, _jTo, _eC,
|
|
2541
|
+
[_jN, _st, _jA, _rA, _jTo, _eC, _iCn, _oDC, _cT, _jD, _cEKI, _aTp, _lMT, _fMai],
|
|
2455
2542
|
[0, 0, 0, 0, 0, [() => EvaluationConfig$, 0], [() => EvaluationInferenceConfig$, 0], () => EvaluationOutputDataConfig$, 5, [() => EvaluationJobDescription, 0], 0, 0, 5, 64 | 0], 9
|
|
2456
2543
|
];
|
|
2457
2544
|
export var GetFoundationModelAvailabilityRequest$ = [3, n0, _GFMAR,
|
|
@@ -2491,7 +2578,7 @@ export var GetImportedModelRequest$ = [3, n0, _GIMR,
|
|
|
2491
2578
|
];
|
|
2492
2579
|
export var GetImportedModelResponse$ = [3, n0, _GIMRe,
|
|
2493
2580
|
0,
|
|
2494
|
-
[_mA, _mN, _jN, _jA, _mDS,
|
|
2581
|
+
[_mA, _mN, _jN, _jA, _mDS, _cT, _mAo, _mKKA, _iS, _cMU],
|
|
2495
2582
|
[0, 0, 0, 0, () => ModelDataSource$, 5, 0, 0, 2, () => CustomModelUnits$]
|
|
2496
2583
|
];
|
|
2497
2584
|
export var GetInferenceProfileRequest$ = [3, n0, _GIPR,
|
|
@@ -2521,7 +2608,7 @@ export var GetModelCopyJobRequest$ = [3, n0, _GMCJR,
|
|
|
2521
2608
|
];
|
|
2522
2609
|
export var GetModelCopyJobResponse$ = [3, n0, _GMCJRe,
|
|
2523
2610
|
0,
|
|
2524
|
-
[_jA, _st,
|
|
2611
|
+
[_jA, _st, _cT, _tMA, _sAI, _sMA, _tMN, _tMKKA, _tMT, _fMa, _sMN],
|
|
2525
2612
|
[0, 0, 5, 0, 0, 0, 0, 0, () => TagList, 0, 0], 6
|
|
2526
2613
|
];
|
|
2527
2614
|
export var GetModelCustomizationJobRequest$ = [3, n0, _GMCJRet,
|
|
@@ -2531,7 +2618,7 @@ export var GetModelCustomizationJobRequest$ = [3, n0, _GMCJRet,
|
|
|
2531
2618
|
];
|
|
2532
2619
|
export var GetModelCustomizationJobResponse$ = [3, n0, _GMCJReto,
|
|
2533
2620
|
0,
|
|
2534
|
-
[_jA, _jN, _oMN, _rA,
|
|
2621
|
+
[_jA, _jN, _oMN, _rA, _cT, _bMA, _tDC, _vDC, _oDC, _oMA, _cRT, _st, _sD, _fMa, _lMT, _eT, _hP, _cTu, _oMKKA, _tM, _vM, _vCp, _cC],
|
|
2535
2622
|
[0, 0, 0, 0, 5, 0, [() => TrainingDataConfig$, 0], () => ValidationDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => StatusDetails$, 0, 5, 5, 128 | 0, 0, 0, () => TrainingMetrics$, () => ValidationMetrics, () => VpcConfig$, () => CustomizationConfig$], 9
|
|
2536
2623
|
];
|
|
2537
2624
|
export var GetModelImportJobRequest$ = [3, n0, _GMIJR,
|
|
@@ -2541,7 +2628,7 @@ export var GetModelImportJobRequest$ = [3, n0, _GMIJR,
|
|
|
2541
2628
|
];
|
|
2542
2629
|
export var GetModelImportJobResponse$ = [3, n0, _GMIJRe,
|
|
2543
2630
|
0,
|
|
2544
|
-
[_jA, _jN, _iMN, _iMA, _rA, _mDS, _st, _fMa,
|
|
2631
|
+
[_jA, _jN, _iMN, _iMA, _rA, _mDS, _st, _fMa, _cT, _lMT, _eT, _vCp, _iMKKA],
|
|
2545
2632
|
[0, 0, 0, 0, 0, () => ModelDataSource$, 0, 0, 5, 5, 5, () => VpcConfig$, 0]
|
|
2546
2633
|
];
|
|
2547
2634
|
export var GetModelInvocationJobRequest$ = [3, n0, _GMIJRet,
|
|
@@ -2581,7 +2668,7 @@ export var GetProvisionedModelThroughputRequest$ = [3, n0, _GPMTR,
|
|
|
2581
2668
|
];
|
|
2582
2669
|
export var GetProvisionedModelThroughputResponse$ = [3, n0, _GPMTRe,
|
|
2583
2670
|
0,
|
|
2584
|
-
[_mU, _dMU, _pMN, _pMA, _mA, _dMA, _fMA, _st,
|
|
2671
|
+
[_mU, _dMU, _pMN, _pMA, _mA, _dMA, _fMA, _st, _cT, _lMT, _fMa, _cD, _cET],
|
|
2585
2672
|
[1, 1, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 5], 10
|
|
2586
2673
|
];
|
|
2587
2674
|
export var GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
@@ -2606,12 +2693,12 @@ export var GetUseCaseForModelAccessResponse$ = [3, n0, _GUCFMARe,
|
|
|
2606
2693
|
];
|
|
2607
2694
|
export var GuardrailAutomatedReasoningPolicy$ = [3, n0, _GARP,
|
|
2608
2695
|
0,
|
|
2609
|
-
[_po,
|
|
2696
|
+
[_po, _cTo],
|
|
2610
2697
|
[64 | 0, 1], 1
|
|
2611
2698
|
];
|
|
2612
2699
|
export var GuardrailAutomatedReasoningPolicyConfig$ = [3, n0, _GARPC,
|
|
2613
2700
|
0,
|
|
2614
|
-
[_po,
|
|
2701
|
+
[_po, _cTo],
|
|
2615
2702
|
[64 | 0, 1], 1
|
|
2616
2703
|
];
|
|
2617
2704
|
export var GuardrailConfiguration$ = [3, n0, _GCu,
|
|
@@ -2796,9 +2883,14 @@ export var ImplicitFilterConfiguration$ = [3, n0, _IFC,
|
|
|
2796
2883
|
];
|
|
2797
2884
|
export var ImportedModelSummary$ = [3, n0, _IMS,
|
|
2798
2885
|
0,
|
|
2799
|
-
[_mA, _mN,
|
|
2886
|
+
[_mA, _mN, _cT, _iS, _mAo],
|
|
2800
2887
|
[0, 0, 5, 2, 0], 3
|
|
2801
2888
|
];
|
|
2889
|
+
export var InferenceConfiguration$ = [3, n0, _IC,
|
|
2890
|
+
0,
|
|
2891
|
+
[_mTa, _tem, _tPo, _sS],
|
|
2892
|
+
[1, 1, 1, 64 | 0]
|
|
2893
|
+
];
|
|
2802
2894
|
export var InferenceProfileModel$ = [3, n0, _IPM,
|
|
2803
2895
|
0,
|
|
2804
2896
|
[_mA],
|
|
@@ -2826,7 +2918,7 @@ export var KnowledgeBaseRetrievalConfiguration$ = [3, n0, _KBRC,
|
|
|
2826
2918
|
];
|
|
2827
2919
|
export var KnowledgeBaseRetrieveAndGenerateConfiguration$ = [3, n0, _KBRAGC,
|
|
2828
2920
|
0,
|
|
2829
|
-
[_kBI, _mA, _rCet, _gCe,
|
|
2921
|
+
[_kBI, _mA, _rCet, _gCe, _oCr],
|
|
2830
2922
|
[0, 0, [() => KnowledgeBaseRetrievalConfiguration$, 0], [() => GenerationConfiguration$, 0], () => OrchestrationConfiguration$], 2
|
|
2831
2923
|
];
|
|
2832
2924
|
export var KnowledgeBaseVectorSearchConfiguration$ = [3, n0, _KBVSC,
|
|
@@ -2844,6 +2936,16 @@ export var LegalTerm$ = [3, n0, _LT,
|
|
|
2844
2936
|
[_ur],
|
|
2845
2937
|
[0]
|
|
2846
2938
|
];
|
|
2939
|
+
export var ListAdvancedPromptOptimizationJobsRequest$ = [3, n0, _LAPOJR,
|
|
2940
|
+
0,
|
|
2941
|
+
[_mR, _nT, _sB, _sO],
|
|
2942
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }]]
|
|
2943
|
+
];
|
|
2944
|
+
export var ListAdvancedPromptOptimizationJobsResponse$ = [3, n0, _LAPOJRi,
|
|
2945
|
+
0,
|
|
2946
|
+
[_jSo, _nT],
|
|
2947
|
+
[() => AdvancedPromptOptimizationJobSummaries, 0]
|
|
2948
|
+
];
|
|
2847
2949
|
export var ListAutomatedReasoningPoliciesRequest$ = [3, n0, _LARPR,
|
|
2848
2950
|
0,
|
|
2849
2951
|
[_pA, _nT, _mR],
|
|
@@ -3079,14 +3181,19 @@ export var MetadataConfigurationForReranking$ = [3, n0, _MCFR,
|
|
|
3079
3181
|
[_sMe, _sMC],
|
|
3080
3182
|
[0, [() => RerankingMetadataSelectiveModeConfiguration$, 0]], 1
|
|
3081
3183
|
];
|
|
3184
|
+
export var ModelConfiguration$ = [3, n0, _MC,
|
|
3185
|
+
0,
|
|
3186
|
+
[_mIo, _iCn, _aMRF],
|
|
3187
|
+
[0, () => InferenceConfiguration$, 128 | 15], 1
|
|
3188
|
+
];
|
|
3082
3189
|
export var ModelCopyJobSummary$ = [3, n0, _MCJS,
|
|
3083
3190
|
0,
|
|
3084
|
-
[_jA, _st,
|
|
3191
|
+
[_jA, _st, _cT, _tMA, _sAI, _sMA, _tMN, _tMKKA, _tMT, _fMa, _sMN],
|
|
3085
3192
|
[0, 0, 5, 0, 0, 0, 0, 0, () => TagList, 0, 0], 6
|
|
3086
3193
|
];
|
|
3087
3194
|
export var ModelCustomizationJobSummary$ = [3, n0, _MCJSo,
|
|
3088
3195
|
0,
|
|
3089
|
-
[_jA, _bMA, _jN, _st,
|
|
3196
|
+
[_jA, _bMA, _jN, _st, _cT, _sD, _lMT, _eT, _cMA, _cMN, _cTu],
|
|
3090
3197
|
[0, 0, 0, 0, 5, () => StatusDetails$, 5, 5, 0, 0, 0], 5
|
|
3091
3198
|
];
|
|
3092
3199
|
export var ModelEnforcement$ = [3, n0, _ME,
|
|
@@ -3096,7 +3203,7 @@ export var ModelEnforcement$ = [3, n0, _ME,
|
|
|
3096
3203
|
];
|
|
3097
3204
|
export var ModelImportJobSummary$ = [3, n0, _MIJS,
|
|
3098
3205
|
0,
|
|
3099
|
-
[_jA, _jN, _st,
|
|
3206
|
+
[_jA, _jN, _st, _cT, _lMT, _eT, _iMA, _iMN],
|
|
3100
3207
|
[0, 0, 0, 5, 5, 5, 0, 0], 4
|
|
3101
3208
|
];
|
|
3102
3209
|
export var ModelInvocationJobS3InputDataConfig$ = [3, n0, _MIJSIDC,
|
|
@@ -3156,7 +3263,7 @@ export var PromptTemplate$ = [3, n0, _PTr,
|
|
|
3156
3263
|
];
|
|
3157
3264
|
export var ProvisionedModelSummary$ = [3, n0, _PMS,
|
|
3158
3265
|
0,
|
|
3159
|
-
[_pMN, _pMA, _mA, _dMA, _fMA, _mU, _dMU, _st,
|
|
3266
|
+
[_pMN, _pMA, _mA, _dMA, _fMA, _mU, _dMU, _st, _cT, _lMT, _cD, _cET],
|
|
3160
3267
|
[0, 0, 0, 0, 0, 1, 1, 0, 5, 5, 0, 5], 10
|
|
3161
3268
|
];
|
|
3162
3269
|
export var PutEnforcedGuardrailConfigurationRequest$ = [3, n0, _PEGCR,
|
|
@@ -3299,6 +3406,16 @@ export var StatusDetails$ = [3, n0, _SD,
|
|
|
3299
3406
|
[_vD, _dPD, _tDr],
|
|
3300
3407
|
[() => ValidationDetails$, () => DataProcessingDetails$, () => TrainingDetails$]
|
|
3301
3408
|
];
|
|
3409
|
+
export var StopAdvancedPromptOptimizationJobRequest$ = [3, n0, _SAPOJR,
|
|
3410
|
+
0,
|
|
3411
|
+
[_jI],
|
|
3412
|
+
[[0, 1]], 1
|
|
3413
|
+
];
|
|
3414
|
+
export var StopAdvancedPromptOptimizationJobResponse$ = [3, n0, _SAPOJRt,
|
|
3415
|
+
0,
|
|
3416
|
+
[],
|
|
3417
|
+
[]
|
|
3418
|
+
];
|
|
3302
3419
|
export var StopEvaluationJobRequest$ = [3, n0, _SEJR,
|
|
3303
3420
|
0,
|
|
3304
3421
|
[_jI],
|
|
@@ -3371,7 +3488,7 @@ export var TrainingDataConfig$ = [3, n0, _TDC,
|
|
|
3371
3488
|
];
|
|
3372
3489
|
export var TrainingDetails$ = [3, n0, _TDr,
|
|
3373
3490
|
0,
|
|
3374
|
-
[_st,
|
|
3491
|
+
[_st, _cT, _lMT],
|
|
3375
3492
|
[0, 5, 5]
|
|
3376
3493
|
];
|
|
3377
3494
|
export var TrainingMetrics$ = [3, n0, _TM,
|
|
@@ -3411,7 +3528,7 @@ export var UpdateAutomatedReasoningPolicyResponse$ = [3, n0, _UARPRp,
|
|
|
3411
3528
|
];
|
|
3412
3529
|
export var UpdateAutomatedReasoningPolicyTestCaseRequest$ = [3, n0, _UARPTCR,
|
|
3413
3530
|
0,
|
|
3414
|
-
[_pA, _tCI, _gC, _lUA, _eAFR, _qC,
|
|
3531
|
+
[_pA, _tCI, _gC, _lUA, _eAFR, _qC, _cTo, _cRT],
|
|
3415
3532
|
[[0, 1], [0, 1], [() => AutomatedReasoningPolicyTestGuardContent, 0], 5, 0, [() => AutomatedReasoningPolicyTestQueryContent, 0], 1, [0, 4]], 5
|
|
3416
3533
|
];
|
|
3417
3534
|
export var UpdateAutomatedReasoningPolicyTestCaseResponse$ = [3, n0, _UARPTCRp,
|
|
@@ -3466,7 +3583,7 @@ export var ValidationDataConfig$ = [3, n0, _VDC,
|
|
|
3466
3583
|
];
|
|
3467
3584
|
export var ValidationDetails$ = [3, n0, _VD,
|
|
3468
3585
|
0,
|
|
3469
|
-
[_st,
|
|
3586
|
+
[_st, _cT, _lMT],
|
|
3470
3587
|
[0, 5, 5]
|
|
3471
3588
|
];
|
|
3472
3589
|
export var Validator$ = [3, n0, _V,
|
|
@@ -3486,7 +3603,7 @@ export var ValidityTerm$ = [3, n0, _VT,
|
|
|
3486
3603
|
];
|
|
3487
3604
|
export var VectorSearchBedrockRerankingConfiguration$ = [3, n0, _VSBRC,
|
|
3488
3605
|
0,
|
|
3489
|
-
[
|
|
3606
|
+
[_mCo, _nORR, _mCe],
|
|
3490
3607
|
[() => VectorSearchBedrockRerankingModelConfiguration$, 1, [() => MetadataConfigurationForReranking$, 0]], 1
|
|
3491
3608
|
];
|
|
3492
3609
|
export var VectorSearchBedrockRerankingModelConfiguration$ = [3, n0, _VSBRMC,
|
|
@@ -3507,6 +3624,10 @@ export var VpcConfig$ = [3, n0, _VC,
|
|
|
3507
3624
|
var AccountEnforcedGuardrailsOutputConfiguration = [1, n0, _AEGOCc,
|
|
3508
3625
|
0, () => AccountEnforcedGuardrailOutputConfiguration$
|
|
3509
3626
|
];
|
|
3627
|
+
var AdvancedPromptOptimizationJobIdentifiers = 64 | 0;
|
|
3628
|
+
var AdvancedPromptOptimizationJobSummaries = [1, n0, _APOJSd,
|
|
3629
|
+
0, () => AdvancedPromptOptimizationJobSummary$
|
|
3630
|
+
];
|
|
3510
3631
|
var AutomatedEvaluationCustomMetrics = [1, n0, _AECM,
|
|
3511
3632
|
0, [() => AutomatedEvaluationCustomMetricSource$,
|
|
3512
3633
|
0]
|
|
@@ -3653,6 +3774,12 @@ var AutomatedReasoningPolicyTypeValueAnnotationList = [1, n0, _ARPTVAL,
|
|
|
3653
3774
|
0, [() => AutomatedReasoningPolicyTypeValueAnnotation$,
|
|
3654
3775
|
0]
|
|
3655
3776
|
];
|
|
3777
|
+
var BatchDeleteAdvancedPromptOptimizationJobErrors = [1, n0, _BDAPOJEa,
|
|
3778
|
+
0, () => BatchDeleteAdvancedPromptOptimizationJobError$
|
|
3779
|
+
];
|
|
3780
|
+
var BatchDeleteAdvancedPromptOptimizationJobItems = [1, n0, _BDAPOJIa,
|
|
3781
|
+
0, () => BatchDeleteAdvancedPromptOptimizationJobItem$
|
|
3782
|
+
];
|
|
3656
3783
|
var BatchDeleteEvaluationJobErrors = [1, n0, _BDEJEa,
|
|
3657
3784
|
0, [() => BatchDeleteEvaluationJobError$,
|
|
3658
3785
|
0]
|
|
@@ -3805,6 +3932,9 @@ var MetadataAttributeSchemaList = [1, n0, _MASL,
|
|
|
3805
3932
|
0, [() => MetadataAttributeSchema$,
|
|
3806
3933
|
0]
|
|
3807
3934
|
];
|
|
3935
|
+
var ModelConfigurations = [1, n0, _MCo,
|
|
3936
|
+
0, () => ModelConfiguration$
|
|
3937
|
+
];
|
|
3808
3938
|
var ModelCopyJobSummaries = [1, n0, _MCJSod,
|
|
3809
3939
|
0, () => ModelCopyJobSummary$
|
|
3810
3940
|
];
|
|
@@ -3820,6 +3950,7 @@ var ModelInvocationJobSummaries = [1, n0, _MIJSode,
|
|
|
3820
3950
|
0]
|
|
3821
3951
|
];
|
|
3822
3952
|
var ModelModalityList = 64 | 0;
|
|
3953
|
+
var NonEmptyStringList = 64 | 0;
|
|
3823
3954
|
var Offers = [1, n0, _Of,
|
|
3824
3955
|
0, () => Offer$
|
|
3825
3956
|
];
|
|
@@ -3898,7 +4029,7 @@ export var AutomatedReasoningPolicyAnnotatedContent$ = [4, n0, _ARPACu,
|
|
|
3898
4029
|
];
|
|
3899
4030
|
export var AutomatedReasoningPolicyAnnotation$ = [4, n0, _ARPA,
|
|
3900
4031
|
0,
|
|
3901
|
-
[_aTd, _uTp, _dT, _aV, _uVp, _dV, _aR, _uR, _dR, _aRFNL, _uFRF, _uFSF,
|
|
4032
|
+
[_aTd, _uTp, _dT, _aV, _uVp, _dV, _aR, _uR, _dR, _aRFNL, _uFRF, _uFSF, _iCng],
|
|
3902
4033
|
[[() => AutomatedReasoningPolicyAddTypeAnnotation$, 0], [() => AutomatedReasoningPolicyUpdateTypeAnnotation$, 0], [() => AutomatedReasoningPolicyDeleteTypeAnnotation$, 0], [() => AutomatedReasoningPolicyAddVariableAnnotation$, 0], [() => AutomatedReasoningPolicyUpdateVariableAnnotation$, 0], [() => AutomatedReasoningPolicyDeleteVariableAnnotation$, 0], [() => AutomatedReasoningPolicyAddRuleAnnotation$, 0], [() => AutomatedReasoningPolicyUpdateRuleAnnotation$, 0], () => AutomatedReasoningPolicyDeleteRuleAnnotation$, [() => AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation$, 0], [() => AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation$, 0], [() => AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation$, 0], [() => AutomatedReasoningPolicyIngestContentAnnotation$, 0]]
|
|
3903
4034
|
];
|
|
3904
4035
|
export var AutomatedReasoningPolicyBuildResultAssets$ = [4, n0, _ARPBRA,
|
|
@@ -4036,12 +4167,18 @@ export var RetrievalFilter$ = [4, n0, _RF,
|
|
|
4036
4167
|
[_eq, _nE, _gT, _gTOE, _lTes, _lTOE, _in_, _nI, _sW, _lCi, _sCt, _aAn, _oAr],
|
|
4037
4168
|
[() => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, [() => RetrievalFilterList, 0], [() => RetrievalFilterList, 0]]
|
|
4038
4169
|
];
|
|
4170
|
+
export var BatchDeleteAdvancedPromptOptimizationJob$ = [9, n0, _BDAPOJ,
|
|
4171
|
+
{ [_ht]: ["POST", "/advanced-prompt-optimization-job/batch-delete", 202] }, () => BatchDeleteAdvancedPromptOptimizationJobRequest$, () => BatchDeleteAdvancedPromptOptimizationJobResponse$
|
|
4172
|
+
];
|
|
4039
4173
|
export var BatchDeleteEvaluationJob$ = [9, n0, _BDEJ,
|
|
4040
4174
|
{ [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] }, () => BatchDeleteEvaluationJobRequest$, () => BatchDeleteEvaluationJobResponse$
|
|
4041
4175
|
];
|
|
4042
4176
|
export var CancelAutomatedReasoningPolicyBuildWorkflow$ = [9, n0, _CARPBW,
|
|
4043
4177
|
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] }, () => CancelAutomatedReasoningPolicyBuildWorkflowRequest$, () => CancelAutomatedReasoningPolicyBuildWorkflowResponse$
|
|
4044
4178
|
];
|
|
4179
|
+
export var CreateAdvancedPromptOptimizationJob$ = [9, n0, _CAPOJ,
|
|
4180
|
+
{ [_ht]: ["POST", "/advanced-prompt-optimization-jobs", 200] }, () => CreateAdvancedPromptOptimizationJobRequest$, () => CreateAdvancedPromptOptimizationJobResponse$
|
|
4181
|
+
];
|
|
4045
4182
|
export var CreateAutomatedReasoningPolicy$ = [9, n0, _CARP,
|
|
4046
4183
|
{ [_ht]: ["POST", "/automated-reasoning-policies", 200] }, () => CreateAutomatedReasoningPolicyRequest$, () => CreateAutomatedReasoningPolicyResponse$
|
|
4047
4184
|
];
|
|
@@ -4144,6 +4281,9 @@ export var DeregisterMarketplaceModelEndpoint$ = [9, n0, _DMMEe,
|
|
|
4144
4281
|
export var ExportAutomatedReasoningPolicyVersion$ = [9, n0, _EARPV,
|
|
4145
4282
|
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] }, () => ExportAutomatedReasoningPolicyVersionRequest$, () => ExportAutomatedReasoningPolicyVersionResponse$
|
|
4146
4283
|
];
|
|
4284
|
+
export var GetAdvancedPromptOptimizationJob$ = [9, n0, _GAPOJ,
|
|
4285
|
+
{ [_ht]: ["GET", "/advanced-prompt-optimization-jobs/{jobIdentifier}", 200] }, () => GetAdvancedPromptOptimizationJobRequest$, () => GetAdvancedPromptOptimizationJobResponse$
|
|
4286
|
+
];
|
|
4147
4287
|
export var GetAutomatedReasoningPolicy$ = [9, n0, _GARPe,
|
|
4148
4288
|
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] }, () => GetAutomatedReasoningPolicyRequest$, () => GetAutomatedReasoningPolicyResponse$
|
|
4149
4289
|
];
|
|
@@ -4219,6 +4359,9 @@ export var GetResourcePolicy$ = [9, n0, _GRP,
|
|
|
4219
4359
|
export var GetUseCaseForModelAccess$ = [9, n0, _GUCFMA,
|
|
4220
4360
|
{ [_ht]: ["GET", "/use-case-for-model-access", 200] }, () => GetUseCaseForModelAccessRequest$, () => GetUseCaseForModelAccessResponse$
|
|
4221
4361
|
];
|
|
4362
|
+
export var ListAdvancedPromptOptimizationJobs$ = [9, n0, _LAPOJ,
|
|
4363
|
+
{ [_ht]: ["GET", "/advanced-prompt-optimization-jobs", 200] }, () => ListAdvancedPromptOptimizationJobsRequest$, () => ListAdvancedPromptOptimizationJobsResponse$
|
|
4364
|
+
];
|
|
4222
4365
|
export var ListAutomatedReasoningPolicies$ = [9, n0, _LARP,
|
|
4223
4366
|
{ [_ht]: ["GET", "/automated-reasoning-policies", 200] }, () => ListAutomatedReasoningPoliciesRequest$, () => ListAutomatedReasoningPoliciesResponse$
|
|
4224
4367
|
];
|
|
@@ -4303,6 +4446,9 @@ export var StartAutomatedReasoningPolicyBuildWorkflow$ = [9, n0, _SARPBW,
|
|
|
4303
4446
|
export var StartAutomatedReasoningPolicyTestWorkflow$ = [9, n0, _SARPTW,
|
|
4304
4447
|
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-workflows", 200] }, () => StartAutomatedReasoningPolicyTestWorkflowRequest$, () => StartAutomatedReasoningPolicyTestWorkflowResponse$
|
|
4305
4448
|
];
|
|
4449
|
+
export var StopAdvancedPromptOptimizationJob$ = [9, n0, _SAPOJ,
|
|
4450
|
+
{ [_ht]: ["POST", "/advanced-prompt-optimization-jobs/{jobIdentifier}/stop", 200] }, () => StopAdvancedPromptOptimizationJobRequest$, () => StopAdvancedPromptOptimizationJobResponse$
|
|
4451
|
+
];
|
|
4306
4452
|
export var StopEvaluationJob$ = [9, n0, _SEJ,
|
|
4307
4453
|
{ [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] }, () => StopEvaluationJobRequest$, () => StopEvaluationJobResponse$
|
|
4308
4454
|
];
|