@aws-sdk/client-sagemaker 3.299.0 → 3.301.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-types/SageMaker.d.ts +9 -3
- package/dist-types/commands/AddAssociationCommand.d.ts +5 -0
- package/dist-types/commands/AddTagsCommand.d.ts +9 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreateActionCommand.d.ts +26 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +201 -0
- package/dist-types/commands/CreateAppCommand.d.ts +19 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +28 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +73 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +73 -2
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +14 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +40 -0
- package/dist-types/commands/CreateContextCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +18 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +143 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +32 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +19 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +20 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +35 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +124 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +11 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +39 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +41 -0
- package/dist-types/commands/CreateHubCommand.d.ts +17 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +12 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +346 -0
- package/dist-types/commands/CreateImageCommand.d.ts +12 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +15 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +52 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +93 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +96 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +14 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +8 -0
- package/dist-types/commands/CreateModelCommand.d.ts +64 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +93 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +205 -0
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +104 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +114 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +31 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +22 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +7 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +108 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +21 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +46 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +170 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +58 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +40 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +90 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +28 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +8 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +20 -0
- package/dist-types/commands/ListActionsCommand.d.ts +10 -0
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +9 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +7 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppsCommand.d.ts +9 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +10 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +9 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListContextsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +12 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +9 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +12 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +8 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +7 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +12 -0
- package/dist-types/commands/ListHubsCommand.d.ts +11 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +7 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +13 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +10 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +8 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +12 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +12 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelsCommand.d.ts +9 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +5 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +15 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +15 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +6 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +5 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +9 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +8 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +12 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsCommand.d.ts +5 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +8 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +10 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +7 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +7 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +25 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +10 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +7 -0
- package/dist-types/commands/SearchCommand.d.ts +50 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +5 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +10 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +15 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +21 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +10 -0
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDevicesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +129 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +36 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +14 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +8 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +9 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +42 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +47 -0
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +108 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +15 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +19 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +40 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +27 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +82 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +27 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +73 -37
- package/dist-types/models/models_1.d.ts +4 -2
- package/dist-types/models/models_2.d.ts +4 -3
- package/package.json +8 -8
|
@@ -63,6 +63,84 @@ export interface CreateLabelingJobCommandOutput extends CreateLabelingJobRespons
|
|
|
63
63
|
* import { SageMakerClient, CreateLabelingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
64
64
|
* // const { SageMakerClient, CreateLabelingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
65
65
|
* const client = new SageMakerClient(config);
|
|
66
|
+
* const input = { // CreateLabelingJobRequest
|
|
67
|
+
* LabelingJobName: "STRING_VALUE", // required
|
|
68
|
+
* LabelAttributeName: "STRING_VALUE", // required
|
|
69
|
+
* InputConfig: { // LabelingJobInputConfig
|
|
70
|
+
* DataSource: { // LabelingJobDataSource
|
|
71
|
+
* S3DataSource: { // LabelingJobS3DataSource
|
|
72
|
+
* ManifestS3Uri: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* SnsDataSource: { // LabelingJobSnsDataSource
|
|
75
|
+
* SnsTopicArn: "STRING_VALUE", // required
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* DataAttributes: { // LabelingJobDataAttributes
|
|
79
|
+
* ContentClassifiers: [ // ContentClassifiers
|
|
80
|
+
* "FreeOfPersonallyIdentifiableInformation" || "FreeOfAdultContent",
|
|
81
|
+
* ],
|
|
82
|
+
* },
|
|
83
|
+
* },
|
|
84
|
+
* OutputConfig: { // LabelingJobOutputConfig
|
|
85
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
86
|
+
* KmsKeyId: "STRING_VALUE",
|
|
87
|
+
* SnsTopicArn: "STRING_VALUE",
|
|
88
|
+
* },
|
|
89
|
+
* RoleArn: "STRING_VALUE", // required
|
|
90
|
+
* LabelCategoryConfigS3Uri: "STRING_VALUE",
|
|
91
|
+
* StoppingConditions: { // LabelingJobStoppingConditions
|
|
92
|
+
* MaxHumanLabeledObjectCount: Number("int"),
|
|
93
|
+
* MaxPercentageOfInputDatasetLabeled: Number("int"),
|
|
94
|
+
* },
|
|
95
|
+
* LabelingJobAlgorithmsConfig: { // LabelingJobAlgorithmsConfig
|
|
96
|
+
* LabelingJobAlgorithmSpecificationArn: "STRING_VALUE", // required
|
|
97
|
+
* InitialActiveLearningModelArn: "STRING_VALUE",
|
|
98
|
+
* LabelingJobResourceConfig: { // LabelingJobResourceConfig
|
|
99
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
100
|
+
* VpcConfig: { // VpcConfig
|
|
101
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
102
|
+
* "STRING_VALUE",
|
|
103
|
+
* ],
|
|
104
|
+
* Subnets: [ // Subnets // required
|
|
105
|
+
* "STRING_VALUE",
|
|
106
|
+
* ],
|
|
107
|
+
* },
|
|
108
|
+
* },
|
|
109
|
+
* },
|
|
110
|
+
* HumanTaskConfig: { // HumanTaskConfig
|
|
111
|
+
* WorkteamArn: "STRING_VALUE", // required
|
|
112
|
+
* UiConfig: { // UiConfig
|
|
113
|
+
* UiTemplateS3Uri: "STRING_VALUE",
|
|
114
|
+
* HumanTaskUiArn: "STRING_VALUE",
|
|
115
|
+
* },
|
|
116
|
+
* PreHumanTaskLambdaArn: "STRING_VALUE", // required
|
|
117
|
+
* TaskKeywords: [ // TaskKeywords
|
|
118
|
+
* "STRING_VALUE",
|
|
119
|
+
* ],
|
|
120
|
+
* TaskTitle: "STRING_VALUE", // required
|
|
121
|
+
* TaskDescription: "STRING_VALUE", // required
|
|
122
|
+
* NumberOfHumanWorkersPerDataObject: Number("int"), // required
|
|
123
|
+
* TaskTimeLimitInSeconds: Number("int"), // required
|
|
124
|
+
* TaskAvailabilityLifetimeInSeconds: Number("int"),
|
|
125
|
+
* MaxConcurrentTaskCount: Number("int"),
|
|
126
|
+
* AnnotationConsolidationConfig: { // AnnotationConsolidationConfig
|
|
127
|
+
* AnnotationConsolidationLambdaArn: "STRING_VALUE", // required
|
|
128
|
+
* },
|
|
129
|
+
* PublicWorkforceTaskPrice: { // PublicWorkforceTaskPrice
|
|
130
|
+
* AmountInUsd: { // USD
|
|
131
|
+
* Dollars: Number("int"),
|
|
132
|
+
* Cents: Number("int"),
|
|
133
|
+
* TenthFractionsOfACent: Number("int"),
|
|
134
|
+
* },
|
|
135
|
+
* },
|
|
136
|
+
* },
|
|
137
|
+
* Tags: [ // TagList
|
|
138
|
+
* { // Tag
|
|
139
|
+
* Key: "STRING_VALUE", // required
|
|
140
|
+
* Value: "STRING_VALUE", // required
|
|
141
|
+
* },
|
|
142
|
+
* ],
|
|
143
|
+
* };
|
|
66
144
|
* const command = new CreateLabelingJobCommand(input);
|
|
67
145
|
* const response = await client.send(command);
|
|
68
146
|
* ```
|
|
@@ -26,6 +26,102 @@ export interface CreateModelBiasJobDefinitionCommandOutput extends CreateModelBi
|
|
|
26
26
|
* import { SageMakerClient, CreateModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, CreateModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // CreateModelBiasJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* ModelBiasBaselineConfig: { // ModelBiasBaselineConfig
|
|
32
|
+
* BaseliningJobName: "STRING_VALUE",
|
|
33
|
+
* ConstraintsResource: { // MonitoringConstraintsResource
|
|
34
|
+
* S3Uri: "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* },
|
|
37
|
+
* ModelBiasAppSpecification: { // ModelBiasAppSpecification
|
|
38
|
+
* ImageUri: "STRING_VALUE", // required
|
|
39
|
+
* ConfigUri: "STRING_VALUE", // required
|
|
40
|
+
* Environment: { // MonitoringEnvironmentMap
|
|
41
|
+
* "<keys>": "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* ModelBiasJobInput: { // ModelBiasJobInput
|
|
45
|
+
* EndpointInput: { // EndpointInput
|
|
46
|
+
* EndpointName: "STRING_VALUE", // required
|
|
47
|
+
* LocalPath: "STRING_VALUE", // required
|
|
48
|
+
* S3InputMode: "Pipe" || "File",
|
|
49
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
50
|
+
* FeaturesAttribute: "STRING_VALUE",
|
|
51
|
+
* InferenceAttribute: "STRING_VALUE",
|
|
52
|
+
* ProbabilityAttribute: "STRING_VALUE",
|
|
53
|
+
* ProbabilityThresholdAttribute: Number("double"),
|
|
54
|
+
* StartTimeOffset: "STRING_VALUE",
|
|
55
|
+
* EndTimeOffset: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* BatchTransformInput: { // BatchTransformInput
|
|
58
|
+
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
59
|
+
* DatasetFormat: { // MonitoringDatasetFormat
|
|
60
|
+
* Csv: { // MonitoringCsvDatasetFormat
|
|
61
|
+
* Header: true || false,
|
|
62
|
+
* },
|
|
63
|
+
* Json: { // MonitoringJsonDatasetFormat
|
|
64
|
+
* Line: true || false,
|
|
65
|
+
* },
|
|
66
|
+
* Parquet: {},
|
|
67
|
+
* },
|
|
68
|
+
* LocalPath: "STRING_VALUE", // required
|
|
69
|
+
* S3InputMode: "Pipe" || "File",
|
|
70
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
71
|
+
* FeaturesAttribute: "STRING_VALUE",
|
|
72
|
+
* InferenceAttribute: "STRING_VALUE",
|
|
73
|
+
* ProbabilityAttribute: "STRING_VALUE",
|
|
74
|
+
* ProbabilityThresholdAttribute: Number("double"),
|
|
75
|
+
* StartTimeOffset: "STRING_VALUE",
|
|
76
|
+
* EndTimeOffset: "STRING_VALUE",
|
|
77
|
+
* },
|
|
78
|
+
* GroundTruthS3Input: { // MonitoringGroundTruthS3Input
|
|
79
|
+
* S3Uri: "STRING_VALUE",
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
82
|
+
* ModelBiasJobOutputConfig: { // MonitoringOutputConfig
|
|
83
|
+
* MonitoringOutputs: [ // MonitoringOutputs // required
|
|
84
|
+
* { // MonitoringOutput
|
|
85
|
+
* S3Output: { // MonitoringS3Output
|
|
86
|
+
* S3Uri: "STRING_VALUE", // required
|
|
87
|
+
* LocalPath: "STRING_VALUE", // required
|
|
88
|
+
* S3UploadMode: "Continuous" || "EndOfJob",
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* KmsKeyId: "STRING_VALUE",
|
|
93
|
+
* },
|
|
94
|
+
* JobResources: { // MonitoringResources
|
|
95
|
+
* ClusterConfig: { // MonitoringClusterConfig
|
|
96
|
+
* InstanceCount: Number("int"), // required
|
|
97
|
+
* InstanceType: "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "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.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
|
|
98
|
+
* VolumeSizeInGB: Number("int"), // required
|
|
99
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* NetworkConfig: { // MonitoringNetworkConfig
|
|
103
|
+
* EnableInterContainerTrafficEncryption: true || false,
|
|
104
|
+
* EnableNetworkIsolation: true || false,
|
|
105
|
+
* VpcConfig: { // VpcConfig
|
|
106
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
107
|
+
* "STRING_VALUE",
|
|
108
|
+
* ],
|
|
109
|
+
* Subnets: [ // Subnets // required
|
|
110
|
+
* "STRING_VALUE",
|
|
111
|
+
* ],
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* RoleArn: "STRING_VALUE", // required
|
|
115
|
+
* StoppingCondition: { // MonitoringStoppingCondition
|
|
116
|
+
* MaxRuntimeInSeconds: Number("int"), // required
|
|
117
|
+
* },
|
|
118
|
+
* Tags: [ // TagList
|
|
119
|
+
* { // Tag
|
|
120
|
+
* Key: "STRING_VALUE", // required
|
|
121
|
+
* Value: "STRING_VALUE", // required
|
|
122
|
+
* },
|
|
123
|
+
* ],
|
|
124
|
+
* };
|
|
29
125
|
* const command = new CreateModelBiasJobDefinitionCommand(input);
|
|
30
126
|
* const response = await client.send(command);
|
|
31
127
|
* ```
|
|
@@ -27,6 +27,20 @@ export interface CreateModelCardCommandOutput extends CreateModelCardResponse, _
|
|
|
27
27
|
* import { SageMakerClient, CreateModelCardCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, CreateModelCardCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // CreateModelCardRequest
|
|
31
|
+
* ModelCardName: "STRING_VALUE", // required
|
|
32
|
+
* SecurityConfig: { // ModelCardSecurityConfig
|
|
33
|
+
* KmsKeyId: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* Content: "STRING_VALUE", // required
|
|
36
|
+
* ModelCardStatus: "Draft" || "PendingReview" || "Approved" || "Archived", // required
|
|
37
|
+
* Tags: [ // TagList
|
|
38
|
+
* { // Tag
|
|
39
|
+
* Key: "STRING_VALUE", // required
|
|
40
|
+
* Value: "STRING_VALUE", // required
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* };
|
|
30
44
|
* const command = new CreateModelCardCommand(input);
|
|
31
45
|
* const response = await client.send(command);
|
|
32
46
|
* ```
|
|
@@ -26,6 +26,14 @@ export interface CreateModelCardExportJobCommandOutput extends CreateModelCardEx
|
|
|
26
26
|
* import { SageMakerClient, CreateModelCardExportJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, CreateModelCardExportJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // CreateModelCardExportJobRequest
|
|
30
|
+
* ModelCardName: "STRING_VALUE", // required
|
|
31
|
+
* ModelCardVersion: Number("int"),
|
|
32
|
+
* ModelCardExportJobName: "STRING_VALUE", // required
|
|
33
|
+
* OutputConfig: { // ModelCardExportOutputConfig
|
|
34
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
35
|
+
* },
|
|
36
|
+
* };
|
|
29
37
|
* const command = new CreateModelCardExportJobCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -45,6 +45,70 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
|
|
|
45
45
|
* import { SageMakerClient, CreateModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
46
46
|
* // const { SageMakerClient, CreateModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
47
47
|
* const client = new SageMakerClient(config);
|
|
48
|
+
* const input = { // CreateModelInput
|
|
49
|
+
* ModelName: "STRING_VALUE", // required
|
|
50
|
+
* PrimaryContainer: { // ContainerDefinition
|
|
51
|
+
* ContainerHostname: "STRING_VALUE",
|
|
52
|
+
* Image: "STRING_VALUE",
|
|
53
|
+
* ImageConfig: { // ImageConfig
|
|
54
|
+
* RepositoryAccessMode: "Platform" || "Vpc", // required
|
|
55
|
+
* RepositoryAuthConfig: { // RepositoryAuthConfig
|
|
56
|
+
* RepositoryCredentialsProviderArn: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* Mode: "SingleModel" || "MultiModel",
|
|
60
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
61
|
+
* Environment: { // EnvironmentMap
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* ModelPackageName: "STRING_VALUE",
|
|
65
|
+
* InferenceSpecificationName: "STRING_VALUE",
|
|
66
|
+
* MultiModelConfig: { // MultiModelConfig
|
|
67
|
+
* ModelCacheSetting: "Enabled" || "Disabled",
|
|
68
|
+
* },
|
|
69
|
+
* },
|
|
70
|
+
* Containers: [ // ContainerDefinitionList
|
|
71
|
+
* {
|
|
72
|
+
* ContainerHostname: "STRING_VALUE",
|
|
73
|
+
* Image: "STRING_VALUE",
|
|
74
|
+
* ImageConfig: {
|
|
75
|
+
* RepositoryAccessMode: "Platform" || "Vpc", // required
|
|
76
|
+
* RepositoryAuthConfig: {
|
|
77
|
+
* RepositoryCredentialsProviderArn: "STRING_VALUE", // required
|
|
78
|
+
* },
|
|
79
|
+
* },
|
|
80
|
+
* Mode: "SingleModel" || "MultiModel",
|
|
81
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
82
|
+
* Environment: {
|
|
83
|
+
* "<keys>": "STRING_VALUE",
|
|
84
|
+
* },
|
|
85
|
+
* ModelPackageName: "STRING_VALUE",
|
|
86
|
+
* InferenceSpecificationName: "STRING_VALUE",
|
|
87
|
+
* MultiModelConfig: {
|
|
88
|
+
* ModelCacheSetting: "Enabled" || "Disabled",
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* InferenceExecutionConfig: { // InferenceExecutionConfig
|
|
93
|
+
* Mode: "Serial" || "Direct", // required
|
|
94
|
+
* },
|
|
95
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
96
|
+
* Tags: [ // TagList
|
|
97
|
+
* { // Tag
|
|
98
|
+
* Key: "STRING_VALUE", // required
|
|
99
|
+
* Value: "STRING_VALUE", // required
|
|
100
|
+
* },
|
|
101
|
+
* ],
|
|
102
|
+
* VpcConfig: { // VpcConfig
|
|
103
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
104
|
+
* "STRING_VALUE",
|
|
105
|
+
* ],
|
|
106
|
+
* Subnets: [ // Subnets // required
|
|
107
|
+
* "STRING_VALUE",
|
|
108
|
+
* ],
|
|
109
|
+
* },
|
|
110
|
+
* EnableNetworkIsolation: true || false,
|
|
111
|
+
* };
|
|
48
112
|
* const command = new CreateModelCommand(input);
|
|
49
113
|
* const response = await client.send(command);
|
|
50
114
|
* ```
|
|
@@ -26,6 +26,99 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput extends Cre
|
|
|
26
26
|
* import { SageMakerClient, CreateModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, CreateModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // CreateModelExplainabilityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* ModelExplainabilityBaselineConfig: { // ModelExplainabilityBaselineConfig
|
|
32
|
+
* BaseliningJobName: "STRING_VALUE",
|
|
33
|
+
* ConstraintsResource: { // MonitoringConstraintsResource
|
|
34
|
+
* S3Uri: "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* },
|
|
37
|
+
* ModelExplainabilityAppSpecification: { // ModelExplainabilityAppSpecification
|
|
38
|
+
* ImageUri: "STRING_VALUE", // required
|
|
39
|
+
* ConfigUri: "STRING_VALUE", // required
|
|
40
|
+
* Environment: { // MonitoringEnvironmentMap
|
|
41
|
+
* "<keys>": "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* ModelExplainabilityJobInput: { // ModelExplainabilityJobInput
|
|
45
|
+
* EndpointInput: { // EndpointInput
|
|
46
|
+
* EndpointName: "STRING_VALUE", // required
|
|
47
|
+
* LocalPath: "STRING_VALUE", // required
|
|
48
|
+
* S3InputMode: "Pipe" || "File",
|
|
49
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
50
|
+
* FeaturesAttribute: "STRING_VALUE",
|
|
51
|
+
* InferenceAttribute: "STRING_VALUE",
|
|
52
|
+
* ProbabilityAttribute: "STRING_VALUE",
|
|
53
|
+
* ProbabilityThresholdAttribute: Number("double"),
|
|
54
|
+
* StartTimeOffset: "STRING_VALUE",
|
|
55
|
+
* EndTimeOffset: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* BatchTransformInput: { // BatchTransformInput
|
|
58
|
+
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
59
|
+
* DatasetFormat: { // MonitoringDatasetFormat
|
|
60
|
+
* Csv: { // MonitoringCsvDatasetFormat
|
|
61
|
+
* Header: true || false,
|
|
62
|
+
* },
|
|
63
|
+
* Json: { // MonitoringJsonDatasetFormat
|
|
64
|
+
* Line: true || false,
|
|
65
|
+
* },
|
|
66
|
+
* Parquet: {},
|
|
67
|
+
* },
|
|
68
|
+
* LocalPath: "STRING_VALUE", // required
|
|
69
|
+
* S3InputMode: "Pipe" || "File",
|
|
70
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
71
|
+
* FeaturesAttribute: "STRING_VALUE",
|
|
72
|
+
* InferenceAttribute: "STRING_VALUE",
|
|
73
|
+
* ProbabilityAttribute: "STRING_VALUE",
|
|
74
|
+
* ProbabilityThresholdAttribute: Number("double"),
|
|
75
|
+
* StartTimeOffset: "STRING_VALUE",
|
|
76
|
+
* EndTimeOffset: "STRING_VALUE",
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
79
|
+
* ModelExplainabilityJobOutputConfig: { // MonitoringOutputConfig
|
|
80
|
+
* MonitoringOutputs: [ // MonitoringOutputs // required
|
|
81
|
+
* { // MonitoringOutput
|
|
82
|
+
* S3Output: { // MonitoringS3Output
|
|
83
|
+
* S3Uri: "STRING_VALUE", // required
|
|
84
|
+
* LocalPath: "STRING_VALUE", // required
|
|
85
|
+
* S3UploadMode: "Continuous" || "EndOfJob",
|
|
86
|
+
* },
|
|
87
|
+
* },
|
|
88
|
+
* ],
|
|
89
|
+
* KmsKeyId: "STRING_VALUE",
|
|
90
|
+
* },
|
|
91
|
+
* JobResources: { // MonitoringResources
|
|
92
|
+
* ClusterConfig: { // MonitoringClusterConfig
|
|
93
|
+
* InstanceCount: Number("int"), // required
|
|
94
|
+
* InstanceType: "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "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.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge", // required
|
|
95
|
+
* VolumeSizeInGB: Number("int"), // required
|
|
96
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
97
|
+
* },
|
|
98
|
+
* },
|
|
99
|
+
* NetworkConfig: { // MonitoringNetworkConfig
|
|
100
|
+
* EnableInterContainerTrafficEncryption: true || false,
|
|
101
|
+
* EnableNetworkIsolation: true || false,
|
|
102
|
+
* VpcConfig: { // VpcConfig
|
|
103
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
104
|
+
* "STRING_VALUE",
|
|
105
|
+
* ],
|
|
106
|
+
* Subnets: [ // Subnets // required
|
|
107
|
+
* "STRING_VALUE",
|
|
108
|
+
* ],
|
|
109
|
+
* },
|
|
110
|
+
* },
|
|
111
|
+
* RoleArn: "STRING_VALUE", // required
|
|
112
|
+
* StoppingCondition: { // MonitoringStoppingCondition
|
|
113
|
+
* MaxRuntimeInSeconds: Number("int"), // required
|
|
114
|
+
* },
|
|
115
|
+
* Tags: [ // TagList
|
|
116
|
+
* { // Tag
|
|
117
|
+
* Key: "STRING_VALUE", // required
|
|
118
|
+
* Value: "STRING_VALUE", // required
|
|
119
|
+
* },
|
|
120
|
+
* ],
|
|
121
|
+
* };
|
|
29
122
|
* const command = new CreateModelExplainabilityJobDefinitionCommand(input);
|
|
30
123
|
* const response = await client.send(command);
|
|
31
124
|
* ```
|
|
@@ -45,6 +45,211 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
|
|
|
45
45
|
* import { SageMakerClient, CreateModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
46
46
|
* // const { SageMakerClient, CreateModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
47
47
|
* const client = new SageMakerClient(config);
|
|
48
|
+
* const input = { // CreateModelPackageInput
|
|
49
|
+
* ModelPackageName: "STRING_VALUE",
|
|
50
|
+
* ModelPackageGroupName: "STRING_VALUE",
|
|
51
|
+
* ModelPackageDescription: "STRING_VALUE",
|
|
52
|
+
* InferenceSpecification: { // InferenceSpecification
|
|
53
|
+
* Containers: [ // ModelPackageContainerDefinitionList // required
|
|
54
|
+
* { // ModelPackageContainerDefinition
|
|
55
|
+
* ContainerHostname: "STRING_VALUE",
|
|
56
|
+
* Image: "STRING_VALUE", // required
|
|
57
|
+
* ImageDigest: "STRING_VALUE",
|
|
58
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
59
|
+
* ProductId: "STRING_VALUE",
|
|
60
|
+
* Environment: { // EnvironmentMap
|
|
61
|
+
* "<keys>": "STRING_VALUE",
|
|
62
|
+
* },
|
|
63
|
+
* ModelInput: { // ModelInput
|
|
64
|
+
* DataInputConfig: "STRING_VALUE", // required
|
|
65
|
+
* },
|
|
66
|
+
* Framework: "STRING_VALUE",
|
|
67
|
+
* FrameworkVersion: "STRING_VALUE",
|
|
68
|
+
* NearestModelName: "STRING_VALUE",
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
71
|
+
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
72
|
+
* "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",
|
|
73
|
+
* ],
|
|
74
|
+
* SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
|
|
75
|
+
* "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.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",
|
|
76
|
+
* ],
|
|
77
|
+
* SupportedContentTypes: [ // ContentTypes // required
|
|
78
|
+
* "STRING_VALUE",
|
|
79
|
+
* ],
|
|
80
|
+
* SupportedResponseMIMETypes: [ // ResponseMIMETypes // required
|
|
81
|
+
* "STRING_VALUE",
|
|
82
|
+
* ],
|
|
83
|
+
* },
|
|
84
|
+
* ValidationSpecification: { // ModelPackageValidationSpecification
|
|
85
|
+
* ValidationRole: "STRING_VALUE", // required
|
|
86
|
+
* ValidationProfiles: [ // ModelPackageValidationProfiles // required
|
|
87
|
+
* { // ModelPackageValidationProfile
|
|
88
|
+
* ProfileName: "STRING_VALUE", // required
|
|
89
|
+
* TransformJobDefinition: { // TransformJobDefinition
|
|
90
|
+
* MaxConcurrentTransforms: Number("int"),
|
|
91
|
+
* MaxPayloadInMB: Number("int"),
|
|
92
|
+
* BatchStrategy: "MultiRecord" || "SingleRecord",
|
|
93
|
+
* Environment: { // TransformEnvironmentMap
|
|
94
|
+
* "<keys>": "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* TransformInput: { // TransformInput
|
|
97
|
+
* DataSource: { // TransformDataSource
|
|
98
|
+
* S3DataSource: { // TransformS3DataSource
|
|
99
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
100
|
+
* S3Uri: "STRING_VALUE", // required
|
|
101
|
+
* },
|
|
102
|
+
* },
|
|
103
|
+
* ContentType: "STRING_VALUE",
|
|
104
|
+
* CompressionType: "None" || "Gzip",
|
|
105
|
+
* SplitType: "None" || "Line" || "RecordIO" || "TFRecord",
|
|
106
|
+
* },
|
|
107
|
+
* TransformOutput: { // TransformOutput
|
|
108
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
109
|
+
* Accept: "STRING_VALUE",
|
|
110
|
+
* AssembleWith: "None" || "Line",
|
|
111
|
+
* KmsKeyId: "STRING_VALUE",
|
|
112
|
+
* },
|
|
113
|
+
* TransformResources: { // TransformResources
|
|
114
|
+
* InstanceType: "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", // required
|
|
115
|
+
* InstanceCount: Number("int"), // required
|
|
116
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
117
|
+
* },
|
|
118
|
+
* },
|
|
119
|
+
* },
|
|
120
|
+
* ],
|
|
121
|
+
* },
|
|
122
|
+
* SourceAlgorithmSpecification: { // SourceAlgorithmSpecification
|
|
123
|
+
* SourceAlgorithms: [ // SourceAlgorithmList // required
|
|
124
|
+
* { // SourceAlgorithm
|
|
125
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
126
|
+
* AlgorithmName: "STRING_VALUE", // required
|
|
127
|
+
* },
|
|
128
|
+
* ],
|
|
129
|
+
* },
|
|
130
|
+
* CertifyForMarketplace: true || false,
|
|
131
|
+
* Tags: [ // TagList
|
|
132
|
+
* { // Tag
|
|
133
|
+
* Key: "STRING_VALUE", // required
|
|
134
|
+
* Value: "STRING_VALUE", // required
|
|
135
|
+
* },
|
|
136
|
+
* ],
|
|
137
|
+
* ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
|
|
138
|
+
* MetadataProperties: { // MetadataProperties
|
|
139
|
+
* CommitId: "STRING_VALUE",
|
|
140
|
+
* Repository: "STRING_VALUE",
|
|
141
|
+
* GeneratedBy: "STRING_VALUE",
|
|
142
|
+
* ProjectId: "STRING_VALUE",
|
|
143
|
+
* },
|
|
144
|
+
* ModelMetrics: { // ModelMetrics
|
|
145
|
+
* ModelQuality: { // ModelQuality
|
|
146
|
+
* Statistics: { // MetricsSource
|
|
147
|
+
* ContentType: "STRING_VALUE", // required
|
|
148
|
+
* ContentDigest: "STRING_VALUE",
|
|
149
|
+
* S3Uri: "STRING_VALUE", // required
|
|
150
|
+
* },
|
|
151
|
+
* Constraints: {
|
|
152
|
+
* ContentType: "STRING_VALUE", // required
|
|
153
|
+
* ContentDigest: "STRING_VALUE",
|
|
154
|
+
* S3Uri: "STRING_VALUE", // required
|
|
155
|
+
* },
|
|
156
|
+
* },
|
|
157
|
+
* ModelDataQuality: { // ModelDataQuality
|
|
158
|
+
* Statistics: {
|
|
159
|
+
* ContentType: "STRING_VALUE", // required
|
|
160
|
+
* ContentDigest: "STRING_VALUE",
|
|
161
|
+
* S3Uri: "STRING_VALUE", // required
|
|
162
|
+
* },
|
|
163
|
+
* Constraints: {
|
|
164
|
+
* ContentType: "STRING_VALUE", // required
|
|
165
|
+
* ContentDigest: "STRING_VALUE",
|
|
166
|
+
* S3Uri: "STRING_VALUE", // required
|
|
167
|
+
* },
|
|
168
|
+
* },
|
|
169
|
+
* Bias: { // Bias
|
|
170
|
+
* Report: {
|
|
171
|
+
* ContentType: "STRING_VALUE", // required
|
|
172
|
+
* ContentDigest: "STRING_VALUE",
|
|
173
|
+
* S3Uri: "STRING_VALUE", // required
|
|
174
|
+
* },
|
|
175
|
+
* PreTrainingReport: "<MetricsSource>",
|
|
176
|
+
* PostTrainingReport: "<MetricsSource>",
|
|
177
|
+
* },
|
|
178
|
+
* Explainability: { // Explainability
|
|
179
|
+
* Report: "<MetricsSource>",
|
|
180
|
+
* },
|
|
181
|
+
* },
|
|
182
|
+
* ClientToken: "STRING_VALUE",
|
|
183
|
+
* CustomerMetadataProperties: { // CustomerMetadataMap
|
|
184
|
+
* "<keys>": "STRING_VALUE",
|
|
185
|
+
* },
|
|
186
|
+
* DriftCheckBaselines: { // DriftCheckBaselines
|
|
187
|
+
* Bias: { // DriftCheckBias
|
|
188
|
+
* ConfigFile: { // FileSource
|
|
189
|
+
* ContentType: "STRING_VALUE",
|
|
190
|
+
* ContentDigest: "STRING_VALUE",
|
|
191
|
+
* S3Uri: "STRING_VALUE", // required
|
|
192
|
+
* },
|
|
193
|
+
* PreTrainingConstraints: "<MetricsSource>",
|
|
194
|
+
* PostTrainingConstraints: "<MetricsSource>",
|
|
195
|
+
* },
|
|
196
|
+
* Explainability: { // DriftCheckExplainability
|
|
197
|
+
* Constraints: "<MetricsSource>",
|
|
198
|
+
* ConfigFile: {
|
|
199
|
+
* ContentType: "STRING_VALUE",
|
|
200
|
+
* ContentDigest: "STRING_VALUE",
|
|
201
|
+
* S3Uri: "STRING_VALUE", // required
|
|
202
|
+
* },
|
|
203
|
+
* },
|
|
204
|
+
* ModelQuality: { // DriftCheckModelQuality
|
|
205
|
+
* Statistics: "<MetricsSource>",
|
|
206
|
+
* Constraints: "<MetricsSource>",
|
|
207
|
+
* },
|
|
208
|
+
* ModelDataQuality: { // DriftCheckModelDataQuality
|
|
209
|
+
* Statistics: "<MetricsSource>",
|
|
210
|
+
* Constraints: "<MetricsSource>",
|
|
211
|
+
* },
|
|
212
|
+
* },
|
|
213
|
+
* Domain: "STRING_VALUE",
|
|
214
|
+
* Task: "STRING_VALUE",
|
|
215
|
+
* SamplePayloadUrl: "STRING_VALUE",
|
|
216
|
+
* AdditionalInferenceSpecifications: [ // AdditionalInferenceSpecifications
|
|
217
|
+
* { // AdditionalInferenceSpecificationDefinition
|
|
218
|
+
* Name: "STRING_VALUE", // required
|
|
219
|
+
* Description: "STRING_VALUE",
|
|
220
|
+
* Containers: [ // required
|
|
221
|
+
* {
|
|
222
|
+
* ContainerHostname: "STRING_VALUE",
|
|
223
|
+
* Image: "STRING_VALUE", // required
|
|
224
|
+
* ImageDigest: "STRING_VALUE",
|
|
225
|
+
* ModelDataUrl: "STRING_VALUE",
|
|
226
|
+
* ProductId: "STRING_VALUE",
|
|
227
|
+
* Environment: {
|
|
228
|
+
* "<keys>": "STRING_VALUE",
|
|
229
|
+
* },
|
|
230
|
+
* ModelInput: {
|
|
231
|
+
* DataInputConfig: "STRING_VALUE", // required
|
|
232
|
+
* },
|
|
233
|
+
* Framework: "STRING_VALUE",
|
|
234
|
+
* FrameworkVersion: "STRING_VALUE",
|
|
235
|
+
* NearestModelName: "STRING_VALUE",
|
|
236
|
+
* },
|
|
237
|
+
* ],
|
|
238
|
+
* SupportedTransformInstanceTypes: [
|
|
239
|
+
* "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",
|
|
240
|
+
* ],
|
|
241
|
+
* SupportedRealtimeInferenceInstanceTypes: [
|
|
242
|
+
* "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.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",
|
|
243
|
+
* ],
|
|
244
|
+
* SupportedContentTypes: [
|
|
245
|
+
* "STRING_VALUE",
|
|
246
|
+
* ],
|
|
247
|
+
* SupportedResponseMIMETypes: [
|
|
248
|
+
* "STRING_VALUE",
|
|
249
|
+
* ],
|
|
250
|
+
* },
|
|
251
|
+
* ],
|
|
252
|
+
* };
|
|
48
253
|
* const command = new CreateModelPackageCommand(input);
|
|
49
254
|
* const response = await client.send(command);
|
|
50
255
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface CreateModelPackageGroupCommandOutput extends CreateModelPackage
|
|
|
26
26
|
* import { SageMakerClient, CreateModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, CreateModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // CreateModelPackageGroupInput
|
|
30
|
+
* ModelPackageGroupName: "STRING_VALUE", // required
|
|
31
|
+
* ModelPackageGroupDescription: "STRING_VALUE",
|
|
32
|
+
* Tags: [ // TagList
|
|
33
|
+
* { // Tag
|
|
34
|
+
* Key: "STRING_VALUE", // required
|
|
35
|
+
* Value: "STRING_VALUE", // required
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
29
39
|
* const command = new CreateModelPackageGroupCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|