@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
package/dist-cjs/index.js
CHANGED
|
@@ -179,10 +179,12 @@ const _A = "Alarm";
|
|
|
179
179
|
const _AA = "ActionArn";
|
|
180
180
|
const _AAR = "AddAssociationRequest";
|
|
181
181
|
const _AARd = "AddAssociationResponse";
|
|
182
|
+
const _AAc = "ActionArns";
|
|
182
183
|
const _AAd = "AddAssociation";
|
|
183
184
|
const _AAl = "AlgorithmArn";
|
|
184
185
|
const _AAp = "AppArn";
|
|
185
186
|
const _AAr = "ArtifactArn";
|
|
187
|
+
const _AArt = "ArtifactArns";
|
|
186
188
|
const _ABRA = "AmazonBedrockRoleArn";
|
|
187
189
|
const _AC = "AgentCount";
|
|
188
190
|
const _ACC = "AnnotationConsolidationConfig";
|
|
@@ -212,6 +214,7 @@ const _AEu = "AuthorizationEndpoint";
|
|
|
212
214
|
const _AFRA = "AmazonForecastRoleArn";
|
|
213
215
|
const _AGEN = "AutoGenerateEndpointName";
|
|
214
216
|
const _AGP = "AssignedGroupPatterns";
|
|
217
|
+
const _AI = "AssociationInfo";
|
|
215
218
|
const _AIC = "AsyncInferenceConfig";
|
|
216
219
|
const _AICA = "AppImageConfigArn";
|
|
217
220
|
const _AICC = "AsyncInferenceClientConfig";
|
|
@@ -220,6 +223,7 @@ const _AICL = "AppImageConfigList";
|
|
|
220
223
|
const _AICN = "AppImageConfigName";
|
|
221
224
|
const _AICp = "AppImageConfigs";
|
|
222
225
|
const _AICv = "AvailableInstanceCount";
|
|
226
|
+
const _AIL = "AssociationInfoList";
|
|
223
227
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
224
228
|
const _AIOC = "AsyncInferenceOutputConfig";
|
|
225
229
|
const _AIS = "AdditionalInferenceSpecifications";
|
|
@@ -366,6 +370,7 @@ const _Ar = "Arn";
|
|
|
366
370
|
const _Arc = "Arch";
|
|
367
371
|
const _Arg = "Arguments";
|
|
368
372
|
const _Art = "Artifact";
|
|
373
|
+
const _As = "Associations";
|
|
369
374
|
const _Au = "Autotune";
|
|
370
375
|
const _Av = "Avg";
|
|
371
376
|
const _B = "Bias";
|
|
@@ -375,6 +380,10 @@ const _BACNEL = "BatchAddClusterNodesErrorList";
|
|
|
375
380
|
const _BACNR = "BatchAddClusterNodesRequest";
|
|
376
381
|
const _BACNRa = "BatchAddClusterNodesResponse";
|
|
377
382
|
const _BC = "BestCandidate";
|
|
383
|
+
const _BCM = "BedrockCustomModel";
|
|
384
|
+
const _BCMD = "BedrockCustomModelDeployment";
|
|
385
|
+
const _BCMDM = "BedrockCustomModelDeploymentMetadata";
|
|
386
|
+
const _BCMM = "BedrockCustomModelMetadata";
|
|
378
387
|
const _BCa = "BaselineConfig";
|
|
379
388
|
const _BDCC = "BatchDataCaptureConfig";
|
|
380
389
|
const _BDCN = "BatchDeleteClusterNodes";
|
|
@@ -396,8 +405,14 @@ const _BICN = "BaseInferenceComponentName";
|
|
|
396
405
|
const _BILCA = "BuiltInLifecycleConfigArn";
|
|
397
406
|
const _BJN = "BaseliningJobName";
|
|
398
407
|
const _BL = "BorrowLimit";
|
|
408
|
+
const _BM = "BaseModel";
|
|
409
|
+
const _BMA = "BaseModelArn";
|
|
410
|
+
const _BMI = "BedrockModelImport";
|
|
411
|
+
const _BMIM = "BedrockModelImportMetadata";
|
|
399
412
|
const _BMN = "BaseModelName";
|
|
400
413
|
const _BONI = "BestObjectiveNotImproving";
|
|
414
|
+
const _BPMT = "BedrockProvisionedModelThroughput";
|
|
415
|
+
const _BPMTM = "BedrockProvisionedModelThroughputMetadata";
|
|
401
416
|
const _BR = "BacktestResults";
|
|
402
417
|
const _BRCN = "BatchRebootClusterNodes";
|
|
403
418
|
const _BRCNE = "BatchRebootClusterNodesError";
|
|
@@ -415,6 +430,7 @@ const _BRCNRatc = "BatchReplaceClusterNodesResponse";
|
|
|
415
430
|
const _BRCNa = "BatchReplaceClusterNodes";
|
|
416
431
|
const _BRl = "BlockedReason";
|
|
417
432
|
const _BS = "BatchStrategy";
|
|
433
|
+
const _BTC = "BillableTokenCount";
|
|
418
434
|
const _BTI = "BatchTransformInput";
|
|
419
435
|
const _BTIS = "BillableTimeInSeconds";
|
|
420
436
|
const _BTJ = "BestTrainingJob";
|
|
@@ -450,6 +466,7 @@ const _CASC = "ClusterAutoScalingConfig";
|
|
|
450
466
|
const _CASCO = "ClusterAutoScalingConfigOutput";
|
|
451
467
|
const _CAl = "ClusterArn";
|
|
452
468
|
const _CAo = "ContextArn";
|
|
469
|
+
const _CAon = "ContextArns";
|
|
453
470
|
const _CAr = "CreatedAt";
|
|
454
471
|
const _CAre = "CreatedAfter";
|
|
455
472
|
const _CArea = "CreateAction";
|
|
@@ -545,6 +562,7 @@ const _CEo = "ConflictException";
|
|
|
545
562
|
const _CEr = "CreateEndpoint";
|
|
546
563
|
const _CEre = "CreateExperiment";
|
|
547
564
|
const _CEu = "CustomerEni";
|
|
565
|
+
const _CEur = "CurrentEpoch";
|
|
548
566
|
const _CF = "ConfigFile";
|
|
549
567
|
const _CFD = "CreateFlowDefinition";
|
|
550
568
|
const _CFDR = "CreateFlowDefinitionRequest";
|
|
@@ -809,6 +827,7 @@ const _CSon = "ContextSummary";
|
|
|
809
827
|
const _CSont = "ContextSummaries";
|
|
810
828
|
const _CSonte = "ContentSha256";
|
|
811
829
|
const _CSr = "CreateSpace";
|
|
830
|
+
const _CSu = "CurrentStep";
|
|
812
831
|
const _CT = "CreationTime";
|
|
813
832
|
const _CTA = "CreationTimeAfter";
|
|
814
833
|
const _CTB = "CreationTimeBefore";
|
|
@@ -849,6 +868,7 @@ const _CTont = "ContentTemplate";
|
|
|
849
868
|
const _CTonte = "ContextType";
|
|
850
869
|
const _CTr = "CreateTrial";
|
|
851
870
|
const _CTu = "CurrentTaints";
|
|
871
|
+
const _CTus = "CustomizationTechnique";
|
|
852
872
|
const _CU = "ConfigUri";
|
|
853
873
|
const _CUP = "CreateUserProfile";
|
|
854
874
|
const _CUPR = "CreateUserProfileRequest";
|
|
@@ -913,7 +933,8 @@ const _DARescrib = "DescribeArtifactRequest";
|
|
|
913
933
|
const _DARescribe = "DescribeArtifactResponse";
|
|
914
934
|
const _DAST = "DataAnalysisStartTime";
|
|
915
935
|
const _DAT = "DisassociateAcceleratorTypes";
|
|
916
|
-
const _DAa = "
|
|
936
|
+
const _DAa = "DatasetArn";
|
|
937
|
+
const _DAat = "DataAttributes";
|
|
917
938
|
const _DAe = "DeviceArn";
|
|
918
939
|
const _DAel = "DeleteAction";
|
|
919
940
|
const _DAele = "DeleteAlgorithm";
|
|
@@ -1298,6 +1319,7 @@ const _DSV = "DocumentSchemaVersion";
|
|
|
1298
1319
|
const _DSW = "DescribeSubscribedWorkteam";
|
|
1299
1320
|
const _DSWR = "DescribeSubscribedWorkteamRequest";
|
|
1300
1321
|
const _DSWRe = "DescribeSubscribedWorkteamResponse";
|
|
1322
|
+
const _DSa = "DatasetSource";
|
|
1301
1323
|
const _DSe = "DeploymentStage";
|
|
1302
1324
|
const _DSel = "DeleteSpace";
|
|
1303
1325
|
const _DSep = "DeploymentStatus";
|
|
@@ -1378,6 +1400,7 @@ const _Dom = "Domains";
|
|
|
1378
1400
|
const _E = "Environment";
|
|
1379
1401
|
const _EA = "EndpointArn";
|
|
1380
1402
|
const _EAMVU = "EnableAutoMinorVersionUpgrade";
|
|
1403
|
+
const _EAv = "EvaluatorArn";
|
|
1381
1404
|
const _EAx = "ExperimentArn";
|
|
1382
1405
|
const _EAxp = "ExportArtifacts";
|
|
1383
1406
|
const _EC = "ErrorCode";
|
|
@@ -1509,6 +1532,7 @@ const _ETO = "EndTimeOffset";
|
|
|
1509
1532
|
const _ETn = "EndTime";
|
|
1510
1533
|
const _ETr = "ErrorTopic";
|
|
1511
1534
|
const _ETv = "EventTime";
|
|
1535
|
+
const _ETva = "EvaluationType";
|
|
1512
1536
|
const _EVC = "EbsVolumeConfig";
|
|
1513
1537
|
const _EVSIG = "EbsVolumeSizeInGb";
|
|
1514
1538
|
const _Ed = "Edge";
|
|
@@ -1722,6 +1746,7 @@ const _ICDC = "InferenceComponentDeploymentConfig";
|
|
|
1722
1746
|
const _ICDCC = "InferenceComponentDataCacheConfig";
|
|
1723
1747
|
const _ICDCCS = "InferenceComponentDataCacheConfigSummary";
|
|
1724
1748
|
const _ICJC = "ImageClassificationJobConfig";
|
|
1749
|
+
const _ICM = "InferenceComponentMetadata";
|
|
1725
1750
|
const _ICN = "InferenceComponentName";
|
|
1726
1751
|
const _ICRC = "InferenceComponentRuntimeConfig";
|
|
1727
1752
|
const _ICRCS = "InferenceComponentRuntimeConfigSummary";
|
|
@@ -1735,10 +1760,12 @@ const _ICSnf = "InferenceComponentSummary";
|
|
|
1735
1760
|
const _ICm = "ImageConfig";
|
|
1736
1761
|
const _ICn = "InferenceConfig";
|
|
1737
1762
|
const _ICnf = "InferenceComponents";
|
|
1763
|
+
const _ICnfe = "InferenceComponent";
|
|
1738
1764
|
const _ICnfr = "InfrastructureConfig";
|
|
1739
1765
|
const _ICnp = "InputConfig";
|
|
1740
1766
|
const _ICns = "InstanceCount";
|
|
1741
1767
|
const _ICnst = "InstanceConfigs";
|
|
1768
|
+
const _ICs = "IsCheckpoint";
|
|
1742
1769
|
const _ID = "ImageDigest";
|
|
1743
1770
|
const _IDC = "InputDataConfig";
|
|
1744
1771
|
const _IE = "InferenceExperiments";
|
|
@@ -2085,7 +2112,8 @@ const _LMTB = "LastModifiedTimeBefore";
|
|
|
2085
2112
|
const _LMTS = "ListMlflowTrackingServers";
|
|
2086
2113
|
const _LMTSR = "ListMlflowTrackingServersRequest";
|
|
2087
2114
|
const _LMTSRi = "ListMlflowTrackingServersResponse";
|
|
2088
|
-
const _LMi = "
|
|
2115
|
+
const _LMi = "LineageMetadata";
|
|
2116
|
+
const _LMis = "ListModels";
|
|
2089
2117
|
const _LNI = "ListNotebookInstances";
|
|
2090
2118
|
const _LNII = "ListNotebookInstancesInput";
|
|
2091
2119
|
const _LNILC = "ListNotebookInstanceLifecycleConfigs";
|
|
@@ -2184,6 +2212,7 @@ const _La = "Labels";
|
|
|
2184
2212
|
const _Lam = "Lambda";
|
|
2185
2213
|
const _Las = "Last";
|
|
2186
2214
|
const _Li = "Line";
|
|
2215
|
+
const _Lin = "Lineage";
|
|
2187
2216
|
const _M = "Mode";
|
|
2188
2217
|
const _MA = "ModelArn";
|
|
2189
2218
|
const _MAA = "MonitoringAlertActions";
|
|
@@ -2246,6 +2275,7 @@ const _MCaxo = "MaxConcurrency";
|
|
|
2246
2275
|
const _MCe = "MetricsConfig";
|
|
2247
2276
|
const _MCi = "MinCount";
|
|
2248
2277
|
const _MCin = "MinCapacity";
|
|
2278
|
+
const _MCl = "MlflowConfig";
|
|
2249
2279
|
const _MCo = "ModelConfigs";
|
|
2250
2280
|
const _MCod = "ModelCard";
|
|
2251
2281
|
const _MCode = "ModelConfiguration";
|
|
@@ -2275,18 +2305,22 @@ const _MDem = "MemberDefinition";
|
|
|
2275
2305
|
const _MDet = "MetricData";
|
|
2276
2306
|
const _MDetr = "MetricDatum";
|
|
2277
2307
|
const _MDetri = "MetricDefinition";
|
|
2308
|
+
const _MDl = "MlflowDetails";
|
|
2278
2309
|
const _MDo = "ModelDigests";
|
|
2279
2310
|
const _ME = "ManifestEtag";
|
|
2280
2311
|
const _MEAS = "ModelExplainabilityAppSpecification";
|
|
2281
2312
|
const _MEBC = "ModelExplainabilityBaselineConfig";
|
|
2313
|
+
const _MEI = "MlflowExperimentId";
|
|
2282
2314
|
const _MEJI = "ModelExplainabilityJobInput";
|
|
2283
2315
|
const _MEJOC = "ModelExplainabilityJobOutputConfig";
|
|
2316
|
+
const _MEN = "MlflowExperimentName";
|
|
2284
2317
|
const _MES = "MonitoringExecutionSummaries";
|
|
2285
2318
|
const _MESL = "MonitoringExecutionSummaryList";
|
|
2286
2319
|
const _MESo = "MonitoringExecutionSummary";
|
|
2287
2320
|
const _MESon = "MonitoringExecutionStatus";
|
|
2288
2321
|
const _METIS = "MaximumExecutionTimeoutInSeconds";
|
|
2289
2322
|
const _MEVSIG = "MaximumEbsVolumeSizeInGb";
|
|
2323
|
+
const _MEa = "MaxEpoch";
|
|
2290
2324
|
const _MGTSI = "MonitoringGroundTruthS3Input";
|
|
2291
2325
|
const _MH = "ModelHandle";
|
|
2292
2326
|
const _MHLOC = "MaxHumanLabeledObjectCount";
|
|
@@ -2314,6 +2348,8 @@ const _MJDS = "MonitoringJobDefinitionSummary";
|
|
|
2314
2348
|
const _MJDSL = "MonitoringJobDefinitionSummaryList";
|
|
2315
2349
|
const _ML = "ModelLatency";
|
|
2316
2350
|
const _MLC = "ModelLifeCycle";
|
|
2351
|
+
const _MLCf = "MLflowConfig";
|
|
2352
|
+
const _MLCfl = "MLflowConfiguration";
|
|
2317
2353
|
const _MLF = "MLFramework";
|
|
2318
2354
|
const _MLT = "ModelLatencyThreshold";
|
|
2319
2355
|
const _MLTo = "ModelLatencyThresholds";
|
|
@@ -2342,6 +2378,7 @@ const _MOo = "MonitoringOutputs";
|
|
|
2342
2378
|
const _MP = "MetadataProperties";
|
|
2343
2379
|
const _MPA = "ModelPackageArn";
|
|
2344
2380
|
const _MPAL = "ModelPackageArnList";
|
|
2381
|
+
const _MPC = "ModelPackageConfig";
|
|
2345
2382
|
const _MPCD = "ModelPackageContainerDefinition";
|
|
2346
2383
|
const _MPCDL = "ModelPackageContainerDefinitionList";
|
|
2347
2384
|
const _MPD = "ModelPackageDescription";
|
|
@@ -2360,6 +2397,7 @@ const _MPMC = "ModelPackageModelCard";
|
|
|
2360
2397
|
const _MPN = "ModelPackageName";
|
|
2361
2398
|
const _MPOIDL = "MaxPercentageOfInputDatasetLabeled";
|
|
2362
2399
|
const _MPOT = "MaxParallelOfTests";
|
|
2400
|
+
const _MPRT = "ModelPackageRegistrationType";
|
|
2363
2401
|
const _MPS = "ModelPackageSummaries";
|
|
2364
2402
|
const _MPSC = "ModelPackageSecurityConfig";
|
|
2365
2403
|
const _MPSD = "ModelPackageStatusDetails";
|
|
@@ -2386,11 +2424,14 @@ const _MQC = "ModelQuantizationConfig";
|
|
|
2386
2424
|
const _MQJI = "ModelQualityJobInput";
|
|
2387
2425
|
const _MQJOC = "ModelQualityJobOutputConfig";
|
|
2388
2426
|
const _MR = "MaxResults";
|
|
2389
|
-
const _MRA = "
|
|
2427
|
+
const _MRA = "MlflowResourceArn";
|
|
2390
2428
|
const _MRAa = "MaximumRetryAttempts";
|
|
2429
|
+
const _MRAl = "MlReservationArn";
|
|
2391
2430
|
const _MRC = "MaxRecordCount";
|
|
2431
|
+
const _MRI = "MlflowRunId";
|
|
2392
2432
|
const _MRIS = "MaxRuntimeInSeconds";
|
|
2393
2433
|
const _MRM = "ModelRegistrationMode";
|
|
2434
|
+
const _MRN = "MlflowRunName";
|
|
2394
2435
|
const _MRPTJIS = "MaxRuntimePerTrainingJobInSeconds";
|
|
2395
2436
|
const _MRS = "ModelRegisterSettings";
|
|
2396
2437
|
const _MRa = "MaxResource";
|
|
@@ -2534,6 +2575,7 @@ const _OJSpt = "OptimizationJobSummary";
|
|
|
2534
2575
|
const _OK = "ObjectKey";
|
|
2535
2576
|
const _OMAC = "OptimizationModelAccessConfig";
|
|
2536
2577
|
const _OMD = "OidcMemberDefinition";
|
|
2578
|
+
const _OMPA = "OutputModelPackageArn";
|
|
2537
2579
|
const _ON = "OutputName";
|
|
2538
2580
|
const _OO = "OptimizationOutput";
|
|
2539
2581
|
const _OP = "OutputParameters";
|
|
@@ -2625,6 +2667,7 @@ const _PIri = "PrincipalId";
|
|
|
2625
2667
|
const _PIro = "ProjectId";
|
|
2626
2668
|
const _PIroc = "ProcessingInput";
|
|
2627
2669
|
const _PIrod = "ProductId";
|
|
2670
|
+
const _PIrog = "ProgressInfo";
|
|
2628
2671
|
const _PJ = "ProcessingJob";
|
|
2629
2672
|
const _PJA = "ProcessingJobArn";
|
|
2630
2673
|
const _PJN = "ProcessingJobName";
|
|
@@ -2727,6 +2770,7 @@ const _Par = "Parameter";
|
|
|
2727
2770
|
const _Pare = "Parent";
|
|
2728
2771
|
const _Paren = "Parents";
|
|
2729
2772
|
const _Pe = "Percentage";
|
|
2773
|
+
const _Pef = "Peft";
|
|
2730
2774
|
const _Pen = "Pending";
|
|
2731
2775
|
const _Per = "Percentile";
|
|
2732
2776
|
const _Ph = "Phase";
|
|
@@ -2824,6 +2868,7 @@ const _RMec = "RecommendationMetrics";
|
|
|
2824
2868
|
const _RN = "ReleaseNotes";
|
|
2825
2869
|
const _RNB = "RegisterNewBaseline";
|
|
2826
2870
|
const _RNF = "ResourceNotFound";
|
|
2871
|
+
const _RNe = "RecipeName";
|
|
2827
2872
|
const _RNo = "RoleName";
|
|
2828
2873
|
const _RNu = "RunName";
|
|
2829
2874
|
const _ROSU = "ResolvedOutputS3Uri";
|
|
@@ -2976,6 +3021,7 @@ const _SIp = "SpecifiedImage";
|
|
|
2976
3021
|
const _SIt = "StepId";
|
|
2977
3022
|
const _SIu = "SubnetIds";
|
|
2978
3023
|
const _SIub = "SubnetId";
|
|
3024
|
+
const _SJC = "ServerlessJobConfig";
|
|
2979
3025
|
const _SJLAS = "SpaceJupyterLabAppSettings";
|
|
2980
3026
|
const _SKKI = "S3KmsKeyId";
|
|
2981
3027
|
const _SL = "SpaceList";
|
|
@@ -2999,6 +3045,7 @@ const _SMIVAa = "SageMakerImageVersionArn";
|
|
|
2999
3045
|
const _SMIVAag = "SageMakerImageVersionAlias";
|
|
3000
3046
|
const _SMM = "SageMakerModel";
|
|
3001
3047
|
const _SMN = "StandardMetricName";
|
|
3048
|
+
const _SMPA = "SourceModelPackageArn";
|
|
3002
3049
|
const _SMPHCA = "SageMakerPublicHubContentArn";
|
|
3003
3050
|
const _SMR = "SpaceManagedResources";
|
|
3004
3051
|
const _SMS = "StartMonitoringSchedule";
|
|
@@ -3267,6 +3314,7 @@ const _TPDL = "TemplateProviderDetailList";
|
|
|
3267
3314
|
const _TPDe = "TemplateProviderDetail";
|
|
3268
3315
|
const _TPF = "TrainingPlanFilter";
|
|
3269
3316
|
const _TPFr = "TrainingPlanFilters";
|
|
3317
|
+
const _TPI = "TrainingProgressInfo";
|
|
3270
3318
|
const _TPN = "TrainingPlanName";
|
|
3271
3319
|
const _TPO = "TrainingPlanOfferings";
|
|
3272
3320
|
const _TPOI = "TrainingPlanOfferingId";
|
|
@@ -3289,6 +3337,7 @@ const _TRa = "TargetResources";
|
|
|
3289
3337
|
const _TS = "TrainingSpecification";
|
|
3290
3338
|
const _TSA = "TrackingServerArn";
|
|
3291
3339
|
const _TSC = "TargetStateCount";
|
|
3340
|
+
const _TSCPE = "TotalStepCountPerEpoch";
|
|
3292
3341
|
const _TSCi = "TieredStorageConfig";
|
|
3293
3342
|
const _TSCim = "TimeSeriesConfig";
|
|
3294
3343
|
const _TSDS = "TransformS3DataSource";
|
|
@@ -3566,15 +3615,7 @@ const _mT = "mediaType";
|
|
|
3566
3615
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemaker";
|
|
3567
3616
|
const n0 = "com.amazonaws.sagemaker";
|
|
3568
3617
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
3569
|
-
var HumanLoopActivationConditions = [
|
|
3570
|
-
0,
|
|
3571
|
-
n0,
|
|
3572
|
-
_HLAC,
|
|
3573
|
-
{
|
|
3574
|
-
[_mT]: _a,
|
|
3575
|
-
},
|
|
3576
|
-
0,
|
|
3577
|
-
];
|
|
3618
|
+
var HumanLoopActivationConditions = [0, n0, _HLAC, { [_mT]: _a }, 0];
|
|
3578
3619
|
var ModelCardContent = [0, n0, _MCC, 8, 0];
|
|
3579
3620
|
var AcceleratorPartitionConfig = [3, n0, _APC, 0, [_T, _C], [0, 1]];
|
|
3580
3621
|
var ActionSource = [3, n0, _AS, 0, [_SU, _ST, _SI], [0, 0, 0]];
|
|
@@ -3685,6 +3726,7 @@ var ArtifactSummary = [
|
|
|
3685
3726
|
];
|
|
3686
3727
|
var AssociateTrialComponentRequest = [3, n0, _ATCR, 0, [_TCN, _TN], [0, 0]];
|
|
3687
3728
|
var AssociateTrialComponentResponse = [3, n0, _ATCRs, 0, [_TCA, _TA], [0, 0]];
|
|
3729
|
+
var AssociationInfo = [3, n0, _AI, 0, [_SA, _DA], [0, 0]];
|
|
3688
3730
|
var AssociationSummary = [
|
|
3689
3731
|
3,
|
|
3690
3732
|
n0,
|
|
@@ -3843,6 +3885,7 @@ var AutoParameter = [3, n0, _AP, 0, [_N, _VH], [0, 0]];
|
|
|
3843
3885
|
var AutoRollbackConfig = [3, n0, _ARC, 0, [_Al], [() => AlarmList]];
|
|
3844
3886
|
var Autotune = [3, n0, _Au, 0, [_M], [0]];
|
|
3845
3887
|
var AvailableUpgrade = [3, n0, _AUv, 0, [_V, _RN], [0, 64 | 0]];
|
|
3888
|
+
var BaseModel = [3, n0, _BM, 0, [_HCN, _HCV, _RNe], [0, 0, 0]];
|
|
3846
3889
|
var BatchAddClusterNodesError = [3, n0, _BACNE, 0, [_IGN, _EC, _FC, _Me], [0, 0, 1, 0]];
|
|
3847
3890
|
var BatchAddClusterNodesRequest = [
|
|
3848
3891
|
3,
|
|
@@ -3901,8 +3944,8 @@ var BatchDescribeModelPackageSummary = [
|
|
|
3901
3944
|
n0,
|
|
3902
3945
|
_BDMPS,
|
|
3903
3946
|
0,
|
|
3904
|
-
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS],
|
|
3905
|
-
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0],
|
|
3947
|
+
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS, _MPRT],
|
|
3948
|
+
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0, 0],
|
|
3906
3949
|
];
|
|
3907
3950
|
var BatchRebootClusterNodeLogicalIdsError = [
|
|
3908
3951
|
3,
|
|
@@ -3962,6 +4005,10 @@ var BatchTransformInput = [
|
|
|
3962
4005
|
[_DCDSU, _DF, _LP, _SIM, _SDDT, _FA, _IA, _PA, _PTA, _STO, _ETO, _EFA],
|
|
3963
4006
|
[0, () => MonitoringDatasetFormat, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
|
|
3964
4007
|
];
|
|
4008
|
+
var BedrockCustomModelDeploymentMetadata = [3, n0, _BCMDM, 0, [_Ar], [0]];
|
|
4009
|
+
var BedrockCustomModelMetadata = [3, n0, _BCMM, 0, [_Ar], [0]];
|
|
4010
|
+
var BedrockModelImportMetadata = [3, n0, _BMIM, 0, [_Ar], [0]];
|
|
4011
|
+
var BedrockProvisionedModelThroughputMetadata = [3, n0, _BPMTM, 0, [_Ar], [0]];
|
|
3965
4012
|
var BestObjectiveNotImproving = [3, n0, _BONI, 0, [_MNOTJNI], [1]];
|
|
3966
4013
|
var Bias = [
|
|
3967
4014
|
3,
|
|
@@ -4429,16 +4476,7 @@ var ComputeQuotaSummary = [
|
|
|
4429
4476
|
];
|
|
4430
4477
|
var ComputeQuotaTarget = [3, n0, _CQT, 0, [_TNea, _FSW], [0, 1]];
|
|
4431
4478
|
var ConditionStepMetadata = [3, n0, _CSMo, 0, [_O], [0]];
|
|
4432
|
-
var ConflictException = [
|
|
4433
|
-
-3,
|
|
4434
|
-
n0,
|
|
4435
|
-
_CEo,
|
|
4436
|
-
{
|
|
4437
|
-
[_e]: _c,
|
|
4438
|
-
},
|
|
4439
|
-
[_Me],
|
|
4440
|
-
[0],
|
|
4441
|
-
];
|
|
4479
|
+
var ConflictException = [-3, n0, _CEo, { [_e]: _c }, [_Me], [0]];
|
|
4442
4480
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
4443
4481
|
var ContainerConfig = [3, n0, _CCon, 0, [_CA, _CE, _CEV], [64 | 0, 64 | 0, 128 | 0]];
|
|
4444
4482
|
var ContainerDefinition = [
|
|
@@ -5030,6 +5068,7 @@ var CreateModelPackageInput = [
|
|
|
5030
5068
|
_MPN,
|
|
5031
5069
|
_MPGN,
|
|
5032
5070
|
_MPD,
|
|
5071
|
+
_MPRT,
|
|
5033
5072
|
_ISn,
|
|
5034
5073
|
_VSa,
|
|
5035
5074
|
_SAS,
|
|
@@ -5055,6 +5094,7 @@ var CreateModelPackageInput = [
|
|
|
5055
5094
|
0,
|
|
5056
5095
|
0,
|
|
5057
5096
|
0,
|
|
5097
|
+
0,
|
|
5058
5098
|
() => InferenceSpecification,
|
|
5059
5099
|
() => ModelPackageValidationSpecification,
|
|
5060
5100
|
() => SourceAlgorithmSpecification,
|
|
@@ -5300,6 +5340,9 @@ var CreateTrainingJobRequest = [
|
|
|
5300
5340
|
_RDC,
|
|
5301
5341
|
_ICC,
|
|
5302
5342
|
_SCC,
|
|
5343
|
+
_SJC,
|
|
5344
|
+
_MCl,
|
|
5345
|
+
_MPC,
|
|
5303
5346
|
],
|
|
5304
5347
|
[
|
|
5305
5348
|
0,
|
|
@@ -5327,6 +5370,9 @@ var CreateTrainingJobRequest = [
|
|
|
5327
5370
|
() => RemoteDebugConfig,
|
|
5328
5371
|
() => InfraCheckConfig,
|
|
5329
5372
|
() => SessionChainingConfig,
|
|
5373
|
+
() => ServerlessJobConfig,
|
|
5374
|
+
() => MlflowConfig,
|
|
5375
|
+
() => ModelPackageConfig,
|
|
5330
5376
|
],
|
|
5331
5377
|
];
|
|
5332
5378
|
var CreateTrainingJobResponse = [3, n0, _CTJRr, 0, [_TJA], [0]];
|
|
@@ -5480,13 +5526,14 @@ var DatasetDefinition = [
|
|
|
5480
5526
|
[_ADD, _RDD, _LP, _DDT, _IM],
|
|
5481
5527
|
[() => AthenaDatasetDefinition, () => RedshiftDatasetDefinition, 0, 0, 0],
|
|
5482
5528
|
];
|
|
5529
|
+
var DatasetSource = [3, n0, _DSa, 0, [_DAa], [0]];
|
|
5483
5530
|
var DataSource = [
|
|
5484
5531
|
3,
|
|
5485
5532
|
n0,
|
|
5486
5533
|
_DS,
|
|
5487
5534
|
0,
|
|
5488
|
-
[_SDS, _FSDS],
|
|
5489
|
-
[() => S3DataSource, () => FileSystemDataSource],
|
|
5535
|
+
[_SDS, _FSDS, _DSa],
|
|
5536
|
+
[() => S3DataSource, () => FileSystemDataSource, () => DatasetSource],
|
|
5490
5537
|
];
|
|
5491
5538
|
var DebugHookConfig = [
|
|
5492
5539
|
3,
|
|
@@ -6520,6 +6567,7 @@ var DescribeModelPackageOutput = [
|
|
|
6520
6567
|
_MPN,
|
|
6521
6568
|
_MPGN,
|
|
6522
6569
|
_MPV,
|
|
6570
|
+
_MPRT,
|
|
6523
6571
|
_MPA,
|
|
6524
6572
|
_MPD,
|
|
6525
6573
|
_CT,
|
|
@@ -6554,6 +6602,7 @@ var DescribeModelPackageOutput = [
|
|
|
6554
6602
|
1,
|
|
6555
6603
|
0,
|
|
6556
6604
|
0,
|
|
6605
|
+
0,
|
|
6557
6606
|
4,
|
|
6558
6607
|
() => InferenceSpecification,
|
|
6559
6608
|
() => SourceAlgorithmSpecification,
|
|
@@ -6749,7 +6798,7 @@ var DescribePipelineExecutionResponse = [
|
|
|
6749
6798
|
n0,
|
|
6750
6799
|
_DPERe,
|
|
6751
6800
|
0,
|
|
6752
|
-
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI],
|
|
6801
|
+
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI, _MLCf],
|
|
6753
6802
|
[
|
|
6754
6803
|
0,
|
|
6755
6804
|
0,
|
|
@@ -6765,6 +6814,7 @@ var DescribePipelineExecutionResponse = [
|
|
|
6765
6814
|
() => ParallelismConfiguration,
|
|
6766
6815
|
() => SelectiveExecutionConfig,
|
|
6767
6816
|
1,
|
|
6817
|
+
() => MLflowConfiguration,
|
|
6768
6818
|
],
|
|
6769
6819
|
];
|
|
6770
6820
|
var DescribePipelineRequest = [3, n0, _DPRes, 0, [_PNi, _PVI], [0, 1]];
|
|
@@ -6924,6 +6974,7 @@ var DescribeTrainingJobResponse = [
|
|
|
6924
6974
|
_CCh,
|
|
6925
6975
|
_TTIS,
|
|
6926
6976
|
_BTIS,
|
|
6977
|
+
_BTC,
|
|
6927
6978
|
_DHC,
|
|
6928
6979
|
_ECxp,
|
|
6929
6980
|
_DRC,
|
|
@@ -6937,6 +6988,12 @@ var DescribeTrainingJobResponse = [
|
|
|
6937
6988
|
_RSe,
|
|
6938
6989
|
_RDC,
|
|
6939
6990
|
_ICC,
|
|
6991
|
+
_SJC,
|
|
6992
|
+
_MCl,
|
|
6993
|
+
_MPC,
|
|
6994
|
+
_MDl,
|
|
6995
|
+
_PIrog,
|
|
6996
|
+
_OMPA,
|
|
6940
6997
|
],
|
|
6941
6998
|
[
|
|
6942
6999
|
0,
|
|
@@ -6969,6 +7026,7 @@ var DescribeTrainingJobResponse = [
|
|
|
6969
7026
|
() => CheckpointConfig,
|
|
6970
7027
|
1,
|
|
6971
7028
|
1,
|
|
7029
|
+
1,
|
|
6972
7030
|
() => DebugHookConfig,
|
|
6973
7031
|
() => ExperimentConfig,
|
|
6974
7032
|
() => DebugRuleConfigurations,
|
|
@@ -6982,6 +7040,12 @@ var DescribeTrainingJobResponse = [
|
|
|
6982
7040
|
() => RetryStrategy,
|
|
6983
7041
|
() => RemoteDebugConfig,
|
|
6984
7042
|
() => InfraCheckConfig,
|
|
7043
|
+
() => ServerlessJobConfig,
|
|
7044
|
+
() => MlflowConfig,
|
|
7045
|
+
() => ModelPackageConfig,
|
|
7046
|
+
() => MlflowDetails,
|
|
7047
|
+
() => TrainingProgressInfo,
|
|
7048
|
+
0,
|
|
6985
7049
|
],
|
|
6986
7050
|
];
|
|
6987
7051
|
var DescribeTrainingPlanRequest = [3, n0, _DTPR, 0, [_TPN], [0]];
|
|
@@ -7808,6 +7872,7 @@ var InferenceComponentDeploymentConfig = [
|
|
|
7808
7872
|
[_RUP, _ARCu],
|
|
7809
7873
|
[() => InferenceComponentRollingUpdatePolicy, () => AutoRollbackConfig],
|
|
7810
7874
|
];
|
|
7875
|
+
var InferenceComponentMetadata = [3, n0, _ICM, 0, [_Ar], [0]];
|
|
7811
7876
|
var InferenceComponentRollingUpdatePolicy = [
|
|
7812
7877
|
3,
|
|
7813
7878
|
n0,
|
|
@@ -8029,7 +8094,7 @@ var LabelingJobInputConfig = [
|
|
|
8029
8094
|
n0,
|
|
8030
8095
|
_LJIC,
|
|
8031
8096
|
0,
|
|
8032
|
-
[_DS,
|
|
8097
|
+
[_DS, _DAat],
|
|
8033
8098
|
[() => LabelingJobDataSource, () => LabelingJobDataAttributes],
|
|
8034
8099
|
];
|
|
8035
8100
|
var LabelingJobOutput = [3, n0, _LJO, 0, [_ODSU, _FALMA], [0, 0]];
|
|
@@ -8056,6 +8121,14 @@ var LineageGroupSummary = [
|
|
|
8056
8121
|
[_LGA, _LGN, _DNi, _CT, _LMT],
|
|
8057
8122
|
[0, 0, 0, 4, 4],
|
|
8058
8123
|
];
|
|
8124
|
+
var LineageMetadata = [
|
|
8125
|
+
3,
|
|
8126
|
+
n0,
|
|
8127
|
+
_LMi,
|
|
8128
|
+
0,
|
|
8129
|
+
[_AAc, _AArt, _CAon, _As],
|
|
8130
|
+
[128 | 0, 128 | 0, 128 | 0, () => AssociationInfoList],
|
|
8131
|
+
];
|
|
8059
8132
|
var ListActionsRequest = [
|
|
8060
8133
|
3,
|
|
8061
8134
|
n0,
|
|
@@ -9263,6 +9336,9 @@ var MlflowAppSummary = [
|
|
|
9263
9336
|
[_Ar, _N, _St, _CT, _LMT, _MVl],
|
|
9264
9337
|
[0, 0, 0, 4, 4, 0],
|
|
9265
9338
|
];
|
|
9339
|
+
var MlflowConfig = [3, n0, _MCl, 0, [_MRA, _MEN, _MRN], [0, 0, 0]];
|
|
9340
|
+
var MLflowConfiguration = [3, n0, _MLCfl, 0, [_MRA, _MEN], [0, 0]];
|
|
9341
|
+
var MlflowDetails = [3, n0, _MDl, 0, [_MEI, _MRI], [0, 0]];
|
|
9266
9342
|
var Model = [
|
|
9267
9343
|
3,
|
|
9268
9344
|
n0,
|
|
@@ -9488,6 +9564,7 @@ var ModelPackage = [
|
|
|
9488
9564
|
_MPN,
|
|
9489
9565
|
_MPGN,
|
|
9490
9566
|
_MPV,
|
|
9567
|
+
_MPRT,
|
|
9491
9568
|
_MPA,
|
|
9492
9569
|
_MPD,
|
|
9493
9570
|
_CT,
|
|
@@ -9523,6 +9600,7 @@ var ModelPackage = [
|
|
|
9523
9600
|
1,
|
|
9524
9601
|
0,
|
|
9525
9602
|
0,
|
|
9603
|
+
0,
|
|
9526
9604
|
4,
|
|
9527
9605
|
() => InferenceSpecification,
|
|
9528
9606
|
() => SourceAlgorithmSpecification,
|
|
@@ -9551,13 +9629,30 @@ var ModelPackage = [
|
|
|
9551
9629
|
0,
|
|
9552
9630
|
],
|
|
9553
9631
|
];
|
|
9632
|
+
var ModelPackageConfig = [3, n0, _MPC, 0, [_MPGA, _SMPA], [0, 0]];
|
|
9554
9633
|
var ModelPackageContainerDefinition = [
|
|
9555
9634
|
3,
|
|
9556
9635
|
n0,
|
|
9557
9636
|
_MPCD,
|
|
9558
9637
|
0,
|
|
9559
|
-
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET],
|
|
9560
|
-
[
|
|
9638
|
+
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET, _ICs, _BM],
|
|
9639
|
+
[
|
|
9640
|
+
0,
|
|
9641
|
+
0,
|
|
9642
|
+
0,
|
|
9643
|
+
0,
|
|
9644
|
+
() => ModelDataSource,
|
|
9645
|
+
0,
|
|
9646
|
+
128 | 0,
|
|
9647
|
+
() => ModelInput,
|
|
9648
|
+
0,
|
|
9649
|
+
0,
|
|
9650
|
+
0,
|
|
9651
|
+
() => AdditionalS3DataSource,
|
|
9652
|
+
0,
|
|
9653
|
+
2,
|
|
9654
|
+
() => BaseModel,
|
|
9655
|
+
],
|
|
9561
9656
|
];
|
|
9562
9657
|
var ModelPackageGroup = [
|
|
9563
9658
|
3,
|
|
@@ -9598,8 +9693,8 @@ var ModelPackageSummary = [
|
|
|
9598
9693
|
n0,
|
|
9599
9694
|
_MPSod,
|
|
9600
9695
|
0,
|
|
9601
|
-
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC],
|
|
9602
|
-
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle],
|
|
9696
|
+
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC, _MPRT],
|
|
9697
|
+
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle, 0],
|
|
9603
9698
|
];
|
|
9604
9699
|
var ModelPackageValidationProfile = [
|
|
9605
9700
|
3,
|
|
@@ -10052,7 +10147,30 @@ var PipelineExecutionStepMetadata = [
|
|
|
10052
10147
|
n0,
|
|
10053
10148
|
_PESM,
|
|
10054
10149
|
0,
|
|
10055
|
-
[
|
|
10150
|
+
[
|
|
10151
|
+
_TJ,
|
|
10152
|
+
_PJ,
|
|
10153
|
+
_TJr,
|
|
10154
|
+
_TJu,
|
|
10155
|
+
_Mod,
|
|
10156
|
+
_RMe,
|
|
10157
|
+
_Cond,
|
|
10158
|
+
_Cal,
|
|
10159
|
+
_Lam,
|
|
10160
|
+
_EMR,
|
|
10161
|
+
_QC,
|
|
10162
|
+
_CCla,
|
|
10163
|
+
_Fa,
|
|
10164
|
+
_AMLJ,
|
|
10165
|
+
_En,
|
|
10166
|
+
_ECndpo,
|
|
10167
|
+
_BCM,
|
|
10168
|
+
_BCMD,
|
|
10169
|
+
_BPMT,
|
|
10170
|
+
_BMI,
|
|
10171
|
+
_ICnfe,
|
|
10172
|
+
_Lin,
|
|
10173
|
+
],
|
|
10056
10174
|
[
|
|
10057
10175
|
() => TrainingJobStepMetadata,
|
|
10058
10176
|
() => ProcessingJobStepMetadata,
|
|
@@ -10070,6 +10188,12 @@ var PipelineExecutionStepMetadata = [
|
|
|
10070
10188
|
() => AutoMLJobStepMetadata,
|
|
10071
10189
|
() => EndpointStepMetadata,
|
|
10072
10190
|
() => EndpointConfigStepMetadata,
|
|
10191
|
+
() => BedrockCustomModelMetadata,
|
|
10192
|
+
() => BedrockCustomModelDeploymentMetadata,
|
|
10193
|
+
() => BedrockProvisionedModelThroughputMetadata,
|
|
10194
|
+
() => BedrockModelImportMetadata,
|
|
10195
|
+
() => InferenceComponentMetadata,
|
|
10196
|
+
() => LineageMetadata,
|
|
10073
10197
|
],
|
|
10074
10198
|
];
|
|
10075
10199
|
var PipelineExecutionSummary = [
|
|
@@ -10227,13 +10351,20 @@ var ProductionVariant = [
|
|
|
10227
10351
|
() => ProductionVariantCapacityReservationConfig,
|
|
10228
10352
|
],
|
|
10229
10353
|
];
|
|
10230
|
-
var ProductionVariantCapacityReservationConfig = [
|
|
10354
|
+
var ProductionVariantCapacityReservationConfig = [
|
|
10355
|
+
3,
|
|
10356
|
+
n0,
|
|
10357
|
+
_PVCRC,
|
|
10358
|
+
0,
|
|
10359
|
+
[_CRP, _MRAl],
|
|
10360
|
+
[0, 0],
|
|
10361
|
+
];
|
|
10231
10362
|
var ProductionVariantCapacityReservationSummary = [
|
|
10232
10363
|
3,
|
|
10233
10364
|
n0,
|
|
10234
10365
|
_PVCRS,
|
|
10235
10366
|
0,
|
|
10236
|
-
[
|
|
10367
|
+
[_MRAl, _CRP, _TICo, _AICv, _UBCE, _ECRc],
|
|
10237
10368
|
[0, 0, 1, 1, 1, () => Ec2CapacityReservationsList],
|
|
10238
10369
|
];
|
|
10239
10370
|
var ProductionVariantCoreDumpConfig = [3, n0, _PVCDC, 0, [_DSU, _KKI], [0, 0]];
|
|
@@ -10522,39 +10653,12 @@ var ResourceConfig = [
|
|
|
10522
10653
|
[0, 1, 1, 0, 1, () => InstanceGroups, 0, () => InstancePlacementConfig],
|
|
10523
10654
|
];
|
|
10524
10655
|
var ResourceConfigForUpdate = [3, n0, _RCFU, 0, [_KAPIS], [1]];
|
|
10525
|
-
var ResourceInUse = [
|
|
10526
|
-
-3,
|
|
10527
|
-
n0,
|
|
10528
|
-
_RIU,
|
|
10529
|
-
{
|
|
10530
|
-
[_e]: _c,
|
|
10531
|
-
},
|
|
10532
|
-
[_Me],
|
|
10533
|
-
[0],
|
|
10534
|
-
];
|
|
10656
|
+
var ResourceInUse = [-3, n0, _RIU, { [_e]: _c }, [_Me], [0]];
|
|
10535
10657
|
schema.TypeRegistry.for(n0).registerError(ResourceInUse, ResourceInUse$1);
|
|
10536
|
-
var ResourceLimitExceeded = [
|
|
10537
|
-
-3,
|
|
10538
|
-
n0,
|
|
10539
|
-
_RLE,
|
|
10540
|
-
{
|
|
10541
|
-
[_e]: _c,
|
|
10542
|
-
},
|
|
10543
|
-
[_Me],
|
|
10544
|
-
[0],
|
|
10545
|
-
];
|
|
10658
|
+
var ResourceLimitExceeded = [-3, n0, _RLE, { [_e]: _c }, [_Me], [0]];
|
|
10546
10659
|
schema.TypeRegistry.for(n0).registerError(ResourceLimitExceeded, ResourceLimitExceeded$1);
|
|
10547
10660
|
var ResourceLimits = [3, n0, _RL, 0, [_MNOTJ, _MPTJ, _MRIS], [1, 1, 1]];
|
|
10548
|
-
var ResourceNotFound = [
|
|
10549
|
-
-3,
|
|
10550
|
-
n0,
|
|
10551
|
-
_RNF,
|
|
10552
|
-
{
|
|
10553
|
-
[_e]: _c,
|
|
10554
|
-
},
|
|
10555
|
-
[_Me],
|
|
10556
|
-
[0],
|
|
10557
|
-
];
|
|
10661
|
+
var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_Me], [0]];
|
|
10558
10662
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFound, ResourceNotFound$1);
|
|
10559
10663
|
var ResourceSharingConfig = [3, n0, _RSC, 0, [_Str, _BL], [0, 1]];
|
|
10560
10664
|
var ResourceSpec = [
|
|
@@ -10744,6 +10848,14 @@ var SendPipelineExecutionStepSuccessRequest = [
|
|
|
10744
10848
|
[0, () => OutputParameterList, [0, 4]],
|
|
10745
10849
|
];
|
|
10746
10850
|
var SendPipelineExecutionStepSuccessResponse = [3, n0, _SPESSRe, 0, [_PEA], [0]];
|
|
10851
|
+
var ServerlessJobConfig = [
|
|
10852
|
+
3,
|
|
10853
|
+
n0,
|
|
10854
|
+
_SJC,
|
|
10855
|
+
0,
|
|
10856
|
+
[_BMA, _AEc, _JT, _CTus, _Pef, _ETva, _EAv],
|
|
10857
|
+
[0, 2, 0, 0, 0, 0, 0],
|
|
10858
|
+
];
|
|
10747
10859
|
var ServiceCatalogProvisionedProductDetails = [3, n0, _SCPPD, 0, [_PPIro, _PPSM], [0, 0]];
|
|
10748
10860
|
var ServiceCatalogProvisioningDetails = [
|
|
10749
10861
|
3,
|
|
@@ -10851,8 +10963,8 @@ var StartPipelineExecutionRequest = [
|
|
|
10851
10963
|
n0,
|
|
10852
10964
|
_SPER,
|
|
10853
10965
|
0,
|
|
10854
|
-
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI],
|
|
10855
|
-
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1],
|
|
10966
|
+
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI, _MEN],
|
|
10967
|
+
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1, 0],
|
|
10856
10968
|
];
|
|
10857
10969
|
var StartPipelineExecutionResponse = [3, n0, _SPERt, 0, [_PEA], [0]];
|
|
10858
10970
|
var StartSessionRequest = [3, n0, _SSR, 0, [_RIes], [0]];
|
|
@@ -11059,6 +11171,8 @@ var TrainingJob = [
|
|
|
11059
11171
|
_DRC,
|
|
11060
11172
|
_TBOC,
|
|
11061
11173
|
_DRESe,
|
|
11174
|
+
_OMPA,
|
|
11175
|
+
_MPC,
|
|
11062
11176
|
_PCr,
|
|
11063
11177
|
_E,
|
|
11064
11178
|
_RSe,
|
|
@@ -11099,6 +11213,8 @@ var TrainingJob = [
|
|
|
11099
11213
|
() => DebugRuleConfigurations,
|
|
11100
11214
|
() => TensorBoardOutputConfig,
|
|
11101
11215
|
() => DebugRuleEvaluationStatuses,
|
|
11216
|
+
0,
|
|
11217
|
+
() => ModelPackageConfig,
|
|
11102
11218
|
() => ProfilerConfig,
|
|
11103
11219
|
128 | 0,
|
|
11104
11220
|
() => RetryStrategy,
|
|
@@ -11147,6 +11263,7 @@ var TrainingPlanSummary = [
|
|
|
11147
11263
|
[_TPA, _TPN, _St, _SM, _DH, _DM, _STt, _ETn, _UF, _CCur, _TICo, _AICv, _IUIC, _TUSC, _TRa, _RCS],
|
|
11148
11264
|
[0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 1, 1, 1, 1, 64 | 0, () => ReservedCapacitySummaries],
|
|
11149
11265
|
];
|
|
11266
|
+
var TrainingProgressInfo = [3, n0, _TPI, 0, [_TSCPE, _CSu, _CEur, _MEa], [1, 1, 1, 1]];
|
|
11150
11267
|
var TrainingRepositoryAuthConfig = [3, n0, _TRAC, 0, [_TRCPA], [0]];
|
|
11151
11268
|
var TrainingSpecification = [
|
|
11152
11269
|
3,
|
|
@@ -11661,11 +11778,12 @@ var UpdateModelPackageInput = [
|
|
|
11661
11778
|
n0,
|
|
11662
11779
|
_UMPI,
|
|
11663
11780
|
0,
|
|
11664
|
-
[_MPA, _MAS, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11781
|
+
[_MPA, _MAS, _MPRT, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11665
11782
|
[
|
|
11666
11783
|
0,
|
|
11667
11784
|
0,
|
|
11668
11785
|
0,
|
|
11786
|
+
0,
|
|
11669
11787
|
128 | 0,
|
|
11670
11788
|
64 | 0,
|
|
11671
11789
|
() => AdditionalInferenceSpecifications,
|
|
@@ -11969,6 +12087,7 @@ var AppImageConfigList = [1, n0, _AICL, 0, () => AppImageConfigDetails];
|
|
|
11969
12087
|
var AppList = [1, n0, _ALp, 0, () => AppDetails];
|
|
11970
12088
|
var ArtifactSourceTypes = [1, n0, _ASTr, 0, () => ArtifactSourceType];
|
|
11971
12089
|
var ArtifactSummaries = [1, n0, _ASrti, 0, () => ArtifactSummary];
|
|
12090
|
+
var AssociationInfoList = [1, n0, _AIL, 0, () => AssociationInfo];
|
|
11972
12091
|
var AssociationSummaries = [1, n0, _ASss, 0, () => AssociationSummary];
|
|
11973
12092
|
var AuthorizedUrlConfigs = [1, n0, _AUC, 0, () => AuthorizedUrl];
|
|
11974
12093
|
var AutoMLAlgorithmsConfig = [1, n0, _AMLACu, 0, () => AutoMLAlgorithmConfig];
|
|
@@ -14319,7 +14438,7 @@ var ListModelQualityJobDefinitions = [
|
|
|
14319
14438
|
() => ListModelQualityJobDefinitionsRequest,
|
|
14320
14439
|
() => ListModelQualityJobDefinitionsResponse,
|
|
14321
14440
|
];
|
|
14322
|
-
var ListModels = [9, n0,
|
|
14441
|
+
var ListModels = [9, n0, _LMis, 0, () => ListModelsInput, () => ListModelsOutput];
|
|
14323
14442
|
var ListMonitoringAlertHistory = [
|
|
14324
14443
|
9,
|
|
14325
14444
|
n0,
|
|
@@ -21788,6 +21907,10 @@ const ModelApprovalStatus = {
|
|
|
21788
21907
|
PENDING_MANUAL_APPROVAL: "PendingManualApproval",
|
|
21789
21908
|
REJECTED: "Rejected",
|
|
21790
21909
|
};
|
|
21910
|
+
const ModelPackageRegistrationType = {
|
|
21911
|
+
LOGGED: "Logged",
|
|
21912
|
+
REGISTERED: "Registered",
|
|
21913
|
+
};
|
|
21791
21914
|
const ModelPackageStatus = {
|
|
21792
21915
|
COMPLETED: "Completed",
|
|
21793
21916
|
DELETING: "Deleting",
|
|
@@ -22903,6 +23026,24 @@ const StudioLifecycleConfigAppType = {
|
|
|
22903
23026
|
JupyterServer: "JupyterServer",
|
|
22904
23027
|
KernelGateway: "KernelGateway",
|
|
22905
23028
|
};
|
|
23029
|
+
const CustomizationTechnique = {
|
|
23030
|
+
DPO: "DPO",
|
|
23031
|
+
RLAIF: "RLAIF",
|
|
23032
|
+
RLVR: "RLVR",
|
|
23033
|
+
SFT: "SFT",
|
|
23034
|
+
};
|
|
23035
|
+
const EvaluationType = {
|
|
23036
|
+
BENCHMARK_EVALUATION: "BenchmarkEvaluation",
|
|
23037
|
+
CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation",
|
|
23038
|
+
LLMAJ_EVALUATION: "LLMAJEvaluation",
|
|
23039
|
+
};
|
|
23040
|
+
const ServerlessJobType = {
|
|
23041
|
+
EVALUATION: "Evaluation",
|
|
23042
|
+
FINE_TUNING: "FineTuning",
|
|
23043
|
+
};
|
|
23044
|
+
const Peft = {
|
|
23045
|
+
LORA: "LORA",
|
|
23046
|
+
};
|
|
22906
23047
|
const JoinSource = {
|
|
22907
23048
|
INPUT: "Input",
|
|
22908
23049
|
NONE: "None",
|
|
@@ -23940,6 +24081,7 @@ exports.CreateUserProfileCommand = CreateUserProfileCommand;
|
|
|
23940
24081
|
exports.CreateWorkforceCommand = CreateWorkforceCommand;
|
|
23941
24082
|
exports.CreateWorkteamCommand = CreateWorkteamCommand;
|
|
23942
24083
|
exports.CrossAccountFilterOption = CrossAccountFilterOption;
|
|
24084
|
+
exports.CustomizationTechnique = CustomizationTechnique;
|
|
23943
24085
|
exports.DataDistributionType = DataDistributionType;
|
|
23944
24086
|
exports.DataSourceName = DataSourceName;
|
|
23945
24087
|
exports.DeepHealthCheckType = DeepHealthCheckType;
|
|
@@ -24090,6 +24232,7 @@ exports.EnabledOrDisabled = EnabledOrDisabled;
|
|
|
24090
24232
|
exports.EndpointConfigSortKey = EndpointConfigSortKey;
|
|
24091
24233
|
exports.EndpointSortKey = EndpointSortKey;
|
|
24092
24234
|
exports.EndpointStatus = EndpointStatus;
|
|
24235
|
+
exports.EvaluationType = EvaluationType;
|
|
24093
24236
|
exports.EventSortBy = EventSortBy;
|
|
24094
24237
|
exports.ExecutionRoleIdentityConfig = ExecutionRoleIdentityConfig;
|
|
24095
24238
|
exports.ExecutionStatus = ExecutionStatus;
|
|
@@ -24265,6 +24408,7 @@ exports.ModelInfrastructureType = ModelInfrastructureType;
|
|
|
24265
24408
|
exports.ModelMetadataFilterType = ModelMetadataFilterType;
|
|
24266
24409
|
exports.ModelPackageGroupSortBy = ModelPackageGroupSortBy;
|
|
24267
24410
|
exports.ModelPackageGroupStatus = ModelPackageGroupStatus;
|
|
24411
|
+
exports.ModelPackageRegistrationType = ModelPackageRegistrationType;
|
|
24268
24412
|
exports.ModelPackageSortBy = ModelPackageSortBy;
|
|
24269
24413
|
exports.ModelPackageStatus = ModelPackageStatus;
|
|
24270
24414
|
exports.ModelPackageType = ModelPackageType;
|
|
@@ -24300,6 +24444,7 @@ exports.ParameterType = ParameterType;
|
|
|
24300
24444
|
exports.PartnerAppAuthType = PartnerAppAuthType;
|
|
24301
24445
|
exports.PartnerAppStatus = PartnerAppStatus;
|
|
24302
24446
|
exports.PartnerAppType = PartnerAppType;
|
|
24447
|
+
exports.Peft = Peft;
|
|
24303
24448
|
exports.PipelineExecutionStatus = PipelineExecutionStatus;
|
|
24304
24449
|
exports.PipelineStatus = PipelineStatus;
|
|
24305
24450
|
exports.PreemptTeamTasks = PreemptTeamTasks;
|
|
@@ -24367,6 +24512,7 @@ exports.SearchTrainingPlanOfferingsCommand = SearchTrainingPlanOfferingsCommand;
|
|
|
24367
24512
|
exports.SecondaryStatus = SecondaryStatus;
|
|
24368
24513
|
exports.SendPipelineExecutionStepFailureCommand = SendPipelineExecutionStepFailureCommand;
|
|
24369
24514
|
exports.SendPipelineExecutionStepSuccessCommand = SendPipelineExecutionStepSuccessCommand;
|
|
24515
|
+
exports.ServerlessJobType = ServerlessJobType;
|
|
24370
24516
|
exports.SharingType = SharingType;
|
|
24371
24517
|
exports.SkipModelValidation = SkipModelValidation;
|
|
24372
24518
|
exports.SoftwareUpdateStatus = SoftwareUpdateStatus;
|