@aws-sdk/client-sagemaker 3.943.0 → 3.946.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/dist-cjs/index.js +215 -69
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SageMakerClient.js +2 -2
- package/dist-es/models/enums.js +22 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +189 -69
- package/dist-types/SageMaker.d.ts +1 -1
- package/dist-types/SageMakerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +3 -3
- package/dist-types/commands/AddTagsCommand.d.ts +3 -3
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +10 -3
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -3
- package/dist-types/commands/CreateContextCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/CreateImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +24 -3
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +7 -3
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeProjectCommand.d.ts +4 -3
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -4
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +36 -3
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -3
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/ImportHubContentCommand.d.ts +3 -3
- package/dist-types/commands/ListActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +3 -3
- package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +3 -3
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +3 -3
- package/dist-types/commands/ListContextsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubsCommand.d.ts +3 -3
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +3 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListImagesCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +3 -3
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackagesCommand.d.ts +4 -3
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +35 -3
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -3
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +3 -3
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -3
- package/dist-types/commands/ListStageDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialsCommand.d.ts +3 -3
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/ListUserProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkforcesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkteamsCommand.d.ts +3 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/QueryLineageCommand.d.ts +3 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/SearchCommand.d.ts +32 -3
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -3
- package/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StopOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +115 -142
- package/dist-types/models/models_1.d.ts +146 -182
- package/dist-types/models/models_2.d.ts +302 -346
- package/dist-types/models/models_3.d.ts +4135 -4034
- package/dist-types/models/models_4.d.ts +421 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/dist-types/ts3.4/SageMakerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -35
- package/dist-types/ts3.4/models/models_1.d.ts +50 -61
- package/dist-types/ts3.4/models/models_2.d.ts +94 -116
- package/dist-types/ts3.4/models/models_3.d.ts +169 -135
- package/dist-types/ts3.4/models/models_4.d.ts +141 -31
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +13 -12
|
@@ -2,10 +2,12 @@ const _A = "Alarm";
|
|
|
2
2
|
const _AA = "ActionArn";
|
|
3
3
|
const _AAR = "AddAssociationRequest";
|
|
4
4
|
const _AARd = "AddAssociationResponse";
|
|
5
|
+
const _AAc = "ActionArns";
|
|
5
6
|
const _AAd = "AddAssociation";
|
|
6
7
|
const _AAl = "AlgorithmArn";
|
|
7
8
|
const _AAp = "AppArn";
|
|
8
9
|
const _AAr = "ArtifactArn";
|
|
10
|
+
const _AArt = "ArtifactArns";
|
|
9
11
|
const _ABRA = "AmazonBedrockRoleArn";
|
|
10
12
|
const _AC = "AgentCount";
|
|
11
13
|
const _ACC = "AnnotationConsolidationConfig";
|
|
@@ -35,6 +37,7 @@ const _AEu = "AuthorizationEndpoint";
|
|
|
35
37
|
const _AFRA = "AmazonForecastRoleArn";
|
|
36
38
|
const _AGEN = "AutoGenerateEndpointName";
|
|
37
39
|
const _AGP = "AssignedGroupPatterns";
|
|
40
|
+
const _AI = "AssociationInfo";
|
|
38
41
|
const _AIC = "AsyncInferenceConfig";
|
|
39
42
|
const _AICA = "AppImageConfigArn";
|
|
40
43
|
const _AICC = "AsyncInferenceClientConfig";
|
|
@@ -43,6 +46,7 @@ const _AICL = "AppImageConfigList";
|
|
|
43
46
|
const _AICN = "AppImageConfigName";
|
|
44
47
|
const _AICp = "AppImageConfigs";
|
|
45
48
|
const _AICv = "AvailableInstanceCount";
|
|
49
|
+
const _AIL = "AssociationInfoList";
|
|
46
50
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
47
51
|
const _AIOC = "AsyncInferenceOutputConfig";
|
|
48
52
|
const _AIS = "AdditionalInferenceSpecifications";
|
|
@@ -189,6 +193,7 @@ const _Ar = "Arn";
|
|
|
189
193
|
const _Arc = "Arch";
|
|
190
194
|
const _Arg = "Arguments";
|
|
191
195
|
const _Art = "Artifact";
|
|
196
|
+
const _As = "Associations";
|
|
192
197
|
const _Au = "Autotune";
|
|
193
198
|
const _Av = "Avg";
|
|
194
199
|
const _B = "Bias";
|
|
@@ -198,6 +203,10 @@ const _BACNEL = "BatchAddClusterNodesErrorList";
|
|
|
198
203
|
const _BACNR = "BatchAddClusterNodesRequest";
|
|
199
204
|
const _BACNRa = "BatchAddClusterNodesResponse";
|
|
200
205
|
const _BC = "BestCandidate";
|
|
206
|
+
const _BCM = "BedrockCustomModel";
|
|
207
|
+
const _BCMD = "BedrockCustomModelDeployment";
|
|
208
|
+
const _BCMDM = "BedrockCustomModelDeploymentMetadata";
|
|
209
|
+
const _BCMM = "BedrockCustomModelMetadata";
|
|
201
210
|
const _BCa = "BaselineConfig";
|
|
202
211
|
const _BDCC = "BatchDataCaptureConfig";
|
|
203
212
|
const _BDCN = "BatchDeleteClusterNodes";
|
|
@@ -219,8 +228,14 @@ const _BICN = "BaseInferenceComponentName";
|
|
|
219
228
|
const _BILCA = "BuiltInLifecycleConfigArn";
|
|
220
229
|
const _BJN = "BaseliningJobName";
|
|
221
230
|
const _BL = "BorrowLimit";
|
|
231
|
+
const _BM = "BaseModel";
|
|
232
|
+
const _BMA = "BaseModelArn";
|
|
233
|
+
const _BMI = "BedrockModelImport";
|
|
234
|
+
const _BMIM = "BedrockModelImportMetadata";
|
|
222
235
|
const _BMN = "BaseModelName";
|
|
223
236
|
const _BONI = "BestObjectiveNotImproving";
|
|
237
|
+
const _BPMT = "BedrockProvisionedModelThroughput";
|
|
238
|
+
const _BPMTM = "BedrockProvisionedModelThroughputMetadata";
|
|
224
239
|
const _BR = "BacktestResults";
|
|
225
240
|
const _BRCN = "BatchRebootClusterNodes";
|
|
226
241
|
const _BRCNE = "BatchRebootClusterNodesError";
|
|
@@ -238,6 +253,7 @@ const _BRCNRatc = "BatchReplaceClusterNodesResponse";
|
|
|
238
253
|
const _BRCNa = "BatchReplaceClusterNodes";
|
|
239
254
|
const _BRl = "BlockedReason";
|
|
240
255
|
const _BS = "BatchStrategy";
|
|
256
|
+
const _BTC = "BillableTokenCount";
|
|
241
257
|
const _BTI = "BatchTransformInput";
|
|
242
258
|
const _BTIS = "BillableTimeInSeconds";
|
|
243
259
|
const _BTJ = "BestTrainingJob";
|
|
@@ -273,6 +289,7 @@ const _CASC = "ClusterAutoScalingConfig";
|
|
|
273
289
|
const _CASCO = "ClusterAutoScalingConfigOutput";
|
|
274
290
|
const _CAl = "ClusterArn";
|
|
275
291
|
const _CAo = "ContextArn";
|
|
292
|
+
const _CAon = "ContextArns";
|
|
276
293
|
const _CAr = "CreatedAt";
|
|
277
294
|
const _CAre = "CreatedAfter";
|
|
278
295
|
const _CArea = "CreateAction";
|
|
@@ -368,6 +385,7 @@ const _CEo = "ConflictException";
|
|
|
368
385
|
const _CEr = "CreateEndpoint";
|
|
369
386
|
const _CEre = "CreateExperiment";
|
|
370
387
|
const _CEu = "CustomerEni";
|
|
388
|
+
const _CEur = "CurrentEpoch";
|
|
371
389
|
const _CF = "ConfigFile";
|
|
372
390
|
const _CFD = "CreateFlowDefinition";
|
|
373
391
|
const _CFDR = "CreateFlowDefinitionRequest";
|
|
@@ -632,6 +650,7 @@ const _CSon = "ContextSummary";
|
|
|
632
650
|
const _CSont = "ContextSummaries";
|
|
633
651
|
const _CSonte = "ContentSha256";
|
|
634
652
|
const _CSr = "CreateSpace";
|
|
653
|
+
const _CSu = "CurrentStep";
|
|
635
654
|
const _CT = "CreationTime";
|
|
636
655
|
const _CTA = "CreationTimeAfter";
|
|
637
656
|
const _CTB = "CreationTimeBefore";
|
|
@@ -672,6 +691,7 @@ const _CTont = "ContentTemplate";
|
|
|
672
691
|
const _CTonte = "ContextType";
|
|
673
692
|
const _CTr = "CreateTrial";
|
|
674
693
|
const _CTu = "CurrentTaints";
|
|
694
|
+
const _CTus = "CustomizationTechnique";
|
|
675
695
|
const _CU = "ConfigUri";
|
|
676
696
|
const _CUP = "CreateUserProfile";
|
|
677
697
|
const _CUPR = "CreateUserProfileRequest";
|
|
@@ -736,7 +756,8 @@ const _DARescrib = "DescribeArtifactRequest";
|
|
|
736
756
|
const _DARescribe = "DescribeArtifactResponse";
|
|
737
757
|
const _DAST = "DataAnalysisStartTime";
|
|
738
758
|
const _DAT = "DisassociateAcceleratorTypes";
|
|
739
|
-
const _DAa = "
|
|
759
|
+
const _DAa = "DatasetArn";
|
|
760
|
+
const _DAat = "DataAttributes";
|
|
740
761
|
const _DAe = "DeviceArn";
|
|
741
762
|
const _DAel = "DeleteAction";
|
|
742
763
|
const _DAele = "DeleteAlgorithm";
|
|
@@ -1121,6 +1142,7 @@ const _DSV = "DocumentSchemaVersion";
|
|
|
1121
1142
|
const _DSW = "DescribeSubscribedWorkteam";
|
|
1122
1143
|
const _DSWR = "DescribeSubscribedWorkteamRequest";
|
|
1123
1144
|
const _DSWRe = "DescribeSubscribedWorkteamResponse";
|
|
1145
|
+
const _DSa = "DatasetSource";
|
|
1124
1146
|
const _DSe = "DeploymentStage";
|
|
1125
1147
|
const _DSel = "DeleteSpace";
|
|
1126
1148
|
const _DSep = "DeploymentStatus";
|
|
@@ -1201,6 +1223,7 @@ const _Dom = "Domains";
|
|
|
1201
1223
|
const _E = "Environment";
|
|
1202
1224
|
const _EA = "EndpointArn";
|
|
1203
1225
|
const _EAMVU = "EnableAutoMinorVersionUpgrade";
|
|
1226
|
+
const _EAv = "EvaluatorArn";
|
|
1204
1227
|
const _EAx = "ExperimentArn";
|
|
1205
1228
|
const _EAxp = "ExportArtifacts";
|
|
1206
1229
|
const _EC = "ErrorCode";
|
|
@@ -1332,6 +1355,7 @@ const _ETO = "EndTimeOffset";
|
|
|
1332
1355
|
const _ETn = "EndTime";
|
|
1333
1356
|
const _ETr = "ErrorTopic";
|
|
1334
1357
|
const _ETv = "EventTime";
|
|
1358
|
+
const _ETva = "EvaluationType";
|
|
1335
1359
|
const _EVC = "EbsVolumeConfig";
|
|
1336
1360
|
const _EVSIG = "EbsVolumeSizeInGb";
|
|
1337
1361
|
const _Ed = "Edge";
|
|
@@ -1545,6 +1569,7 @@ const _ICDC = "InferenceComponentDeploymentConfig";
|
|
|
1545
1569
|
const _ICDCC = "InferenceComponentDataCacheConfig";
|
|
1546
1570
|
const _ICDCCS = "InferenceComponentDataCacheConfigSummary";
|
|
1547
1571
|
const _ICJC = "ImageClassificationJobConfig";
|
|
1572
|
+
const _ICM = "InferenceComponentMetadata";
|
|
1548
1573
|
const _ICN = "InferenceComponentName";
|
|
1549
1574
|
const _ICRC = "InferenceComponentRuntimeConfig";
|
|
1550
1575
|
const _ICRCS = "InferenceComponentRuntimeConfigSummary";
|
|
@@ -1558,10 +1583,12 @@ const _ICSnf = "InferenceComponentSummary";
|
|
|
1558
1583
|
const _ICm = "ImageConfig";
|
|
1559
1584
|
const _ICn = "InferenceConfig";
|
|
1560
1585
|
const _ICnf = "InferenceComponents";
|
|
1586
|
+
const _ICnfe = "InferenceComponent";
|
|
1561
1587
|
const _ICnfr = "InfrastructureConfig";
|
|
1562
1588
|
const _ICnp = "InputConfig";
|
|
1563
1589
|
const _ICns = "InstanceCount";
|
|
1564
1590
|
const _ICnst = "InstanceConfigs";
|
|
1591
|
+
const _ICs = "IsCheckpoint";
|
|
1565
1592
|
const _ID = "ImageDigest";
|
|
1566
1593
|
const _IDC = "InputDataConfig";
|
|
1567
1594
|
const _IE = "InferenceExperiments";
|
|
@@ -1908,7 +1935,8 @@ const _LMTB = "LastModifiedTimeBefore";
|
|
|
1908
1935
|
const _LMTS = "ListMlflowTrackingServers";
|
|
1909
1936
|
const _LMTSR = "ListMlflowTrackingServersRequest";
|
|
1910
1937
|
const _LMTSRi = "ListMlflowTrackingServersResponse";
|
|
1911
|
-
const _LMi = "
|
|
1938
|
+
const _LMi = "LineageMetadata";
|
|
1939
|
+
const _LMis = "ListModels";
|
|
1912
1940
|
const _LNI = "ListNotebookInstances";
|
|
1913
1941
|
const _LNII = "ListNotebookInstancesInput";
|
|
1914
1942
|
const _LNILC = "ListNotebookInstanceLifecycleConfigs";
|
|
@@ -2007,6 +2035,7 @@ const _La = "Labels";
|
|
|
2007
2035
|
const _Lam = "Lambda";
|
|
2008
2036
|
const _Las = "Last";
|
|
2009
2037
|
const _Li = "Line";
|
|
2038
|
+
const _Lin = "Lineage";
|
|
2010
2039
|
const _M = "Mode";
|
|
2011
2040
|
const _MA = "ModelArn";
|
|
2012
2041
|
const _MAA = "MonitoringAlertActions";
|
|
@@ -2069,6 +2098,7 @@ const _MCaxo = "MaxConcurrency";
|
|
|
2069
2098
|
const _MCe = "MetricsConfig";
|
|
2070
2099
|
const _MCi = "MinCount";
|
|
2071
2100
|
const _MCin = "MinCapacity";
|
|
2101
|
+
const _MCl = "MlflowConfig";
|
|
2072
2102
|
const _MCo = "ModelConfigs";
|
|
2073
2103
|
const _MCod = "ModelCard";
|
|
2074
2104
|
const _MCode = "ModelConfiguration";
|
|
@@ -2098,18 +2128,22 @@ const _MDem = "MemberDefinition";
|
|
|
2098
2128
|
const _MDet = "MetricData";
|
|
2099
2129
|
const _MDetr = "MetricDatum";
|
|
2100
2130
|
const _MDetri = "MetricDefinition";
|
|
2131
|
+
const _MDl = "MlflowDetails";
|
|
2101
2132
|
const _MDo = "ModelDigests";
|
|
2102
2133
|
const _ME = "ManifestEtag";
|
|
2103
2134
|
const _MEAS = "ModelExplainabilityAppSpecification";
|
|
2104
2135
|
const _MEBC = "ModelExplainabilityBaselineConfig";
|
|
2136
|
+
const _MEI = "MlflowExperimentId";
|
|
2105
2137
|
const _MEJI = "ModelExplainabilityJobInput";
|
|
2106
2138
|
const _MEJOC = "ModelExplainabilityJobOutputConfig";
|
|
2139
|
+
const _MEN = "MlflowExperimentName";
|
|
2107
2140
|
const _MES = "MonitoringExecutionSummaries";
|
|
2108
2141
|
const _MESL = "MonitoringExecutionSummaryList";
|
|
2109
2142
|
const _MESo = "MonitoringExecutionSummary";
|
|
2110
2143
|
const _MESon = "MonitoringExecutionStatus";
|
|
2111
2144
|
const _METIS = "MaximumExecutionTimeoutInSeconds";
|
|
2112
2145
|
const _MEVSIG = "MaximumEbsVolumeSizeInGb";
|
|
2146
|
+
const _MEa = "MaxEpoch";
|
|
2113
2147
|
const _MGTSI = "MonitoringGroundTruthS3Input";
|
|
2114
2148
|
const _MH = "ModelHandle";
|
|
2115
2149
|
const _MHLOC = "MaxHumanLabeledObjectCount";
|
|
@@ -2137,6 +2171,8 @@ const _MJDS = "MonitoringJobDefinitionSummary";
|
|
|
2137
2171
|
const _MJDSL = "MonitoringJobDefinitionSummaryList";
|
|
2138
2172
|
const _ML = "ModelLatency";
|
|
2139
2173
|
const _MLC = "ModelLifeCycle";
|
|
2174
|
+
const _MLCf = "MLflowConfig";
|
|
2175
|
+
const _MLCfl = "MLflowConfiguration";
|
|
2140
2176
|
const _MLF = "MLFramework";
|
|
2141
2177
|
const _MLT = "ModelLatencyThreshold";
|
|
2142
2178
|
const _MLTo = "ModelLatencyThresholds";
|
|
@@ -2165,6 +2201,7 @@ const _MOo = "MonitoringOutputs";
|
|
|
2165
2201
|
const _MP = "MetadataProperties";
|
|
2166
2202
|
const _MPA = "ModelPackageArn";
|
|
2167
2203
|
const _MPAL = "ModelPackageArnList";
|
|
2204
|
+
const _MPC = "ModelPackageConfig";
|
|
2168
2205
|
const _MPCD = "ModelPackageContainerDefinition";
|
|
2169
2206
|
const _MPCDL = "ModelPackageContainerDefinitionList";
|
|
2170
2207
|
const _MPD = "ModelPackageDescription";
|
|
@@ -2183,6 +2220,7 @@ const _MPMC = "ModelPackageModelCard";
|
|
|
2183
2220
|
const _MPN = "ModelPackageName";
|
|
2184
2221
|
const _MPOIDL = "MaxPercentageOfInputDatasetLabeled";
|
|
2185
2222
|
const _MPOT = "MaxParallelOfTests";
|
|
2223
|
+
const _MPRT = "ModelPackageRegistrationType";
|
|
2186
2224
|
const _MPS = "ModelPackageSummaries";
|
|
2187
2225
|
const _MPSC = "ModelPackageSecurityConfig";
|
|
2188
2226
|
const _MPSD = "ModelPackageStatusDetails";
|
|
@@ -2209,11 +2247,14 @@ const _MQC = "ModelQuantizationConfig";
|
|
|
2209
2247
|
const _MQJI = "ModelQualityJobInput";
|
|
2210
2248
|
const _MQJOC = "ModelQualityJobOutputConfig";
|
|
2211
2249
|
const _MR = "MaxResults";
|
|
2212
|
-
const _MRA = "
|
|
2250
|
+
const _MRA = "MlflowResourceArn";
|
|
2213
2251
|
const _MRAa = "MaximumRetryAttempts";
|
|
2252
|
+
const _MRAl = "MlReservationArn";
|
|
2214
2253
|
const _MRC = "MaxRecordCount";
|
|
2254
|
+
const _MRI = "MlflowRunId";
|
|
2215
2255
|
const _MRIS = "MaxRuntimeInSeconds";
|
|
2216
2256
|
const _MRM = "ModelRegistrationMode";
|
|
2257
|
+
const _MRN = "MlflowRunName";
|
|
2217
2258
|
const _MRPTJIS = "MaxRuntimePerTrainingJobInSeconds";
|
|
2218
2259
|
const _MRS = "ModelRegisterSettings";
|
|
2219
2260
|
const _MRa = "MaxResource";
|
|
@@ -2357,6 +2398,7 @@ const _OJSpt = "OptimizationJobSummary";
|
|
|
2357
2398
|
const _OK = "ObjectKey";
|
|
2358
2399
|
const _OMAC = "OptimizationModelAccessConfig";
|
|
2359
2400
|
const _OMD = "OidcMemberDefinition";
|
|
2401
|
+
const _OMPA = "OutputModelPackageArn";
|
|
2360
2402
|
const _ON = "OutputName";
|
|
2361
2403
|
const _OO = "OptimizationOutput";
|
|
2362
2404
|
const _OP = "OutputParameters";
|
|
@@ -2448,6 +2490,7 @@ const _PIri = "PrincipalId";
|
|
|
2448
2490
|
const _PIro = "ProjectId";
|
|
2449
2491
|
const _PIroc = "ProcessingInput";
|
|
2450
2492
|
const _PIrod = "ProductId";
|
|
2493
|
+
const _PIrog = "ProgressInfo";
|
|
2451
2494
|
const _PJ = "ProcessingJob";
|
|
2452
2495
|
const _PJA = "ProcessingJobArn";
|
|
2453
2496
|
const _PJN = "ProcessingJobName";
|
|
@@ -2550,6 +2593,7 @@ const _Par = "Parameter";
|
|
|
2550
2593
|
const _Pare = "Parent";
|
|
2551
2594
|
const _Paren = "Parents";
|
|
2552
2595
|
const _Pe = "Percentage";
|
|
2596
|
+
const _Pef = "Peft";
|
|
2553
2597
|
const _Pen = "Pending";
|
|
2554
2598
|
const _Per = "Percentile";
|
|
2555
2599
|
const _Ph = "Phase";
|
|
@@ -2647,6 +2691,7 @@ const _RMec = "RecommendationMetrics";
|
|
|
2647
2691
|
const _RN = "ReleaseNotes";
|
|
2648
2692
|
const _RNB = "RegisterNewBaseline";
|
|
2649
2693
|
const _RNF = "ResourceNotFound";
|
|
2694
|
+
const _RNe = "RecipeName";
|
|
2650
2695
|
const _RNo = "RoleName";
|
|
2651
2696
|
const _RNu = "RunName";
|
|
2652
2697
|
const _ROSU = "ResolvedOutputS3Uri";
|
|
@@ -2799,6 +2844,7 @@ const _SIp = "SpecifiedImage";
|
|
|
2799
2844
|
const _SIt = "StepId";
|
|
2800
2845
|
const _SIu = "SubnetIds";
|
|
2801
2846
|
const _SIub = "SubnetId";
|
|
2847
|
+
const _SJC = "ServerlessJobConfig";
|
|
2802
2848
|
const _SJLAS = "SpaceJupyterLabAppSettings";
|
|
2803
2849
|
const _SKKI = "S3KmsKeyId";
|
|
2804
2850
|
const _SL = "SpaceList";
|
|
@@ -2822,6 +2868,7 @@ const _SMIVAa = "SageMakerImageVersionArn";
|
|
|
2822
2868
|
const _SMIVAag = "SageMakerImageVersionAlias";
|
|
2823
2869
|
const _SMM = "SageMakerModel";
|
|
2824
2870
|
const _SMN = "StandardMetricName";
|
|
2871
|
+
const _SMPA = "SourceModelPackageArn";
|
|
2825
2872
|
const _SMPHCA = "SageMakerPublicHubContentArn";
|
|
2826
2873
|
const _SMR = "SpaceManagedResources";
|
|
2827
2874
|
const _SMS = "StartMonitoringSchedule";
|
|
@@ -3090,6 +3137,7 @@ const _TPDL = "TemplateProviderDetailList";
|
|
|
3090
3137
|
const _TPDe = "TemplateProviderDetail";
|
|
3091
3138
|
const _TPF = "TrainingPlanFilter";
|
|
3092
3139
|
const _TPFr = "TrainingPlanFilters";
|
|
3140
|
+
const _TPI = "TrainingProgressInfo";
|
|
3093
3141
|
const _TPN = "TrainingPlanName";
|
|
3094
3142
|
const _TPO = "TrainingPlanOfferings";
|
|
3095
3143
|
const _TPOI = "TrainingPlanOfferingId";
|
|
@@ -3112,6 +3160,7 @@ const _TRa = "TargetResources";
|
|
|
3112
3160
|
const _TS = "TrainingSpecification";
|
|
3113
3161
|
const _TSA = "TrackingServerArn";
|
|
3114
3162
|
const _TSC = "TargetStateCount";
|
|
3163
|
+
const _TSCPE = "TotalStepCountPerEpoch";
|
|
3115
3164
|
const _TSCi = "TieredStorageConfig";
|
|
3116
3165
|
const _TSCim = "TimeSeriesConfig";
|
|
3117
3166
|
const _TSDS = "TransformS3DataSource";
|
|
@@ -3392,15 +3441,7 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
3392
3441
|
import { ConflictException as __ConflictException, ResourceInUse as __ResourceInUse, ResourceLimitExceeded as __ResourceLimitExceeded, ResourceNotFound as __ResourceNotFound, } from "../models/errors";
|
|
3393
3442
|
import { SageMakerServiceException as __SageMakerServiceException } from "../models/SageMakerServiceException";
|
|
3394
3443
|
export var ClientSecret = [0, n0, _CS, 8, 0];
|
|
3395
|
-
export var HumanLoopActivationConditions = [
|
|
3396
|
-
0,
|
|
3397
|
-
n0,
|
|
3398
|
-
_HLAC,
|
|
3399
|
-
{
|
|
3400
|
-
[_mT]: _a,
|
|
3401
|
-
},
|
|
3402
|
-
0,
|
|
3403
|
-
];
|
|
3444
|
+
export var HumanLoopActivationConditions = [0, n0, _HLAC, { [_mT]: _a }, 0];
|
|
3404
3445
|
export var ModelCardContent = [0, n0, _MCC, 8, 0];
|
|
3405
3446
|
export var AcceleratorPartitionConfig = [3, n0, _APC, 0, [_T, _C], [0, 1]];
|
|
3406
3447
|
export var ActionSource = [3, n0, _AS, 0, [_SU, _ST, _SI], [0, 0, 0]];
|
|
@@ -3511,6 +3552,7 @@ export var ArtifactSummary = [
|
|
|
3511
3552
|
];
|
|
3512
3553
|
export var AssociateTrialComponentRequest = [3, n0, _ATCR, 0, [_TCN, _TN], [0, 0]];
|
|
3513
3554
|
export var AssociateTrialComponentResponse = [3, n0, _ATCRs, 0, [_TCA, _TA], [0, 0]];
|
|
3555
|
+
export var AssociationInfo = [3, n0, _AI, 0, [_SA, _DA], [0, 0]];
|
|
3514
3556
|
export var AssociationSummary = [
|
|
3515
3557
|
3,
|
|
3516
3558
|
n0,
|
|
@@ -3669,6 +3711,7 @@ export var AutoParameter = [3, n0, _AP, 0, [_N, _VH], [0, 0]];
|
|
|
3669
3711
|
export var AutoRollbackConfig = [3, n0, _ARC, 0, [_Al], [() => AlarmList]];
|
|
3670
3712
|
export var Autotune = [3, n0, _Au, 0, [_M], [0]];
|
|
3671
3713
|
export var AvailableUpgrade = [3, n0, _AUv, 0, [_V, _RN], [0, 64 | 0]];
|
|
3714
|
+
export var BaseModel = [3, n0, _BM, 0, [_HCN, _HCV, _RNe], [0, 0, 0]];
|
|
3672
3715
|
export var BatchAddClusterNodesError = [3, n0, _BACNE, 0, [_IGN, _EC, _FC, _Me], [0, 0, 1, 0]];
|
|
3673
3716
|
export var BatchAddClusterNodesRequest = [
|
|
3674
3717
|
3,
|
|
@@ -3727,8 +3770,8 @@ export var BatchDescribeModelPackageSummary = [
|
|
|
3727
3770
|
n0,
|
|
3728
3771
|
_BDMPS,
|
|
3729
3772
|
0,
|
|
3730
|
-
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS],
|
|
3731
|
-
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0],
|
|
3773
|
+
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS, _MPRT],
|
|
3774
|
+
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0, 0],
|
|
3732
3775
|
];
|
|
3733
3776
|
export var BatchRebootClusterNodeLogicalIdsError = [
|
|
3734
3777
|
3,
|
|
@@ -3788,6 +3831,10 @@ export var BatchTransformInput = [
|
|
|
3788
3831
|
[_DCDSU, _DF, _LP, _SIM, _SDDT, _FA, _IA, _PA, _PTA, _STO, _ETO, _EFA],
|
|
3789
3832
|
[0, () => MonitoringDatasetFormat, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
|
|
3790
3833
|
];
|
|
3834
|
+
export var BedrockCustomModelDeploymentMetadata = [3, n0, _BCMDM, 0, [_Ar], [0]];
|
|
3835
|
+
export var BedrockCustomModelMetadata = [3, n0, _BCMM, 0, [_Ar], [0]];
|
|
3836
|
+
export var BedrockModelImportMetadata = [3, n0, _BMIM, 0, [_Ar], [0]];
|
|
3837
|
+
export var BedrockProvisionedModelThroughputMetadata = [3, n0, _BPMTM, 0, [_Ar], [0]];
|
|
3791
3838
|
export var BestObjectiveNotImproving = [3, n0, _BONI, 0, [_MNOTJNI], [1]];
|
|
3792
3839
|
export var Bias = [
|
|
3793
3840
|
3,
|
|
@@ -4255,16 +4302,7 @@ export var ComputeQuotaSummary = [
|
|
|
4255
4302
|
];
|
|
4256
4303
|
export var ComputeQuotaTarget = [3, n0, _CQT, 0, [_TNea, _FSW], [0, 1]];
|
|
4257
4304
|
export var ConditionStepMetadata = [3, n0, _CSMo, 0, [_O], [0]];
|
|
4258
|
-
export var ConflictException = [
|
|
4259
|
-
-3,
|
|
4260
|
-
n0,
|
|
4261
|
-
_CEo,
|
|
4262
|
-
{
|
|
4263
|
-
[_e]: _c,
|
|
4264
|
-
},
|
|
4265
|
-
[_Me],
|
|
4266
|
-
[0],
|
|
4267
|
-
];
|
|
4305
|
+
export var ConflictException = [-3, n0, _CEo, { [_e]: _c }, [_Me], [0]];
|
|
4268
4306
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
4269
4307
|
export var ContainerConfig = [3, n0, _CCon, 0, [_CA, _CE, _CEV], [64 | 0, 64 | 0, 128 | 0]];
|
|
4270
4308
|
export var ContainerDefinition = [
|
|
@@ -4856,6 +4894,7 @@ export var CreateModelPackageInput = [
|
|
|
4856
4894
|
_MPN,
|
|
4857
4895
|
_MPGN,
|
|
4858
4896
|
_MPD,
|
|
4897
|
+
_MPRT,
|
|
4859
4898
|
_ISn,
|
|
4860
4899
|
_VSa,
|
|
4861
4900
|
_SAS,
|
|
@@ -4881,6 +4920,7 @@ export var CreateModelPackageInput = [
|
|
|
4881
4920
|
0,
|
|
4882
4921
|
0,
|
|
4883
4922
|
0,
|
|
4923
|
+
0,
|
|
4884
4924
|
() => InferenceSpecification,
|
|
4885
4925
|
() => ModelPackageValidationSpecification,
|
|
4886
4926
|
() => SourceAlgorithmSpecification,
|
|
@@ -5126,6 +5166,9 @@ export var CreateTrainingJobRequest = [
|
|
|
5126
5166
|
_RDC,
|
|
5127
5167
|
_ICC,
|
|
5128
5168
|
_SCC,
|
|
5169
|
+
_SJC,
|
|
5170
|
+
_MCl,
|
|
5171
|
+
_MPC,
|
|
5129
5172
|
],
|
|
5130
5173
|
[
|
|
5131
5174
|
0,
|
|
@@ -5153,6 +5196,9 @@ export var CreateTrainingJobRequest = [
|
|
|
5153
5196
|
() => RemoteDebugConfig,
|
|
5154
5197
|
() => InfraCheckConfig,
|
|
5155
5198
|
() => SessionChainingConfig,
|
|
5199
|
+
() => ServerlessJobConfig,
|
|
5200
|
+
() => MlflowConfig,
|
|
5201
|
+
() => ModelPackageConfig,
|
|
5156
5202
|
],
|
|
5157
5203
|
];
|
|
5158
5204
|
export var CreateTrainingJobResponse = [3, n0, _CTJRr, 0, [_TJA], [0]];
|
|
@@ -5306,13 +5352,14 @@ export var DatasetDefinition = [
|
|
|
5306
5352
|
[_ADD, _RDD, _LP, _DDT, _IM],
|
|
5307
5353
|
[() => AthenaDatasetDefinition, () => RedshiftDatasetDefinition, 0, 0, 0],
|
|
5308
5354
|
];
|
|
5355
|
+
export var DatasetSource = [3, n0, _DSa, 0, [_DAa], [0]];
|
|
5309
5356
|
export var DataSource = [
|
|
5310
5357
|
3,
|
|
5311
5358
|
n0,
|
|
5312
5359
|
_DS,
|
|
5313
5360
|
0,
|
|
5314
|
-
[_SDS, _FSDS],
|
|
5315
|
-
[() => S3DataSource, () => FileSystemDataSource],
|
|
5361
|
+
[_SDS, _FSDS, _DSa],
|
|
5362
|
+
[() => S3DataSource, () => FileSystemDataSource, () => DatasetSource],
|
|
5316
5363
|
];
|
|
5317
5364
|
export var DebugHookConfig = [
|
|
5318
5365
|
3,
|
|
@@ -6346,6 +6393,7 @@ export var DescribeModelPackageOutput = [
|
|
|
6346
6393
|
_MPN,
|
|
6347
6394
|
_MPGN,
|
|
6348
6395
|
_MPV,
|
|
6396
|
+
_MPRT,
|
|
6349
6397
|
_MPA,
|
|
6350
6398
|
_MPD,
|
|
6351
6399
|
_CT,
|
|
@@ -6380,6 +6428,7 @@ export var DescribeModelPackageOutput = [
|
|
|
6380
6428
|
1,
|
|
6381
6429
|
0,
|
|
6382
6430
|
0,
|
|
6431
|
+
0,
|
|
6383
6432
|
4,
|
|
6384
6433
|
() => InferenceSpecification,
|
|
6385
6434
|
() => SourceAlgorithmSpecification,
|
|
@@ -6575,7 +6624,7 @@ export var DescribePipelineExecutionResponse = [
|
|
|
6575
6624
|
n0,
|
|
6576
6625
|
_DPERe,
|
|
6577
6626
|
0,
|
|
6578
|
-
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI],
|
|
6627
|
+
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI, _MLCf],
|
|
6579
6628
|
[
|
|
6580
6629
|
0,
|
|
6581
6630
|
0,
|
|
@@ -6591,6 +6640,7 @@ export var DescribePipelineExecutionResponse = [
|
|
|
6591
6640
|
() => ParallelismConfiguration,
|
|
6592
6641
|
() => SelectiveExecutionConfig,
|
|
6593
6642
|
1,
|
|
6643
|
+
() => MLflowConfiguration,
|
|
6594
6644
|
],
|
|
6595
6645
|
];
|
|
6596
6646
|
export var DescribePipelineRequest = [3, n0, _DPRes, 0, [_PNi, _PVI], [0, 1]];
|
|
@@ -6750,6 +6800,7 @@ export var DescribeTrainingJobResponse = [
|
|
|
6750
6800
|
_CCh,
|
|
6751
6801
|
_TTIS,
|
|
6752
6802
|
_BTIS,
|
|
6803
|
+
_BTC,
|
|
6753
6804
|
_DHC,
|
|
6754
6805
|
_ECxp,
|
|
6755
6806
|
_DRC,
|
|
@@ -6763,6 +6814,12 @@ export var DescribeTrainingJobResponse = [
|
|
|
6763
6814
|
_RSe,
|
|
6764
6815
|
_RDC,
|
|
6765
6816
|
_ICC,
|
|
6817
|
+
_SJC,
|
|
6818
|
+
_MCl,
|
|
6819
|
+
_MPC,
|
|
6820
|
+
_MDl,
|
|
6821
|
+
_PIrog,
|
|
6822
|
+
_OMPA,
|
|
6766
6823
|
],
|
|
6767
6824
|
[
|
|
6768
6825
|
0,
|
|
@@ -6795,6 +6852,7 @@ export var DescribeTrainingJobResponse = [
|
|
|
6795
6852
|
() => CheckpointConfig,
|
|
6796
6853
|
1,
|
|
6797
6854
|
1,
|
|
6855
|
+
1,
|
|
6798
6856
|
() => DebugHookConfig,
|
|
6799
6857
|
() => ExperimentConfig,
|
|
6800
6858
|
() => DebugRuleConfigurations,
|
|
@@ -6808,6 +6866,12 @@ export var DescribeTrainingJobResponse = [
|
|
|
6808
6866
|
() => RetryStrategy,
|
|
6809
6867
|
() => RemoteDebugConfig,
|
|
6810
6868
|
() => InfraCheckConfig,
|
|
6869
|
+
() => ServerlessJobConfig,
|
|
6870
|
+
() => MlflowConfig,
|
|
6871
|
+
() => ModelPackageConfig,
|
|
6872
|
+
() => MlflowDetails,
|
|
6873
|
+
() => TrainingProgressInfo,
|
|
6874
|
+
0,
|
|
6811
6875
|
],
|
|
6812
6876
|
];
|
|
6813
6877
|
export var DescribeTrainingPlanRequest = [3, n0, _DTPR, 0, [_TPN], [0]];
|
|
@@ -7634,6 +7698,7 @@ export var InferenceComponentDeploymentConfig = [
|
|
|
7634
7698
|
[_RUP, _ARCu],
|
|
7635
7699
|
[() => InferenceComponentRollingUpdatePolicy, () => AutoRollbackConfig],
|
|
7636
7700
|
];
|
|
7701
|
+
export var InferenceComponentMetadata = [3, n0, _ICM, 0, [_Ar], [0]];
|
|
7637
7702
|
export var InferenceComponentRollingUpdatePolicy = [
|
|
7638
7703
|
3,
|
|
7639
7704
|
n0,
|
|
@@ -7855,7 +7920,7 @@ export var LabelingJobInputConfig = [
|
|
|
7855
7920
|
n0,
|
|
7856
7921
|
_LJIC,
|
|
7857
7922
|
0,
|
|
7858
|
-
[_DS,
|
|
7923
|
+
[_DS, _DAat],
|
|
7859
7924
|
[() => LabelingJobDataSource, () => LabelingJobDataAttributes],
|
|
7860
7925
|
];
|
|
7861
7926
|
export var LabelingJobOutput = [3, n0, _LJO, 0, [_ODSU, _FALMA], [0, 0]];
|
|
@@ -7882,6 +7947,14 @@ export var LineageGroupSummary = [
|
|
|
7882
7947
|
[_LGA, _LGN, _DNi, _CT, _LMT],
|
|
7883
7948
|
[0, 0, 0, 4, 4],
|
|
7884
7949
|
];
|
|
7950
|
+
export var LineageMetadata = [
|
|
7951
|
+
3,
|
|
7952
|
+
n0,
|
|
7953
|
+
_LMi,
|
|
7954
|
+
0,
|
|
7955
|
+
[_AAc, _AArt, _CAon, _As],
|
|
7956
|
+
[128 | 0, 128 | 0, 128 | 0, () => AssociationInfoList],
|
|
7957
|
+
];
|
|
7885
7958
|
export var ListActionsRequest = [
|
|
7886
7959
|
3,
|
|
7887
7960
|
n0,
|
|
@@ -9089,6 +9162,9 @@ export var MlflowAppSummary = [
|
|
|
9089
9162
|
[_Ar, _N, _St, _CT, _LMT, _MVl],
|
|
9090
9163
|
[0, 0, 0, 4, 4, 0],
|
|
9091
9164
|
];
|
|
9165
|
+
export var MlflowConfig = [3, n0, _MCl, 0, [_MRA, _MEN, _MRN], [0, 0, 0]];
|
|
9166
|
+
export var MLflowConfiguration = [3, n0, _MLCfl, 0, [_MRA, _MEN], [0, 0]];
|
|
9167
|
+
export var MlflowDetails = [3, n0, _MDl, 0, [_MEI, _MRI], [0, 0]];
|
|
9092
9168
|
export var Model = [
|
|
9093
9169
|
3,
|
|
9094
9170
|
n0,
|
|
@@ -9314,6 +9390,7 @@ export var ModelPackage = [
|
|
|
9314
9390
|
_MPN,
|
|
9315
9391
|
_MPGN,
|
|
9316
9392
|
_MPV,
|
|
9393
|
+
_MPRT,
|
|
9317
9394
|
_MPA,
|
|
9318
9395
|
_MPD,
|
|
9319
9396
|
_CT,
|
|
@@ -9349,6 +9426,7 @@ export var ModelPackage = [
|
|
|
9349
9426
|
1,
|
|
9350
9427
|
0,
|
|
9351
9428
|
0,
|
|
9429
|
+
0,
|
|
9352
9430
|
4,
|
|
9353
9431
|
() => InferenceSpecification,
|
|
9354
9432
|
() => SourceAlgorithmSpecification,
|
|
@@ -9377,13 +9455,30 @@ export var ModelPackage = [
|
|
|
9377
9455
|
0,
|
|
9378
9456
|
],
|
|
9379
9457
|
];
|
|
9458
|
+
export var ModelPackageConfig = [3, n0, _MPC, 0, [_MPGA, _SMPA], [0, 0]];
|
|
9380
9459
|
export var ModelPackageContainerDefinition = [
|
|
9381
9460
|
3,
|
|
9382
9461
|
n0,
|
|
9383
9462
|
_MPCD,
|
|
9384
9463
|
0,
|
|
9385
|
-
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET],
|
|
9386
|
-
[
|
|
9464
|
+
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET, _ICs, _BM],
|
|
9465
|
+
[
|
|
9466
|
+
0,
|
|
9467
|
+
0,
|
|
9468
|
+
0,
|
|
9469
|
+
0,
|
|
9470
|
+
() => ModelDataSource,
|
|
9471
|
+
0,
|
|
9472
|
+
128 | 0,
|
|
9473
|
+
() => ModelInput,
|
|
9474
|
+
0,
|
|
9475
|
+
0,
|
|
9476
|
+
0,
|
|
9477
|
+
() => AdditionalS3DataSource,
|
|
9478
|
+
0,
|
|
9479
|
+
2,
|
|
9480
|
+
() => BaseModel,
|
|
9481
|
+
],
|
|
9387
9482
|
];
|
|
9388
9483
|
export var ModelPackageGroup = [
|
|
9389
9484
|
3,
|
|
@@ -9424,8 +9519,8 @@ export var ModelPackageSummary = [
|
|
|
9424
9519
|
n0,
|
|
9425
9520
|
_MPSod,
|
|
9426
9521
|
0,
|
|
9427
|
-
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC],
|
|
9428
|
-
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle],
|
|
9522
|
+
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC, _MPRT],
|
|
9523
|
+
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle, 0],
|
|
9429
9524
|
];
|
|
9430
9525
|
export var ModelPackageValidationProfile = [
|
|
9431
9526
|
3,
|
|
@@ -9878,7 +9973,30 @@ export var PipelineExecutionStepMetadata = [
|
|
|
9878
9973
|
n0,
|
|
9879
9974
|
_PESM,
|
|
9880
9975
|
0,
|
|
9881
|
-
[
|
|
9976
|
+
[
|
|
9977
|
+
_TJ,
|
|
9978
|
+
_PJ,
|
|
9979
|
+
_TJr,
|
|
9980
|
+
_TJu,
|
|
9981
|
+
_Mod,
|
|
9982
|
+
_RMe,
|
|
9983
|
+
_Cond,
|
|
9984
|
+
_Cal,
|
|
9985
|
+
_Lam,
|
|
9986
|
+
_EMR,
|
|
9987
|
+
_QC,
|
|
9988
|
+
_CCla,
|
|
9989
|
+
_Fa,
|
|
9990
|
+
_AMLJ,
|
|
9991
|
+
_En,
|
|
9992
|
+
_ECndpo,
|
|
9993
|
+
_BCM,
|
|
9994
|
+
_BCMD,
|
|
9995
|
+
_BPMT,
|
|
9996
|
+
_BMI,
|
|
9997
|
+
_ICnfe,
|
|
9998
|
+
_Lin,
|
|
9999
|
+
],
|
|
9882
10000
|
[
|
|
9883
10001
|
() => TrainingJobStepMetadata,
|
|
9884
10002
|
() => ProcessingJobStepMetadata,
|
|
@@ -9896,6 +10014,12 @@ export var PipelineExecutionStepMetadata = [
|
|
|
9896
10014
|
() => AutoMLJobStepMetadata,
|
|
9897
10015
|
() => EndpointStepMetadata,
|
|
9898
10016
|
() => EndpointConfigStepMetadata,
|
|
10017
|
+
() => BedrockCustomModelMetadata,
|
|
10018
|
+
() => BedrockCustomModelDeploymentMetadata,
|
|
10019
|
+
() => BedrockProvisionedModelThroughputMetadata,
|
|
10020
|
+
() => BedrockModelImportMetadata,
|
|
10021
|
+
() => InferenceComponentMetadata,
|
|
10022
|
+
() => LineageMetadata,
|
|
9899
10023
|
],
|
|
9900
10024
|
];
|
|
9901
10025
|
export var PipelineExecutionSummary = [
|
|
@@ -10053,13 +10177,20 @@ export var ProductionVariant = [
|
|
|
10053
10177
|
() => ProductionVariantCapacityReservationConfig,
|
|
10054
10178
|
],
|
|
10055
10179
|
];
|
|
10056
|
-
export var ProductionVariantCapacityReservationConfig = [
|
|
10180
|
+
export var ProductionVariantCapacityReservationConfig = [
|
|
10181
|
+
3,
|
|
10182
|
+
n0,
|
|
10183
|
+
_PVCRC,
|
|
10184
|
+
0,
|
|
10185
|
+
[_CRP, _MRAl],
|
|
10186
|
+
[0, 0],
|
|
10187
|
+
];
|
|
10057
10188
|
export var ProductionVariantCapacityReservationSummary = [
|
|
10058
10189
|
3,
|
|
10059
10190
|
n0,
|
|
10060
10191
|
_PVCRS,
|
|
10061
10192
|
0,
|
|
10062
|
-
[
|
|
10193
|
+
[_MRAl, _CRP, _TICo, _AICv, _UBCE, _ECRc],
|
|
10063
10194
|
[0, 0, 1, 1, 1, () => Ec2CapacityReservationsList],
|
|
10064
10195
|
];
|
|
10065
10196
|
export var ProductionVariantCoreDumpConfig = [3, n0, _PVCDC, 0, [_DSU, _KKI], [0, 0]];
|
|
@@ -10348,39 +10479,12 @@ export var ResourceConfig = [
|
|
|
10348
10479
|
[0, 1, 1, 0, 1, () => InstanceGroups, 0, () => InstancePlacementConfig],
|
|
10349
10480
|
];
|
|
10350
10481
|
export var ResourceConfigForUpdate = [3, n0, _RCFU, 0, [_KAPIS], [1]];
|
|
10351
|
-
export var ResourceInUse = [
|
|
10352
|
-
-3,
|
|
10353
|
-
n0,
|
|
10354
|
-
_RIU,
|
|
10355
|
-
{
|
|
10356
|
-
[_e]: _c,
|
|
10357
|
-
},
|
|
10358
|
-
[_Me],
|
|
10359
|
-
[0],
|
|
10360
|
-
];
|
|
10482
|
+
export var ResourceInUse = [-3, n0, _RIU, { [_e]: _c }, [_Me], [0]];
|
|
10361
10483
|
TypeRegistry.for(n0).registerError(ResourceInUse, __ResourceInUse);
|
|
10362
|
-
export var ResourceLimitExceeded = [
|
|
10363
|
-
-3,
|
|
10364
|
-
n0,
|
|
10365
|
-
_RLE,
|
|
10366
|
-
{
|
|
10367
|
-
[_e]: _c,
|
|
10368
|
-
},
|
|
10369
|
-
[_Me],
|
|
10370
|
-
[0],
|
|
10371
|
-
];
|
|
10484
|
+
export var ResourceLimitExceeded = [-3, n0, _RLE, { [_e]: _c }, [_Me], [0]];
|
|
10372
10485
|
TypeRegistry.for(n0).registerError(ResourceLimitExceeded, __ResourceLimitExceeded);
|
|
10373
10486
|
export var ResourceLimits = [3, n0, _RL, 0, [_MNOTJ, _MPTJ, _MRIS], [1, 1, 1]];
|
|
10374
|
-
export var ResourceNotFound = [
|
|
10375
|
-
-3,
|
|
10376
|
-
n0,
|
|
10377
|
-
_RNF,
|
|
10378
|
-
{
|
|
10379
|
-
[_e]: _c,
|
|
10380
|
-
},
|
|
10381
|
-
[_Me],
|
|
10382
|
-
[0],
|
|
10383
|
-
];
|
|
10487
|
+
export var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_Me], [0]];
|
|
10384
10488
|
TypeRegistry.for(n0).registerError(ResourceNotFound, __ResourceNotFound);
|
|
10385
10489
|
export var ResourceSharingConfig = [3, n0, _RSC, 0, [_Str, _BL], [0, 1]];
|
|
10386
10490
|
export var ResourceSpec = [
|
|
@@ -10570,6 +10674,14 @@ export var SendPipelineExecutionStepSuccessRequest = [
|
|
|
10570
10674
|
[0, () => OutputParameterList, [0, 4]],
|
|
10571
10675
|
];
|
|
10572
10676
|
export var SendPipelineExecutionStepSuccessResponse = [3, n0, _SPESSRe, 0, [_PEA], [0]];
|
|
10677
|
+
export var ServerlessJobConfig = [
|
|
10678
|
+
3,
|
|
10679
|
+
n0,
|
|
10680
|
+
_SJC,
|
|
10681
|
+
0,
|
|
10682
|
+
[_BMA, _AEc, _JT, _CTus, _Pef, _ETva, _EAv],
|
|
10683
|
+
[0, 2, 0, 0, 0, 0, 0],
|
|
10684
|
+
];
|
|
10573
10685
|
export var ServiceCatalogProvisionedProductDetails = [3, n0, _SCPPD, 0, [_PPIro, _PPSM], [0, 0]];
|
|
10574
10686
|
export var ServiceCatalogProvisioningDetails = [
|
|
10575
10687
|
3,
|
|
@@ -10677,8 +10789,8 @@ export var StartPipelineExecutionRequest = [
|
|
|
10677
10789
|
n0,
|
|
10678
10790
|
_SPER,
|
|
10679
10791
|
0,
|
|
10680
|
-
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI],
|
|
10681
|
-
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1],
|
|
10792
|
+
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI, _MEN],
|
|
10793
|
+
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1, 0],
|
|
10682
10794
|
];
|
|
10683
10795
|
export var StartPipelineExecutionResponse = [3, n0, _SPERt, 0, [_PEA], [0]];
|
|
10684
10796
|
export var StartSessionRequest = [3, n0, _SSR, 0, [_RIes], [0]];
|
|
@@ -10885,6 +10997,8 @@ export var TrainingJob = [
|
|
|
10885
10997
|
_DRC,
|
|
10886
10998
|
_TBOC,
|
|
10887
10999
|
_DRESe,
|
|
11000
|
+
_OMPA,
|
|
11001
|
+
_MPC,
|
|
10888
11002
|
_PCr,
|
|
10889
11003
|
_E,
|
|
10890
11004
|
_RSe,
|
|
@@ -10925,6 +11039,8 @@ export var TrainingJob = [
|
|
|
10925
11039
|
() => DebugRuleConfigurations,
|
|
10926
11040
|
() => TensorBoardOutputConfig,
|
|
10927
11041
|
() => DebugRuleEvaluationStatuses,
|
|
11042
|
+
0,
|
|
11043
|
+
() => ModelPackageConfig,
|
|
10928
11044
|
() => ProfilerConfig,
|
|
10929
11045
|
128 | 0,
|
|
10930
11046
|
() => RetryStrategy,
|
|
@@ -10973,6 +11089,7 @@ export var TrainingPlanSummary = [
|
|
|
10973
11089
|
[_TPA, _TPN, _St, _SM, _DH, _DM, _STt, _ETn, _UF, _CCur, _TICo, _AICv, _IUIC, _TUSC, _TRa, _RCS],
|
|
10974
11090
|
[0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 1, 1, 1, 1, 64 | 0, () => ReservedCapacitySummaries],
|
|
10975
11091
|
];
|
|
11092
|
+
export var TrainingProgressInfo = [3, n0, _TPI, 0, [_TSCPE, _CSu, _CEur, _MEa], [1, 1, 1, 1]];
|
|
10976
11093
|
export var TrainingRepositoryAuthConfig = [3, n0, _TRAC, 0, [_TRCPA], [0]];
|
|
10977
11094
|
export var TrainingSpecification = [
|
|
10978
11095
|
3,
|
|
@@ -11487,11 +11604,12 @@ export var UpdateModelPackageInput = [
|
|
|
11487
11604
|
n0,
|
|
11488
11605
|
_UMPI,
|
|
11489
11606
|
0,
|
|
11490
|
-
[_MPA, _MAS, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11607
|
+
[_MPA, _MAS, _MPRT, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11491
11608
|
[
|
|
11492
11609
|
0,
|
|
11493
11610
|
0,
|
|
11494
11611
|
0,
|
|
11612
|
+
0,
|
|
11495
11613
|
128 | 0,
|
|
11496
11614
|
64 | 0,
|
|
11497
11615
|
() => AdditionalInferenceSpecifications,
|
|
@@ -11797,6 +11915,7 @@ export var AppList = [1, n0, _ALp, 0, () => AppDetails];
|
|
|
11797
11915
|
export var ArtifactSourceTypes = [1, n0, _ASTr, 0, () => ArtifactSourceType];
|
|
11798
11916
|
export var ArtifactSummaries = [1, n0, _ASrti, 0, () => ArtifactSummary];
|
|
11799
11917
|
export var AssignedGroupPatternsList = 64 | 0;
|
|
11918
|
+
export var AssociationInfoList = [1, n0, _AIL, 0, () => AssociationInfo];
|
|
11800
11919
|
export var AssociationSummaries = [1, n0, _ASss, 0, () => AssociationSummary];
|
|
11801
11920
|
export var AssumableRoleArns = 64 | 0;
|
|
11802
11921
|
export var AsyncNotificationTopicTypeList = 64 | 0;
|
|
@@ -12257,6 +12376,7 @@ export var HookParameters = 128 | 0;
|
|
|
12257
12376
|
export var HyperParameters = 128 | 0;
|
|
12258
12377
|
export var HyperParameterTrainingJobEnvironmentMap = 128 | 0;
|
|
12259
12378
|
export var LineageEntityParameters = 128 | 0;
|
|
12379
|
+
export var MapString2048 = 128 | 0;
|
|
12260
12380
|
export var ModelPackageSummaries = [2, n0, _MPS, 0, 0, () => BatchDescribeModelPackageSummary];
|
|
12261
12381
|
export var ModelVariantActionMap = 128 | 0;
|
|
12262
12382
|
export var MonitoringEnvironmentMap = 128 | 0;
|
|
@@ -14257,7 +14377,7 @@ export var ListModelQualityJobDefinitions = [
|
|
|
14257
14377
|
() => ListModelQualityJobDefinitionsRequest,
|
|
14258
14378
|
() => ListModelQualityJobDefinitionsResponse,
|
|
14259
14379
|
];
|
|
14260
|
-
export var ListModels = [9, n0,
|
|
14380
|
+
export var ListModels = [9, n0, _LMis, 0, () => ListModelsInput, () => ListModelsOutput];
|
|
14261
14381
|
export var ListMonitoringAlertHistory = [
|
|
14262
14382
|
9,
|
|
14263
14383
|
n0,
|