@aws-sdk/client-sagemaker 3.523.0 → 3.529.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 +282 -318
- package/dist-es/models/models_0.js +8 -8
- package/dist-es/protocols/Aws_json1_1.js +6 -41
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +10 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +10 -0
- package/dist-types/commands/CreateModelCommand.d.ts +0 -3
- package/dist-types/commands/CreateModelPackageCommand.d.ts +31 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +10 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +31 -0
- package/dist-types/commands/SearchCommand.d.ts +33 -20
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +4 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +58 -0
- package/dist-types/models/models_0.d.ts +171 -168
- package/dist-types/models/models_1.d.ts +16 -4
- package/dist-types/models/models_2.d.ts +10 -2
- package/dist-types/models/models_4.d.ts +33 -2
- package/dist-types/ts3.4/models/models_0.d.ts +25 -24
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +3 -0
- package/package.json +17 -17
- package/dist-cjs/SageMaker.js +0 -1
- package/dist-cjs/SageMakerClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/AddAssociationCommand.js +0 -1
- package/dist-cjs/commands/AddTagsCommand.js +0 -1
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +0 -1
- package/dist-cjs/commands/CreateActionCommand.js +0 -1
- package/dist-cjs/commands/CreateAlgorithmCommand.js +0 -1
- package/dist-cjs/commands/CreateAppCommand.js +0 -1
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +0 -1
- package/dist-cjs/commands/CreateArtifactCommand.js +0 -1
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +0 -1
- package/dist-cjs/commands/CreateAutoMLJobV2Command.js +0 -1
- package/dist-cjs/commands/CreateClusterCommand.js +0 -1
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +0 -1
- package/dist-cjs/commands/CreateCompilationJobCommand.js +0 -1
- package/dist-cjs/commands/CreateContextCommand.js +0 -1
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +0 -1
- package/dist-cjs/commands/CreateDomainCommand.js +0 -1
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +0 -1
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +0 -1
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +0 -1
- package/dist-cjs/commands/CreateEndpointCommand.js +0 -1
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +0 -1
- package/dist-cjs/commands/CreateExperimentCommand.js +0 -1
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +0 -1
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +0 -1
- package/dist-cjs/commands/CreateHubCommand.js +0 -1
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +0 -1
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +0 -1
- package/dist-cjs/commands/CreateImageCommand.js +0 -1
- package/dist-cjs/commands/CreateImageVersionCommand.js +0 -1
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +0 -1
- package/dist-cjs/commands/CreateInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +0 -1
- package/dist-cjs/commands/CreateLabelingJobCommand.js +0 -1
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/CreateModelCardCommand.js +0 -1
- package/dist-cjs/commands/CreateModelCardExportJobCommand.js +0 -1
- package/dist-cjs/commands/CreateModelCommand.js +0 -1
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/CreateModelPackageCommand.js +0 -1
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +0 -1
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/CreatePipelineCommand.js +0 -1
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +0 -1
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +0 -1
- package/dist-cjs/commands/CreateProcessingJobCommand.js +0 -1
- package/dist-cjs/commands/CreateProjectCommand.js +0 -1
- package/dist-cjs/commands/CreateSpaceCommand.js +0 -1
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/CreateTrainingJobCommand.js +0 -1
- package/dist-cjs/commands/CreateTransformJobCommand.js +0 -1
- package/dist-cjs/commands/CreateTrialCommand.js +0 -1
- package/dist-cjs/commands/CreateTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/CreateUserProfileCommand.js +0 -1
- package/dist-cjs/commands/CreateWorkforceCommand.js +0 -1
- package/dist-cjs/commands/CreateWorkteamCommand.js +0 -1
- package/dist-cjs/commands/DeleteActionCommand.js +0 -1
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +0 -1
- package/dist-cjs/commands/DeleteAppCommand.js +0 -1
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +0 -1
- package/dist-cjs/commands/DeleteArtifactCommand.js +0 -1
- package/dist-cjs/commands/DeleteAssociationCommand.js +0 -1
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -1
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DeleteCompilationJobCommand.js +0 -1
- package/dist-cjs/commands/DeleteContextCommand.js +0 -1
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +0 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +0 -1
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +0 -1
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +0 -1
- package/dist-cjs/commands/DeleteEndpointCommand.js +0 -1
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +0 -1
- package/dist-cjs/commands/DeleteExperimentCommand.js +0 -1
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +0 -1
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DeleteHubCommand.js +0 -1
- package/dist-cjs/commands/DeleteHubContentCommand.js +0 -1
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +0 -1
- package/dist-cjs/commands/DeleteHyperParameterTuningJobCommand.js +0 -1
- package/dist-cjs/commands/DeleteImageCommand.js +0 -1
- package/dist-cjs/commands/DeleteImageVersionCommand.js +0 -1
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +0 -1
- package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelCardCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelPackageCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +0 -1
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -1
- package/dist-cjs/commands/DeleteSpaceCommand.js +0 -1
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +0 -1
- package/dist-cjs/commands/DeleteTrialCommand.js +0 -1
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/DeleteUserProfileCommand.js +0 -1
- package/dist-cjs/commands/DeleteWorkforceCommand.js +0 -1
- package/dist-cjs/commands/DeleteWorkteamCommand.js +0 -1
- package/dist-cjs/commands/DeregisterDevicesCommand.js +0 -1
- package/dist-cjs/commands/DescribeActionCommand.js +0 -1
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +0 -1
- package/dist-cjs/commands/DescribeAppCommand.js +0 -1
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +0 -1
- package/dist-cjs/commands/DescribeArtifactCommand.js +0 -1
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeAutoMLJobV2Command.js +0 -1
- package/dist-cjs/commands/DescribeClusterCommand.js +0 -1
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +0 -1
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeContextCommand.js +0 -1
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DescribeDeviceCommand.js +0 -1
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +0 -1
- package/dist-cjs/commands/DescribeDomainCommand.js +0 -1
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +0 -1
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeEndpointCommand.js +0 -1
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +0 -1
- package/dist-cjs/commands/DescribeExperimentCommand.js +0 -1
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +0 -1
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +0 -1
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DescribeHubCommand.js +0 -1
- package/dist-cjs/commands/DescribeHubContentCommand.js +0 -1
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +0 -1
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeImageCommand.js +0 -1
- package/dist-cjs/commands/DescribeImageVersionCommand.js +0 -1
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +0 -1
- package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelCardCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelPackageCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +0 -1
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +0 -1
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/DescribePipelineCommand.js +0 -1
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +0 -1
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +0 -1
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeProjectCommand.js +0 -1
- package/dist-cjs/commands/DescribeSpaceCommand.js +0 -1
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +0 -1
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeTransformJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeTrialCommand.js +0 -1
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/DescribeUserProfileCommand.js +0 -1
- package/dist-cjs/commands/DescribeWorkforceCommand.js +0 -1
- package/dist-cjs/commands/DescribeWorkteamCommand.js +0 -1
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +0 -1
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +0 -1
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +0 -1
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +0 -1
- package/dist-cjs/commands/GetScalingConfigurationRecommendationCommand.js +0 -1
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +0 -1
- package/dist-cjs/commands/ImportHubContentCommand.js +0 -1
- package/dist-cjs/commands/ListActionsCommand.js +0 -1
- package/dist-cjs/commands/ListAlgorithmsCommand.js +0 -1
- package/dist-cjs/commands/ListAliasesCommand.js +0 -1
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +0 -1
- package/dist-cjs/commands/ListAppsCommand.js +0 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +0 -1
- package/dist-cjs/commands/ListAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +0 -1
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +0 -1
- package/dist-cjs/commands/ListClusterNodesCommand.js +0 -1
- package/dist-cjs/commands/ListClustersCommand.js +0 -1
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +0 -1
- package/dist-cjs/commands/ListCompilationJobsCommand.js +0 -1
- package/dist-cjs/commands/ListContextsCommand.js +0 -1
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +0 -1
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +0 -1
- package/dist-cjs/commands/ListDevicesCommand.js +0 -1
- package/dist-cjs/commands/ListDomainsCommand.js +0 -1
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +0 -1
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +0 -1
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +0 -1
- package/dist-cjs/commands/ListEndpointsCommand.js +0 -1
- package/dist-cjs/commands/ListExperimentsCommand.js +0 -1
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +0 -1
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +0 -1
- package/dist-cjs/commands/ListHubContentVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListHubContentsCommand.js +0 -1
- package/dist-cjs/commands/ListHubsCommand.js +0 -1
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +0 -1
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +0 -1
- package/dist-cjs/commands/ListImageVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListImagesCommand.js +0 -1
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +0 -1
- package/dist-cjs/commands/ListInferenceExperimentsCommand.js +0 -1
- package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +0 -1
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +0 -1
- package/dist-cjs/commands/ListLabelingJobsCommand.js +0 -1
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +0 -1
- package/dist-cjs/commands/ListLineageGroupsCommand.js +0 -1
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +0 -1
- package/dist-cjs/commands/ListModelCardExportJobsCommand.js +0 -1
- package/dist-cjs/commands/ListModelCardVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListModelCardsCommand.js +0 -1
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +0 -1
- package/dist-cjs/commands/ListModelMetadataCommand.js +0 -1
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +0 -1
- package/dist-cjs/commands/ListModelPackagesCommand.js +0 -1
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +0 -1
- package/dist-cjs/commands/ListModelsCommand.js +0 -1
- package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +0 -1
- package/dist-cjs/commands/ListMonitoringAlertsCommand.js +0 -1
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +0 -1
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +0 -1
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +0 -1
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +0 -1
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +0 -1
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +0 -1
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +0 -1
- package/dist-cjs/commands/ListPipelinesCommand.js +0 -1
- package/dist-cjs/commands/ListProcessingJobsCommand.js +0 -1
- package/dist-cjs/commands/ListProjectsCommand.js +0 -1
- package/dist-cjs/commands/ListResourceCatalogsCommand.js +0 -1
- package/dist-cjs/commands/ListSpacesCommand.js +0 -1
- package/dist-cjs/commands/ListStageDevicesCommand.js +0 -1
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +0 -1
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsCommand.js +0 -1
- package/dist-cjs/commands/ListTrainingJobsCommand.js +0 -1
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +0 -1
- package/dist-cjs/commands/ListTransformJobsCommand.js +0 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +0 -1
- package/dist-cjs/commands/ListTrialsCommand.js +0 -1
- package/dist-cjs/commands/ListUserProfilesCommand.js +0 -1
- package/dist-cjs/commands/ListWorkforcesCommand.js +0 -1
- package/dist-cjs/commands/ListWorkteamsCommand.js +0 -1
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +0 -1
- package/dist-cjs/commands/QueryLineageCommand.js +0 -1
- package/dist-cjs/commands/RegisterDevicesCommand.js +0 -1
- package/dist-cjs/commands/RenderUiTemplateCommand.js +0 -1
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +0 -1
- package/dist-cjs/commands/SearchCommand.js +0 -1
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +0 -1
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +0 -1
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +0 -1
- package/dist-cjs/commands/StartInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +0 -1
- package/dist-cjs/commands/StopAutoMLJobCommand.js +0 -1
- package/dist-cjs/commands/StopCompilationJobCommand.js +0 -1
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +0 -1
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +0 -1
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +0 -1
- package/dist-cjs/commands/StopInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +0 -1
- package/dist-cjs/commands/StopLabelingJobCommand.js +0 -1
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +0 -1
- package/dist-cjs/commands/StopProcessingJobCommand.js +0 -1
- package/dist-cjs/commands/StopTrainingJobCommand.js +0 -1
- package/dist-cjs/commands/StopTransformJobCommand.js +0 -1
- package/dist-cjs/commands/UpdateActionCommand.js +0 -1
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +0 -1
- package/dist-cjs/commands/UpdateArtifactCommand.js +0 -1
- package/dist-cjs/commands/UpdateClusterCommand.js +0 -1
- package/dist-cjs/commands/UpdateClusterSoftwareCommand.js +0 -1
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +0 -1
- package/dist-cjs/commands/UpdateContextCommand.js +0 -1
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +0 -1
- package/dist-cjs/commands/UpdateDevicesCommand.js +0 -1
- package/dist-cjs/commands/UpdateDomainCommand.js +0 -1
- package/dist-cjs/commands/UpdateEndpointCommand.js +0 -1
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +0 -1
- package/dist-cjs/commands/UpdateExperimentCommand.js +0 -1
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +0 -1
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +0 -1
- package/dist-cjs/commands/UpdateHubCommand.js +0 -1
- package/dist-cjs/commands/UpdateImageCommand.js +0 -1
- package/dist-cjs/commands/UpdateImageVersionCommand.js +0 -1
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +0 -1
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +0 -1
- package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +0 -1
- package/dist-cjs/commands/UpdateModelCardCommand.js +0 -1
- package/dist-cjs/commands/UpdateModelPackageCommand.js +0 -1
- package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +0 -1
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +0 -1
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +0 -1
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +0 -1
- package/dist-cjs/commands/UpdatePipelineCommand.js +0 -1
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +0 -1
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -1
- package/dist-cjs/commands/UpdateSpaceCommand.js +0 -1
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +0 -1
- package/dist-cjs/commands/UpdateTrialCommand.js +0 -1
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +0 -1
- package/dist-cjs/commands/UpdateUserProfileCommand.js +0 -1
- package/dist-cjs/commands/UpdateWorkforceCommand.js +0 -1
- package/dist-cjs/commands/UpdateWorkteamCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/SageMakerServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/models/models_1.js +0 -1
- package/dist-cjs/models/models_2.js +0 -1
- package/dist-cjs/models/models_3.js +0 -1
- package/dist-cjs/models/models_4.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListActionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAlgorithmsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -1
- package/dist-cjs/pagination/ListAppImageConfigsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAppsPaginator.js +0 -1
- package/dist-cjs/pagination/ListArtifactsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListAutoMLJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListCandidatesForAutoMLJobPaginator.js +0 -1
- package/dist-cjs/pagination/ListCodeRepositoriesPaginator.js +0 -1
- package/dist-cjs/pagination/ListCompilationJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListContextsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDataQualityJobDefinitionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDeviceFleetsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDevicesPaginator.js +0 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEdgeDeploymentPlansPaginator.js +0 -1
- package/dist-cjs/pagination/ListEdgePackagingJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEndpointConfigsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEndpointsPaginator.js +0 -1
- package/dist-cjs/pagination/ListExperimentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +0 -1
- package/dist-cjs/pagination/ListFlowDefinitionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListHumanTaskUisPaginator.js +0 -1
- package/dist-cjs/pagination/ListHyperParameterTuningJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListImageVersionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListImagesPaginator.js +0 -1
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListInferenceExperimentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListInferenceRecommendationsJobStepsPaginator.js +0 -1
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListLabelingJobsForWorkteamPaginator.js +0 -1
- package/dist-cjs/pagination/ListLabelingJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelBiasJobDefinitionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelCardExportJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelCardVersionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelCardsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelPackageGroupsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelPackagesPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelQualityJobDefinitionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListModelsPaginator.js +0 -1
- package/dist-cjs/pagination/ListMonitoringAlertHistoryPaginator.js +0 -1
- package/dist-cjs/pagination/ListMonitoringAlertsPaginator.js +0 -1
- package/dist-cjs/pagination/ListMonitoringExecutionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListMonitoringSchedulesPaginator.js +0 -1
- package/dist-cjs/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +0 -1
- package/dist-cjs/pagination/ListNotebookInstancesPaginator.js +0 -1
- package/dist-cjs/pagination/ListPipelineExecutionStepsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPipelineParametersForExecutionPaginator.js +0 -1
- package/dist-cjs/pagination/ListPipelinesPaginator.js +0 -1
- package/dist-cjs/pagination/ListProcessingJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -1
- package/dist-cjs/pagination/ListResourceCatalogsPaginator.js +0 -1
- package/dist-cjs/pagination/ListSpacesPaginator.js +0 -1
- package/dist-cjs/pagination/ListStageDevicesPaginator.js +0 -1
- package/dist-cjs/pagination/ListStudioLifecycleConfigsPaginator.js +0 -1
- package/dist-cjs/pagination/ListSubscribedWorkteamsPaginator.js +0 -1
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -1
- package/dist-cjs/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +0 -1
- package/dist-cjs/pagination/ListTrainingJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListTransformJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListTrialComponentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListTrialsPaginator.js +0 -1
- package/dist-cjs/pagination/ListUserProfilesPaginator.js +0 -1
- package/dist-cjs/pagination/ListWorkforcesPaginator.js +0 -1
- package/dist-cjs/pagination/ListWorkteamsPaginator.js +0 -1
- package/dist-cjs/pagination/QueryLineagePaginator.js +0 -1
- package/dist-cjs/pagination/SearchPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
- package/dist-cjs/waiters/index.js +0 -1
- package/dist-cjs/waiters/waitForEndpointDeleted.js +0 -1
- package/dist-cjs/waiters/waitForEndpointInService.js +0 -1
- package/dist-cjs/waiters/waitForImageCreated.js +0 -1
- package/dist-cjs/waiters/waitForImageDeleted.js +0 -1
- package/dist-cjs/waiters/waitForImageUpdated.js +0 -1
- package/dist-cjs/waiters/waitForImageVersionCreated.js +0 -1
- package/dist-cjs/waiters/waitForImageVersionDeleted.js +0 -1
- package/dist-cjs/waiters/waitForNotebookInstanceDeleted.js +0 -1
- package/dist-cjs/waiters/waitForNotebookInstanceInService.js +0 -1
- package/dist-cjs/waiters/waitForNotebookInstanceStopped.js +0 -1
- package/dist-cjs/waiters/waitForProcessingJobCompletedOrStopped.js +0 -1
- package/dist-cjs/waiters/waitForTrainingJobCompletedOrStopped.js +0 -1
- package/dist-cjs/waiters/waitForTransformJobCompletedOrStopped.js +0 -1
|
@@ -48,6 +48,14 @@ export const AdditionalS3DataSourceDataType = {
|
|
|
48
48
|
S3OBJECT: "S3Object",
|
|
49
49
|
S3PREFIX: "S3Prefix",
|
|
50
50
|
};
|
|
51
|
+
export const ModelCompressionType = {
|
|
52
|
+
Gzip: "Gzip",
|
|
53
|
+
None: "None",
|
|
54
|
+
};
|
|
55
|
+
export const S3ModelDataType = {
|
|
56
|
+
S3Object: "S3Object",
|
|
57
|
+
S3Prefix: "S3Prefix",
|
|
58
|
+
};
|
|
51
59
|
export const ProductionVariantInstanceType = {
|
|
52
60
|
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
53
61
|
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
@@ -1028,14 +1036,6 @@ export const ContainerMode = {
|
|
|
1028
1036
|
MULTI_MODEL: "MultiModel",
|
|
1029
1037
|
SINGLE_MODEL: "SingleModel",
|
|
1030
1038
|
};
|
|
1031
|
-
export const ModelCompressionType = {
|
|
1032
|
-
Gzip: "Gzip",
|
|
1033
|
-
None: "None",
|
|
1034
|
-
};
|
|
1035
|
-
export const S3ModelDataType = {
|
|
1036
|
-
S3Object: "S3Object",
|
|
1037
|
-
S3Prefix: "S3Prefix",
|
|
1038
|
-
};
|
|
1039
1039
|
export const ModelCacheSetting = {
|
|
1040
1040
|
DISABLED: "Disabled",
|
|
1041
1041
|
ENABLED: "Enabled",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
|
+
import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, LazyJsonString as __LazyJsonString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -6179,6 +6179,7 @@ const se_CreateModelPackageInput = (input, context) => {
|
|
|
6179
6179
|
SamplePayloadUrl: [],
|
|
6180
6180
|
SkipModelValidation: [],
|
|
6181
6181
|
SourceAlgorithmSpecification: _json,
|
|
6182
|
+
SourceUri: [],
|
|
6182
6183
|
Tags: _json,
|
|
6183
6184
|
Task: [],
|
|
6184
6185
|
ValidationSpecification: _json,
|
|
@@ -9854,6 +9855,7 @@ const de_DescribeModelPackageOutput = (output, context) => {
|
|
|
9854
9855
|
SamplePayloadUrl: __expectString,
|
|
9855
9856
|
SkipModelValidation: __expectString,
|
|
9856
9857
|
SourceAlgorithmSpecification: (_) => de_SourceAlgorithmSpecification(_, context),
|
|
9858
|
+
SourceUri: __expectString,
|
|
9857
9859
|
Task: __expectString,
|
|
9858
9860
|
ValidationSpecification: (_) => de_ModelPackageValidationSpecification(_, context),
|
|
9859
9861
|
});
|
|
@@ -12785,6 +12787,7 @@ const de_ModelPackage = (output, context) => {
|
|
|
12785
12787
|
SamplePayloadUrl: __expectString,
|
|
12786
12788
|
SkipModelValidation: __expectString,
|
|
12787
12789
|
SourceAlgorithmSpecification: (_) => de_SourceAlgorithmSpecification(_, context),
|
|
12790
|
+
SourceUri: __expectString,
|
|
12788
12791
|
Tags: (_) => de_TagList(_, context),
|
|
12789
12792
|
Task: __expectString,
|
|
12790
12793
|
ValidationSpecification: (_) => de_ModelPackageValidationSpecification(_, context),
|
|
@@ -12799,6 +12802,7 @@ const de_ModelPackageContainerDefinition = (output, context) => {
|
|
|
12799
12802
|
FrameworkVersion: __expectString,
|
|
12800
12803
|
Image: __expectString,
|
|
12801
12804
|
ImageDigest: __expectString,
|
|
12805
|
+
ModelDataSource: (_) => de_ModelDataSource(_, context),
|
|
12802
12806
|
ModelDataUrl: __expectString,
|
|
12803
12807
|
ModelInput: (_) => de_ModelInput(_, context),
|
|
12804
12808
|
NearestModelName: __expectString,
|
|
@@ -14586,6 +14590,7 @@ const de_ShuffleConfig = (output, context) => {
|
|
|
14586
14590
|
const de_SourceAlgorithm = (output, context) => {
|
|
14587
14591
|
return take(output, {
|
|
14588
14592
|
AlgorithmName: __expectString,
|
|
14593
|
+
ModelDataSource: (_) => de_ModelDataSource(_, context),
|
|
14589
14594
|
ModelDataUrl: __expectString,
|
|
14590
14595
|
});
|
|
14591
14596
|
};
|
|
@@ -15739,43 +15744,3 @@ function sharedHeaders(operation) {
|
|
|
15739
15744
|
"x-amz-target": `SageMaker.${operation}`,
|
|
15740
15745
|
};
|
|
15741
15746
|
}
|
|
15742
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
15743
|
-
if (encoded.length) {
|
|
15744
|
-
return JSON.parse(encoded);
|
|
15745
|
-
}
|
|
15746
|
-
return {};
|
|
15747
|
-
});
|
|
15748
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
15749
|
-
const value = await parseBody(errorBody, context);
|
|
15750
|
-
value.message = value.message ?? value.Message;
|
|
15751
|
-
return value;
|
|
15752
|
-
};
|
|
15753
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
15754
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
15755
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
15756
|
-
let cleanValue = rawValue;
|
|
15757
|
-
if (typeof cleanValue === "number") {
|
|
15758
|
-
cleanValue = cleanValue.toString();
|
|
15759
|
-
}
|
|
15760
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
15761
|
-
cleanValue = cleanValue.split(",")[0];
|
|
15762
|
-
}
|
|
15763
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
15764
|
-
cleanValue = cleanValue.split(":")[0];
|
|
15765
|
-
}
|
|
15766
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
15767
|
-
cleanValue = cleanValue.split("#")[1];
|
|
15768
|
-
}
|
|
15769
|
-
return cleanValue;
|
|
15770
|
-
};
|
|
15771
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
15772
|
-
if (headerKey !== undefined) {
|
|
15773
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
15774
|
-
}
|
|
15775
|
-
if (data.code !== undefined) {
|
|
15776
|
-
return sanitizeErrorCode(data.code);
|
|
15777
|
-
}
|
|
15778
|
-
if (data["__type"] !== undefined) {
|
|
15779
|
-
return sanitizeErrorCode(data["__type"]);
|
|
15780
|
-
}
|
|
15781
|
-
};
|
|
@@ -55,6 +55,16 @@ declare const BatchDescribeModelPackageCommand_base: {
|
|
|
55
55
|
* // Image: "STRING_VALUE", // required
|
|
56
56
|
* // ImageDigest: "STRING_VALUE",
|
|
57
57
|
* // ModelDataUrl: "STRING_VALUE",
|
|
58
|
+
* // ModelDataSource: { // ModelDataSource
|
|
59
|
+
* // S3DataSource: { // S3ModelDataSource
|
|
60
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
61
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
62
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
63
|
+
* // ModelAccessConfig: { // ModelAccessConfig
|
|
64
|
+
* // AcceptEula: true || false, // required
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
58
68
|
* // ProductId: "STRING_VALUE",
|
|
59
69
|
* // Environment: { // EnvironmentMap
|
|
60
70
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -109,6 +109,16 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
109
109
|
* Image: "STRING_VALUE", // required
|
|
110
110
|
* ImageDigest: "STRING_VALUE",
|
|
111
111
|
* ModelDataUrl: "STRING_VALUE",
|
|
112
|
+
* ModelDataSource: { // ModelDataSource
|
|
113
|
+
* S3DataSource: { // S3ModelDataSource
|
|
114
|
+
* S3Uri: "STRING_VALUE", // required
|
|
115
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
116
|
+
* CompressionType: "None" || "Gzip", // required
|
|
117
|
+
* ModelAccessConfig: { // ModelAccessConfig
|
|
118
|
+
* AcceptEula: true || false, // required
|
|
119
|
+
* },
|
|
120
|
+
* },
|
|
121
|
+
* },
|
|
112
122
|
* ProductId: "STRING_VALUE",
|
|
113
123
|
* Environment: { // EnvironmentMap
|
|
114
124
|
* "<keys>": "STRING_VALUE",
|
|
@@ -36,9 +36,6 @@ declare const CreateModelCommand_base: {
|
|
|
36
36
|
* <code>CreateEndpointConfig</code> API, and then create an endpoint with the
|
|
37
37
|
* <code>CreateEndpoint</code> API. SageMaker then deploys all of the containers that you
|
|
38
38
|
* defined for the model in the hosting environment. </p>
|
|
39
|
-
* <p>For an example that calls this method when deploying a model to SageMaker hosting services,
|
|
40
|
-
* see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html#realtime-endpoints-deployment-create-model">Create a Model (Amazon Web Services SDK for Python (Boto 3)).</a>
|
|
41
|
-
* </p>
|
|
42
39
|
* <p>To run a batch transform using your model, you start a job with the
|
|
43
40
|
* <code>CreateTransformJob</code> API. SageMaker uses your model and your dataset to get
|
|
44
41
|
* inferences which are then saved to a specified S3 location.</p>
|
|
@@ -63,6 +63,16 @@ declare const CreateModelPackageCommand_base: {
|
|
|
63
63
|
* Image: "STRING_VALUE", // required
|
|
64
64
|
* ImageDigest: "STRING_VALUE",
|
|
65
65
|
* ModelDataUrl: "STRING_VALUE",
|
|
66
|
+
* ModelDataSource: { // ModelDataSource
|
|
67
|
+
* S3DataSource: { // S3ModelDataSource
|
|
68
|
+
* S3Uri: "STRING_VALUE", // required
|
|
69
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
70
|
+
* CompressionType: "None" || "Gzip", // required
|
|
71
|
+
* ModelAccessConfig: { // ModelAccessConfig
|
|
72
|
+
* AcceptEula: true || false, // required
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
66
76
|
* ProductId: "STRING_VALUE",
|
|
67
77
|
* Environment: { // EnvironmentMap
|
|
68
78
|
* "<keys>": "STRING_VALUE",
|
|
@@ -135,6 +145,16 @@ declare const CreateModelPackageCommand_base: {
|
|
|
135
145
|
* SourceAlgorithms: [ // SourceAlgorithmList // required
|
|
136
146
|
* { // SourceAlgorithm
|
|
137
147
|
* ModelDataUrl: "STRING_VALUE",
|
|
148
|
+
* ModelDataSource: {
|
|
149
|
+
* S3DataSource: {
|
|
150
|
+
* S3Uri: "STRING_VALUE", // required
|
|
151
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
152
|
+
* CompressionType: "None" || "Gzip", // required
|
|
153
|
+
* ModelAccessConfig: {
|
|
154
|
+
* AcceptEula: true || false, // required
|
|
155
|
+
* },
|
|
156
|
+
* },
|
|
157
|
+
* },
|
|
138
158
|
* AlgorithmName: "STRING_VALUE", // required
|
|
139
159
|
* },
|
|
140
160
|
* ],
|
|
@@ -235,6 +255,16 @@ declare const CreateModelPackageCommand_base: {
|
|
|
235
255
|
* Image: "STRING_VALUE", // required
|
|
236
256
|
* ImageDigest: "STRING_VALUE",
|
|
237
257
|
* ModelDataUrl: "STRING_VALUE",
|
|
258
|
+
* ModelDataSource: {
|
|
259
|
+
* S3DataSource: {
|
|
260
|
+
* S3Uri: "STRING_VALUE", // required
|
|
261
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
262
|
+
* CompressionType: "None" || "Gzip", // required
|
|
263
|
+
* ModelAccessConfig: {
|
|
264
|
+
* AcceptEula: true || false, // required
|
|
265
|
+
* },
|
|
266
|
+
* },
|
|
267
|
+
* },
|
|
238
268
|
* ProductId: "STRING_VALUE",
|
|
239
269
|
* Environment: {
|
|
240
270
|
* "<keys>": "STRING_VALUE",
|
|
@@ -267,6 +297,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
267
297
|
* },
|
|
268
298
|
* ],
|
|
269
299
|
* SkipModelValidation: "All" || "None",
|
|
300
|
+
* SourceUri: "STRING_VALUE",
|
|
270
301
|
* };
|
|
271
302
|
* const command = new CreateModelPackageCommand(input);
|
|
272
303
|
* const response = await client.send(command);
|
|
@@ -116,6 +116,16 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
116
116
|
* // Image: "STRING_VALUE", // required
|
|
117
117
|
* // ImageDigest: "STRING_VALUE",
|
|
118
118
|
* // ModelDataUrl: "STRING_VALUE",
|
|
119
|
+
* // ModelDataSource: { // ModelDataSource
|
|
120
|
+
* // S3DataSource: { // S3ModelDataSource
|
|
121
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
122
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
123
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
124
|
+
* // ModelAccessConfig: { // ModelAccessConfig
|
|
125
|
+
* // AcceptEula: true || false, // required
|
|
126
|
+
* // },
|
|
127
|
+
* // },
|
|
128
|
+
* // },
|
|
119
129
|
* // ProductId: "STRING_VALUE",
|
|
120
130
|
* // Environment: { // EnvironmentMap
|
|
121
131
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -55,6 +55,16 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
55
55
|
* // Image: "STRING_VALUE", // required
|
|
56
56
|
* // ImageDigest: "STRING_VALUE",
|
|
57
57
|
* // ModelDataUrl: "STRING_VALUE",
|
|
58
|
+
* // ModelDataSource: { // ModelDataSource
|
|
59
|
+
* // S3DataSource: { // S3ModelDataSource
|
|
60
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
61
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
62
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
63
|
+
* // ModelAccessConfig: { // ModelAccessConfig
|
|
64
|
+
* // AcceptEula: true || false, // required
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
58
68
|
* // ProductId: "STRING_VALUE",
|
|
59
69
|
* // Environment: { // EnvironmentMap
|
|
60
70
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -89,6 +99,16 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
89
99
|
* // SourceAlgorithms: [ // SourceAlgorithmList // required
|
|
90
100
|
* // { // SourceAlgorithm
|
|
91
101
|
* // ModelDataUrl: "STRING_VALUE",
|
|
102
|
+
* // ModelDataSource: {
|
|
103
|
+
* // S3DataSource: {
|
|
104
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
105
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
106
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
107
|
+
* // ModelAccessConfig: {
|
|
108
|
+
* // AcceptEula: true || false, // required
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // },
|
|
92
112
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
93
113
|
* // },
|
|
94
114
|
* // ],
|
|
@@ -259,6 +279,16 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
259
279
|
* // Image: "STRING_VALUE", // required
|
|
260
280
|
* // ImageDigest: "STRING_VALUE",
|
|
261
281
|
* // ModelDataUrl: "STRING_VALUE",
|
|
282
|
+
* // ModelDataSource: {
|
|
283
|
+
* // S3DataSource: {
|
|
284
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
285
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
286
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
287
|
+
* // ModelAccessConfig: {
|
|
288
|
+
* // AcceptEula: true || false, // required
|
|
289
|
+
* // },
|
|
290
|
+
* // },
|
|
291
|
+
* // },
|
|
262
292
|
* // ProductId: "STRING_VALUE",
|
|
263
293
|
* // Environment: {
|
|
264
294
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -291,6 +321,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
291
321
|
* // },
|
|
292
322
|
* // ],
|
|
293
323
|
* // SkipModelValidation: "All" || "None",
|
|
324
|
+
* // SourceUri: "STRING_VALUE",
|
|
294
325
|
* // };
|
|
295
326
|
*
|
|
296
327
|
* ```
|
|
@@ -1086,6 +1086,16 @@ declare const SearchCommand_base: {
|
|
|
1086
1086
|
* // Image: "STRING_VALUE", // required
|
|
1087
1087
|
* // ImageDigest: "STRING_VALUE",
|
|
1088
1088
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1089
|
+
* // ModelDataSource: { // ModelDataSource
|
|
1090
|
+
* // S3DataSource: { // S3ModelDataSource
|
|
1091
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
1092
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1093
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
1094
|
+
* // ModelAccessConfig: { // ModelAccessConfig
|
|
1095
|
+
* // AcceptEula: true || false, // required
|
|
1096
|
+
* // },
|
|
1097
|
+
* // },
|
|
1098
|
+
* // },
|
|
1089
1099
|
* // ProductId: "STRING_VALUE",
|
|
1090
1100
|
* // Environment: { // EnvironmentMap
|
|
1091
1101
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -1120,6 +1130,16 @@ declare const SearchCommand_base: {
|
|
|
1120
1130
|
* // SourceAlgorithms: [ // SourceAlgorithmList // required
|
|
1121
1131
|
* // { // SourceAlgorithm
|
|
1122
1132
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1133
|
+
* // ModelDataSource: {
|
|
1134
|
+
* // S3DataSource: {
|
|
1135
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
1136
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1137
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
1138
|
+
* // ModelAccessConfig: {
|
|
1139
|
+
* // AcceptEula: true || false, // required
|
|
1140
|
+
* // },
|
|
1141
|
+
* // },
|
|
1142
|
+
* // },
|
|
1123
1143
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
1124
1144
|
* // },
|
|
1125
1145
|
* // ],
|
|
@@ -1242,6 +1262,16 @@ declare const SearchCommand_base: {
|
|
|
1242
1262
|
* // Image: "STRING_VALUE", // required
|
|
1243
1263
|
* // ImageDigest: "STRING_VALUE",
|
|
1244
1264
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1265
|
+
* // ModelDataSource: {
|
|
1266
|
+
* // S3DataSource: {
|
|
1267
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
1268
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1269
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
1270
|
+
* // ModelAccessConfig: {
|
|
1271
|
+
* // AcceptEula: true || false, // required
|
|
1272
|
+
* // },
|
|
1273
|
+
* // },
|
|
1274
|
+
* // },
|
|
1245
1275
|
* // ProductId: "STRING_VALUE",
|
|
1246
1276
|
* // Environment: {
|
|
1247
1277
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -1273,6 +1303,7 @@ declare const SearchCommand_base: {
|
|
|
1273
1303
|
* // ],
|
|
1274
1304
|
* // },
|
|
1275
1305
|
* // ],
|
|
1306
|
+
* // SourceUri: "STRING_VALUE",
|
|
1276
1307
|
* // Tags: "<TagList>",
|
|
1277
1308
|
* // CustomerMetadataProperties: { // CustomerMetadataMap
|
|
1278
1309
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -1781,16 +1812,7 @@ declare const SearchCommand_base: {
|
|
|
1781
1812
|
* // },
|
|
1782
1813
|
* // Mode: "SingleModel" || "MultiModel",
|
|
1783
1814
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1784
|
-
* // ModelDataSource:
|
|
1785
|
-
* // S3DataSource: { // S3ModelDataSource
|
|
1786
|
-
* // S3Uri: "STRING_VALUE", // required
|
|
1787
|
-
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1788
|
-
* // CompressionType: "None" || "Gzip", // required
|
|
1789
|
-
* // ModelAccessConfig: { // ModelAccessConfig
|
|
1790
|
-
* // AcceptEula: true || false, // required
|
|
1791
|
-
* // },
|
|
1792
|
-
* // },
|
|
1793
|
-
* // },
|
|
1815
|
+
* // ModelDataSource: "<ModelDataSource>",
|
|
1794
1816
|
* // Environment: "<EnvironmentMap>",
|
|
1795
1817
|
* // ModelPackageName: "STRING_VALUE",
|
|
1796
1818
|
* // InferenceSpecificationName: "STRING_VALUE",
|
|
@@ -1810,16 +1832,7 @@ declare const SearchCommand_base: {
|
|
|
1810
1832
|
* // },
|
|
1811
1833
|
* // Mode: "SingleModel" || "MultiModel",
|
|
1812
1834
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1813
|
-
* // ModelDataSource:
|
|
1814
|
-
* // S3DataSource: {
|
|
1815
|
-
* // S3Uri: "STRING_VALUE", // required
|
|
1816
|
-
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1817
|
-
* // CompressionType: "None" || "Gzip", // required
|
|
1818
|
-
* // ModelAccessConfig: {
|
|
1819
|
-
* // AcceptEula: true || false, // required
|
|
1820
|
-
* // },
|
|
1821
|
-
* // },
|
|
1822
|
-
* // },
|
|
1835
|
+
* // ModelDataSource: "<ModelDataSource>",
|
|
1823
1836
|
* // Environment: "<EnvironmentMap>",
|
|
1824
1837
|
* // ModelPackageName: "STRING_VALUE",
|
|
1825
1838
|
* // InferenceSpecificationName: "STRING_VALUE",
|
|
@@ -37,7 +37,10 @@ declare const UpdateFeatureGroupCommand_base: {
|
|
|
37
37
|
* feature group <i>after the feature group is updated</i>. If a record level
|
|
38
38
|
* <code>TtlDuration</code> exists from using the <code>PutRecord</code> API, the record
|
|
39
39
|
* level <code>TtlDuration</code> applies to that record instead of the default
|
|
40
|
-
* <code>TtlDuration</code
|
|
40
|
+
* <code>TtlDuration</code>. To remove the default <code>TtlDuration</code> from an
|
|
41
|
+
* existing feature group, use the <code>UpdateFeatureGroup</code> API and set the
|
|
42
|
+
* <code>TtlDuration</code>
|
|
43
|
+
* <code>Unit</code> and <code>Value</code> to <code>null</code>.</p>
|
|
41
44
|
* @example
|
|
42
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
46
|
* ```javascript
|
|
@@ -53,6 +53,16 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
53
53
|
* Image: "STRING_VALUE", // required
|
|
54
54
|
* ImageDigest: "STRING_VALUE",
|
|
55
55
|
* ModelDataUrl: "STRING_VALUE",
|
|
56
|
+
* ModelDataSource: { // ModelDataSource
|
|
57
|
+
* S3DataSource: { // S3ModelDataSource
|
|
58
|
+
* S3Uri: "STRING_VALUE", // required
|
|
59
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
60
|
+
* CompressionType: "None" || "Gzip", // required
|
|
61
|
+
* ModelAccessConfig: { // ModelAccessConfig
|
|
62
|
+
* AcceptEula: true || false, // required
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* },
|
|
56
66
|
* ProductId: "STRING_VALUE",
|
|
57
67
|
* Environment: { // EnvironmentMap
|
|
58
68
|
* "<keys>": "STRING_VALUE",
|
|
@@ -84,6 +94,54 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
84
94
|
* ],
|
|
85
95
|
* },
|
|
86
96
|
* ],
|
|
97
|
+
* InferenceSpecification: { // InferenceSpecification
|
|
98
|
+
* Containers: [ // required
|
|
99
|
+
* {
|
|
100
|
+
* ContainerHostname: "STRING_VALUE",
|
|
101
|
+
* Image: "STRING_VALUE", // required
|
|
102
|
+
* ImageDigest: "STRING_VALUE",
|
|
103
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
104
|
+
* ModelDataSource: {
|
|
105
|
+
* S3DataSource: {
|
|
106
|
+
* S3Uri: "STRING_VALUE", // required
|
|
107
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
108
|
+
* CompressionType: "None" || "Gzip", // required
|
|
109
|
+
* ModelAccessConfig: {
|
|
110
|
+
* AcceptEula: true || false, // required
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* ProductId: "STRING_VALUE",
|
|
115
|
+
* Environment: {
|
|
116
|
+
* "<keys>": "STRING_VALUE",
|
|
117
|
+
* },
|
|
118
|
+
* ModelInput: {
|
|
119
|
+
* DataInputConfig: "STRING_VALUE", // required
|
|
120
|
+
* },
|
|
121
|
+
* Framework: "STRING_VALUE",
|
|
122
|
+
* FrameworkVersion: "STRING_VALUE",
|
|
123
|
+
* NearestModelName: "STRING_VALUE",
|
|
124
|
+
* AdditionalS3DataSource: {
|
|
125
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
126
|
+
* S3Uri: "STRING_VALUE", // required
|
|
127
|
+
* CompressionType: "None" || "Gzip",
|
|
128
|
+
* },
|
|
129
|
+
* },
|
|
130
|
+
* ],
|
|
131
|
+
* SupportedTransformInstanceTypes: [
|
|
132
|
+
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge",
|
|
133
|
+
* ],
|
|
134
|
+
* SupportedRealtimeInferenceInstanceTypes: [
|
|
135
|
+
* "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.dl1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
|
|
136
|
+
* ],
|
|
137
|
+
* SupportedContentTypes: [
|
|
138
|
+
* "STRING_VALUE",
|
|
139
|
+
* ],
|
|
140
|
+
* SupportedResponseMIMETypes: [
|
|
141
|
+
* "STRING_VALUE",
|
|
142
|
+
* ],
|
|
143
|
+
* },
|
|
144
|
+
* SourceUri: "STRING_VALUE",
|
|
87
145
|
* };
|
|
88
146
|
* const command = new UpdateModelPackageCommand(input);
|
|
89
147
|
* const response = await client.send(command);
|