@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
|
@@ -26,6 +26,9 @@ export interface DeleteEdgeDeploymentPlanCommandOutput extends __MetadataBearer
|
|
|
26
26
|
* import { SageMakerClient, DeleteEdgeDeploymentPlanCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteEdgeDeploymentPlanCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteEdgeDeploymentPlanRequest
|
|
30
|
+
* EdgeDeploymentPlanName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteEdgeDeploymentPlanCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteEdgeDeploymentStageCommandOutput extends __MetadataBearer
|
|
|
26
26
|
* import { SageMakerClient, DeleteEdgeDeploymentStageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteEdgeDeploymentStageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteEdgeDeploymentStageRequest
|
|
30
|
+
* EdgeDeploymentPlanName: "STRING_VALUE", // required
|
|
31
|
+
* StageName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteEdgeDeploymentStageCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -36,6 +36,9 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* import { SageMakerClient, DeleteEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
37
37
|
* // const { SageMakerClient, DeleteEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
38
38
|
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // DeleteEndpointInput
|
|
40
|
+
* EndpointName: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
39
42
|
* const command = new DeleteEndpointCommand(input);
|
|
40
43
|
* const response = await client.send(command);
|
|
41
44
|
* ```
|
|
@@ -34,6 +34,9 @@ export interface DeleteEndpointConfigCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* import { SageMakerClient, DeleteEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
35
|
* // const { SageMakerClient, DeleteEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
36
|
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // DeleteEndpointConfigInput
|
|
38
|
+
* EndpointConfigName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
37
40
|
* const command = new DeleteEndpointConfigCommand(input);
|
|
38
41
|
* const response = await client.send(command);
|
|
39
42
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteExperimentCommandOutput extends DeleteExperimentResponse,
|
|
|
28
28
|
* import { SageMakerClient, DeleteExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DeleteExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DeleteExperimentRequest
|
|
32
|
+
* ExperimentName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteExperimentCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -31,6 +31,9 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* import { SageMakerClient, DeleteFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
32
32
|
* // const { SageMakerClient, DeleteFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
33
33
|
* const client = new SageMakerClient(config);
|
|
34
|
+
* const input = { // DeleteFeatureGroupRequest
|
|
35
|
+
* FeatureGroupName: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
34
37
|
* const command = new DeleteFeatureGroupCommand(input);
|
|
35
38
|
* const response = await client.send(command);
|
|
36
39
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionR
|
|
|
26
26
|
* import { SageMakerClient, DeleteFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteFlowDefinitionRequest
|
|
30
|
+
* FlowDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteFlowDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface DeleteHubCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { SageMakerClient, DeleteHubCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DeleteHubCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DeleteHubRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new DeleteHubCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -29,6 +29,12 @@ export interface DeleteHubContentCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { SageMakerClient, DeleteHubContentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DeleteHubContentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DeleteHubContentRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* HubContentType: "Model" || "Notebook", // required
|
|
35
|
+
* HubContentName: "STRING_VALUE", // required
|
|
36
|
+
* HubContentVersion: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
32
38
|
* const command = new DeleteHubContentCommand(input);
|
|
33
39
|
* const response = await client.send(command);
|
|
34
40
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiRespons
|
|
|
30
30
|
* import { SageMakerClient, DeleteHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, DeleteHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // DeleteHumanTaskUiRequest
|
|
34
|
+
* HumanTaskUiName: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new DeleteHumanTaskUiCommand(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
27
27
|
* import { SageMakerClient, DeleteImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DeleteImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DeleteImageRequest
|
|
31
|
+
* ImageName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteImageCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface DeleteImageVersionCommandOutput extends DeleteImageVersionRespo
|
|
|
27
27
|
* import { SageMakerClient, DeleteImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DeleteImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DeleteImageVersionRequest
|
|
31
|
+
* ImageName: "STRING_VALUE", // required
|
|
32
|
+
* Version: Number("int"),
|
|
33
|
+
* Alias: "STRING_VALUE",
|
|
34
|
+
* };
|
|
30
35
|
* const command = new DeleteImageVersionCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -32,6 +32,9 @@ export interface DeleteInferenceExperimentCommandOutput extends DeleteInferenceE
|
|
|
32
32
|
* import { SageMakerClient, DeleteInferenceExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
33
33
|
* // const { SageMakerClient, DeleteInferenceExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
34
34
|
* const client = new SageMakerClient(config);
|
|
35
|
+
* const input = { // DeleteInferenceExperimentRequest
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new DeleteInferenceExperimentCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelBiasJobDefinitionCommandOutput extends __MetadataBea
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelBiasJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelBiasJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelCardCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelCardCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelCardCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelCardRequest
|
|
30
|
+
* ModelCardName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelCardCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { SageMakerClient, DeleteModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DeleteModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DeleteModelInput
|
|
33
|
+
* ModelName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new DeleteModelCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelExplainabilityJobDefinitionCommandOutput extends __M
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelExplainabilityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelExplainabilityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteModelPackageCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { SageMakerClient, DeleteModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DeleteModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DeleteModelPackageInput
|
|
32
|
+
* ModelPackageName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteModelPackageCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelPackageGroupCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelPackageGroupInput
|
|
30
|
+
* ModelPackageGroupName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelPackageGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelPackageGroupPolicyCommandOutput extends __MetadataBe
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelPackageGroupPolicyInput
|
|
30
|
+
* ModelPackageGroupName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelPackageGroupPolicyCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteModelQualityJobDefinitionCommandOutput extends __Metadata
|
|
|
26
26
|
* import { SageMakerClient, DeleteModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteModelQualityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteModelQualityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteMonitoringScheduleCommandOutput extends __MetadataBearer
|
|
|
27
27
|
* import { SageMakerClient, DeleteMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DeleteMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DeleteMonitoringScheduleRequest
|
|
31
|
+
* MonitoringScheduleName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteMonitoringScheduleCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -32,6 +32,9 @@ export interface DeleteNotebookInstanceCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* import { SageMakerClient, DeleteNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
33
33
|
* // const { SageMakerClient, DeleteNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
34
34
|
* const client = new SageMakerClient(config);
|
|
35
|
+
* const input = { // DeleteNotebookInstanceInput
|
|
36
|
+
* NotebookInstanceName: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new DeleteNotebookInstanceCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteNotebookInstanceLifecycleConfigCommandOutput extends __Me
|
|
|
26
26
|
* import { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteNotebookInstanceLifecycleConfigInput
|
|
30
|
+
* NotebookInstanceLifecycleConfigName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteNotebookInstanceLifecycleConfigCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,10 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M
|
|
|
29
29
|
* import { SageMakerClient, DeletePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DeletePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DeletePipelineRequest
|
|
33
|
+
* PipelineName: "STRING_VALUE", // required
|
|
34
|
+
* ClientRequestToken: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
32
36
|
* const command = new DeletePipelineCommand(input);
|
|
33
37
|
* const response = await client.send(command);
|
|
34
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteProjectCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteProjectInput
|
|
30
|
+
* ProjectName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteProjectCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteSpaceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteSpaceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteSpaceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteSpaceRequest
|
|
30
|
+
* DomainId: "STRING_VALUE", // required
|
|
31
|
+
* SpaceName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteSpaceCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteStudioLifecycleConfigCommandOutput extends __MetadataBear
|
|
|
26
26
|
* import { SageMakerClient, DeleteStudioLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteStudioLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteStudioLifecycleConfigRequest
|
|
30
|
+
* StudioLifecycleConfigName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteStudioLifecycleConfigCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -37,6 +37,12 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea
|
|
|
37
37
|
* import { SageMakerClient, DeleteTagsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
38
38
|
* // const { SageMakerClient, DeleteTagsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
39
39
|
* const client = new SageMakerClient(config);
|
|
40
|
+
* const input = { // DeleteTagsInput
|
|
41
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
42
|
+
* TagKeys: [ // TagKeyList // required
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* };
|
|
40
46
|
* const command = new DeleteTagsCommand(input);
|
|
41
47
|
* const response = await client.send(command);
|
|
42
48
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteTrialCommandOutput extends DeleteTrialResponse, __Metadat
|
|
|
28
28
|
* import { SageMakerClient, DeleteTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DeleteTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DeleteTrialRequest
|
|
32
|
+
* TrialName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteTrialCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteTrialComponentCommandOutput extends DeleteTrialComponentR
|
|
|
28
28
|
* import { SageMakerClient, DeleteTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DeleteTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DeleteTrialComponentRequest
|
|
32
|
+
* TrialComponentName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteTrialComponentCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface DeleteUserProfileCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { SageMakerClient, DeleteUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DeleteUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DeleteUserProfileRequest
|
|
31
|
+
* DomainId: "STRING_VALUE", // required
|
|
32
|
+
* UserProfileName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new DeleteUserProfileCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -37,6 +37,9 @@ export interface DeleteWorkforceCommandOutput extends DeleteWorkforceResponse, _
|
|
|
37
37
|
* import { SageMakerClient, DeleteWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
38
38
|
* // const { SageMakerClient, DeleteWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
39
39
|
* const client = new SageMakerClient(config);
|
|
40
|
+
* const input = { // DeleteWorkforceRequest
|
|
41
|
+
* WorkforceName: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
40
43
|
* const command = new DeleteWorkforceCommand(input);
|
|
41
44
|
* const response = await client.send(command);
|
|
42
45
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteWorkteamCommandOutput extends DeleteWorkteamResponse, __M
|
|
|
26
26
|
* import { SageMakerClient, DeleteWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteWorkteamRequest
|
|
30
|
+
* WorkteamName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteWorkteamCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface DeregisterDevicesCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeregisterDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeregisterDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeregisterDevicesRequest
|
|
30
|
+
* DeviceFleetName: "STRING_VALUE", // required
|
|
31
|
+
* DeviceNames: [ // DeviceNames // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
29
35
|
* const command = new DeregisterDevicesCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeActionCommandOutput extends DescribeActionResponse, __M
|
|
|
26
26
|
* import { SageMakerClient, DescribeActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeActionRequest
|
|
30
|
+
* ActionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeActionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput,
|
|
|
26
26
|
* import { SageMakerClient, DescribeAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeAlgorithmInput
|
|
30
|
+
* AlgorithmName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeAlgorithmCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerClient, DescribeAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeAppRequest
|
|
30
|
+
* DomainId: "STRING_VALUE", // required
|
|
31
|
+
* UserProfileName: "STRING_VALUE",
|
|
32
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
|
|
33
|
+
* AppName: "STRING_VALUE", // required
|
|
34
|
+
* SpaceName: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new DescribeAppCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeAppImageConfigCommandOutput extends DescribeAppImageCon
|
|
|
26
26
|
* import { SageMakerClient, DescribeAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeAppImageConfigRequest
|
|
30
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeAppImageConfigCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeArtifactCommandOutput extends DescribeArtifactResponse,
|
|
|
26
26
|
* import { SageMakerClient, DescribeArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeArtifactRequest
|
|
30
|
+
* ArtifactArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeArtifactCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeAutoMLJobCommandOutput extends DescribeAutoMLJobRespons
|
|
|
26
26
|
* import { SageMakerClient, DescribeAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeAutoMLJobRequest
|
|
30
|
+
* AutoMLJobName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeAutoMLJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
|
|
|
30
30
|
* import { SageMakerClient, DescribeAutoMLJobV2Command } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, DescribeAutoMLJobV2Command } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // DescribeAutoMLJobV2Request
|
|
34
|
+
* AutoMLJobName: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new DescribeAutoMLJobV2Command(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeCodeRepositoryCommandOutput extends DescribeCodeReposit
|
|
|
26
26
|
* import { SageMakerClient, DescribeCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeCodeRepositoryInput
|
|
30
|
+
* CodeRepositoryName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeCodeRepositoryCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeCompilationJobCommandOutput extends DescribeCompilation
|
|
|
28
28
|
* import { SageMakerClient, DescribeCompilationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DescribeCompilationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DescribeCompilationJobRequest
|
|
32
|
+
* CompilationJobName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeCompilationJobCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeContextCommandOutput extends DescribeContextResponse, _
|
|
|
26
26
|
* import { SageMakerClient, DescribeContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeContextRequest
|
|
30
|
+
* ContextName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeContextCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeDataQualityJobDefinitionCommandOutput extends DescribeD
|
|
|
26
26
|
* import { SageMakerClient, DescribeDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeDataQualityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeDataQualityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M
|
|
|
26
26
|
* import { SageMakerClient, DescribeDeviceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeDeviceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeDeviceRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* DeviceName: "STRING_VALUE", // required
|
|
32
|
+
* DeviceFleetName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeDeviceCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeDeviceFleetCommandOutput extends DescribeDeviceFleetRes
|
|
|
26
26
|
* import { SageMakerClient, DescribeDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeDeviceFleetRequest
|
|
30
|
+
* DeviceFleetName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeDeviceFleetCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
26
26
|
* import { SageMakerClient, DescribeDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeDomainRequest
|
|
30
|
+
* DomainId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeDomainCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeEdgeDeploymentPlanCommandOutput extends DescribeEdgeDep
|
|
|
26
26
|
* import { SageMakerClient, DescribeEdgeDeploymentPlanCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeEdgeDeploymentPlanCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeEdgeDeploymentPlanRequest
|
|
30
|
+
* EdgeDeploymentPlanName: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeEdgeDeploymentPlanCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeEdgePackagingJobCommandOutput extends DescribeEdgePacka
|
|
|
26
26
|
* import { SageMakerClient, DescribeEdgePackagingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeEdgePackagingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeEdgePackagingJobRequest
|
|
30
|
+
* EdgePackagingJobName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeEdgePackagingJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointOutput, _
|
|
|
26
26
|
* import { SageMakerClient, DescribeEndpointCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeEndpointCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeEndpointInput
|
|
30
|
+
* EndpointName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeEndpointCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|