@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
|
@@ -103,6 +103,176 @@ export interface CreateTrainingJobCommandOutput extends CreateTrainingJobRespons
|
|
|
103
103
|
* import { SageMakerClient, CreateTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
104
104
|
* // const { SageMakerClient, CreateTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
105
105
|
* const client = new SageMakerClient(config);
|
|
106
|
+
* const input = { // CreateTrainingJobRequest
|
|
107
|
+
* TrainingJobName: "STRING_VALUE", // required
|
|
108
|
+
* HyperParameters: { // HyperParameters
|
|
109
|
+
* "<keys>": "STRING_VALUE",
|
|
110
|
+
* },
|
|
111
|
+
* AlgorithmSpecification: { // AlgorithmSpecification
|
|
112
|
+
* TrainingImage: "STRING_VALUE",
|
|
113
|
+
* AlgorithmName: "STRING_VALUE",
|
|
114
|
+
* TrainingInputMode: "Pipe" || "File" || "FastFile", // required
|
|
115
|
+
* MetricDefinitions: [ // MetricDefinitionList
|
|
116
|
+
* { // MetricDefinition
|
|
117
|
+
* Name: "STRING_VALUE", // required
|
|
118
|
+
* Regex: "STRING_VALUE", // required
|
|
119
|
+
* },
|
|
120
|
+
* ],
|
|
121
|
+
* EnableSageMakerMetricsTimeSeries: true || false,
|
|
122
|
+
* ContainerEntrypoint: [ // TrainingContainerEntrypoint
|
|
123
|
+
* "STRING_VALUE",
|
|
124
|
+
* ],
|
|
125
|
+
* ContainerArguments: [ // TrainingContainerArguments
|
|
126
|
+
* "STRING_VALUE",
|
|
127
|
+
* ],
|
|
128
|
+
* TrainingImageConfig: { // TrainingImageConfig
|
|
129
|
+
* TrainingRepositoryAccessMode: "Platform" || "Vpc", // required
|
|
130
|
+
* TrainingRepositoryAuthConfig: { // TrainingRepositoryAuthConfig
|
|
131
|
+
* TrainingRepositoryCredentialsProviderArn: "STRING_VALUE", // required
|
|
132
|
+
* },
|
|
133
|
+
* },
|
|
134
|
+
* },
|
|
135
|
+
* RoleArn: "STRING_VALUE", // required
|
|
136
|
+
* InputDataConfig: [ // InputDataConfig
|
|
137
|
+
* { // Channel
|
|
138
|
+
* ChannelName: "STRING_VALUE", // required
|
|
139
|
+
* DataSource: { // DataSource
|
|
140
|
+
* S3DataSource: { // S3DataSource
|
|
141
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
142
|
+
* S3Uri: "STRING_VALUE", // required
|
|
143
|
+
* S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
|
|
144
|
+
* AttributeNames: [ // AttributeNames
|
|
145
|
+
* "STRING_VALUE",
|
|
146
|
+
* ],
|
|
147
|
+
* InstanceGroupNames: [ // InstanceGroupNames
|
|
148
|
+
* "STRING_VALUE",
|
|
149
|
+
* ],
|
|
150
|
+
* },
|
|
151
|
+
* FileSystemDataSource: { // FileSystemDataSource
|
|
152
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
153
|
+
* FileSystemAccessMode: "rw" || "ro", // required
|
|
154
|
+
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
155
|
+
* DirectoryPath: "STRING_VALUE", // required
|
|
156
|
+
* },
|
|
157
|
+
* },
|
|
158
|
+
* ContentType: "STRING_VALUE",
|
|
159
|
+
* CompressionType: "None" || "Gzip",
|
|
160
|
+
* RecordWrapperType: "None" || "RecordIO",
|
|
161
|
+
* InputMode: "Pipe" || "File" || "FastFile",
|
|
162
|
+
* ShuffleConfig: { // ShuffleConfig
|
|
163
|
+
* Seed: Number("long"), // required
|
|
164
|
+
* },
|
|
165
|
+
* },
|
|
166
|
+
* ],
|
|
167
|
+
* OutputDataConfig: { // OutputDataConfig
|
|
168
|
+
* KmsKeyId: "STRING_VALUE",
|
|
169
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
170
|
+
* },
|
|
171
|
+
* ResourceConfig: { // ResourceConfig
|
|
172
|
+
* InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "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.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge",
|
|
173
|
+
* InstanceCount: Number("int"),
|
|
174
|
+
* VolumeSizeInGB: Number("int"), // required
|
|
175
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
176
|
+
* InstanceGroups: [ // InstanceGroups
|
|
177
|
+
* { // InstanceGroup
|
|
178
|
+
* InstanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "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.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge", // required
|
|
179
|
+
* InstanceCount: Number("int"), // required
|
|
180
|
+
* InstanceGroupName: "STRING_VALUE", // required
|
|
181
|
+
* },
|
|
182
|
+
* ],
|
|
183
|
+
* KeepAlivePeriodInSeconds: Number("int"),
|
|
184
|
+
* },
|
|
185
|
+
* VpcConfig: { // VpcConfig
|
|
186
|
+
* SecurityGroupIds: [ // VpcSecurityGroupIds // required
|
|
187
|
+
* "STRING_VALUE",
|
|
188
|
+
* ],
|
|
189
|
+
* Subnets: [ // Subnets // required
|
|
190
|
+
* "STRING_VALUE",
|
|
191
|
+
* ],
|
|
192
|
+
* },
|
|
193
|
+
* StoppingCondition: { // StoppingCondition
|
|
194
|
+
* MaxRuntimeInSeconds: Number("int"),
|
|
195
|
+
* MaxWaitTimeInSeconds: Number("int"),
|
|
196
|
+
* },
|
|
197
|
+
* Tags: [ // TagList
|
|
198
|
+
* { // Tag
|
|
199
|
+
* Key: "STRING_VALUE", // required
|
|
200
|
+
* Value: "STRING_VALUE", // required
|
|
201
|
+
* },
|
|
202
|
+
* ],
|
|
203
|
+
* EnableNetworkIsolation: true || false,
|
|
204
|
+
* EnableInterContainerTrafficEncryption: true || false,
|
|
205
|
+
* EnableManagedSpotTraining: true || false,
|
|
206
|
+
* CheckpointConfig: { // CheckpointConfig
|
|
207
|
+
* S3Uri: "STRING_VALUE", // required
|
|
208
|
+
* LocalPath: "STRING_VALUE",
|
|
209
|
+
* },
|
|
210
|
+
* DebugHookConfig: { // DebugHookConfig
|
|
211
|
+
* LocalPath: "STRING_VALUE",
|
|
212
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
213
|
+
* HookParameters: { // HookParameters
|
|
214
|
+
* "<keys>": "STRING_VALUE",
|
|
215
|
+
* },
|
|
216
|
+
* CollectionConfigurations: [ // CollectionConfigurations
|
|
217
|
+
* { // CollectionConfiguration
|
|
218
|
+
* CollectionName: "STRING_VALUE",
|
|
219
|
+
* CollectionParameters: { // CollectionParameters
|
|
220
|
+
* "<keys>": "STRING_VALUE",
|
|
221
|
+
* },
|
|
222
|
+
* },
|
|
223
|
+
* ],
|
|
224
|
+
* },
|
|
225
|
+
* DebugRuleConfigurations: [ // DebugRuleConfigurations
|
|
226
|
+
* { // DebugRuleConfiguration
|
|
227
|
+
* RuleConfigurationName: "STRING_VALUE", // required
|
|
228
|
+
* LocalPath: "STRING_VALUE",
|
|
229
|
+
* S3OutputPath: "STRING_VALUE",
|
|
230
|
+
* RuleEvaluatorImage: "STRING_VALUE", // required
|
|
231
|
+
* 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",
|
|
232
|
+
* VolumeSizeInGB: Number("int"),
|
|
233
|
+
* RuleParameters: { // RuleParameters
|
|
234
|
+
* "<keys>": "STRING_VALUE",
|
|
235
|
+
* },
|
|
236
|
+
* },
|
|
237
|
+
* ],
|
|
238
|
+
* TensorBoardOutputConfig: { // TensorBoardOutputConfig
|
|
239
|
+
* LocalPath: "STRING_VALUE",
|
|
240
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
241
|
+
* },
|
|
242
|
+
* ExperimentConfig: { // ExperimentConfig
|
|
243
|
+
* ExperimentName: "STRING_VALUE",
|
|
244
|
+
* TrialName: "STRING_VALUE",
|
|
245
|
+
* TrialComponentDisplayName: "STRING_VALUE",
|
|
246
|
+
* RunName: "STRING_VALUE",
|
|
247
|
+
* },
|
|
248
|
+
* ProfilerConfig: { // ProfilerConfig
|
|
249
|
+
* S3OutputPath: "STRING_VALUE",
|
|
250
|
+
* ProfilingIntervalInMilliseconds: Number("long"),
|
|
251
|
+
* ProfilingParameters: { // ProfilingParameters
|
|
252
|
+
* "<keys>": "STRING_VALUE",
|
|
253
|
+
* },
|
|
254
|
+
* DisableProfiler: true || false,
|
|
255
|
+
* },
|
|
256
|
+
* ProfilerRuleConfigurations: [ // ProfilerRuleConfigurations
|
|
257
|
+
* { // ProfilerRuleConfiguration
|
|
258
|
+
* RuleConfigurationName: "STRING_VALUE", // required
|
|
259
|
+
* LocalPath: "STRING_VALUE",
|
|
260
|
+
* S3OutputPath: "STRING_VALUE",
|
|
261
|
+
* RuleEvaluatorImage: "STRING_VALUE", // required
|
|
262
|
+
* 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",
|
|
263
|
+
* VolumeSizeInGB: Number("int"),
|
|
264
|
+
* RuleParameters: {
|
|
265
|
+
* "<keys>": "STRING_VALUE",
|
|
266
|
+
* },
|
|
267
|
+
* },
|
|
268
|
+
* ],
|
|
269
|
+
* Environment: { // TrainingEnvironmentMap
|
|
270
|
+
* "<keys>": "STRING_VALUE",
|
|
271
|
+
* },
|
|
272
|
+
* RetryStrategy: { // RetryStrategy
|
|
273
|
+
* MaximumRetryAttempts: Number("int"), // required
|
|
274
|
+
* },
|
|
275
|
+
* };
|
|
106
276
|
* const command = new CreateTrainingJobCommand(input);
|
|
107
277
|
* const response = await client.send(command);
|
|
108
278
|
* ```
|
|
@@ -60,6 +60,64 @@ export interface CreateTransformJobCommandOutput extends CreateTransformJobRespo
|
|
|
60
60
|
* import { SageMakerClient, CreateTransformJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
61
61
|
* // const { SageMakerClient, CreateTransformJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
62
62
|
* const client = new SageMakerClient(config);
|
|
63
|
+
* const input = { // CreateTransformJobRequest
|
|
64
|
+
* TransformJobName: "STRING_VALUE", // required
|
|
65
|
+
* ModelName: "STRING_VALUE", // required
|
|
66
|
+
* MaxConcurrentTransforms: Number("int"),
|
|
67
|
+
* ModelClientConfig: { // ModelClientConfig
|
|
68
|
+
* InvocationsTimeoutInSeconds: Number("int"),
|
|
69
|
+
* InvocationsMaxRetries: Number("int"),
|
|
70
|
+
* },
|
|
71
|
+
* MaxPayloadInMB: Number("int"),
|
|
72
|
+
* BatchStrategy: "MultiRecord" || "SingleRecord",
|
|
73
|
+
* Environment: { // TransformEnvironmentMap
|
|
74
|
+
* "<keys>": "STRING_VALUE",
|
|
75
|
+
* },
|
|
76
|
+
* TransformInput: { // TransformInput
|
|
77
|
+
* DataSource: { // TransformDataSource
|
|
78
|
+
* S3DataSource: { // TransformS3DataSource
|
|
79
|
+
* S3DataType: "ManifestFile" || "S3Prefix" || "AugmentedManifestFile", // required
|
|
80
|
+
* S3Uri: "STRING_VALUE", // required
|
|
81
|
+
* },
|
|
82
|
+
* },
|
|
83
|
+
* ContentType: "STRING_VALUE",
|
|
84
|
+
* CompressionType: "None" || "Gzip",
|
|
85
|
+
* SplitType: "None" || "Line" || "RecordIO" || "TFRecord",
|
|
86
|
+
* },
|
|
87
|
+
* TransformOutput: { // TransformOutput
|
|
88
|
+
* S3OutputPath: "STRING_VALUE", // required
|
|
89
|
+
* Accept: "STRING_VALUE",
|
|
90
|
+
* AssembleWith: "None" || "Line",
|
|
91
|
+
* KmsKeyId: "STRING_VALUE",
|
|
92
|
+
* },
|
|
93
|
+
* DataCaptureConfig: { // BatchDataCaptureConfig
|
|
94
|
+
* DestinationS3Uri: "STRING_VALUE", // required
|
|
95
|
+
* KmsKeyId: "STRING_VALUE",
|
|
96
|
+
* GenerateInferenceId: true || false,
|
|
97
|
+
* },
|
|
98
|
+
* TransformResources: { // TransformResources
|
|
99
|
+
* 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
|
|
100
|
+
* InstanceCount: Number("int"), // required
|
|
101
|
+
* VolumeKmsKeyId: "STRING_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* DataProcessing: { // DataProcessing
|
|
104
|
+
* InputFilter: "STRING_VALUE",
|
|
105
|
+
* OutputFilter: "STRING_VALUE",
|
|
106
|
+
* JoinSource: "Input" || "None",
|
|
107
|
+
* },
|
|
108
|
+
* Tags: [ // TagList
|
|
109
|
+
* { // Tag
|
|
110
|
+
* Key: "STRING_VALUE", // required
|
|
111
|
+
* Value: "STRING_VALUE", // required
|
|
112
|
+
* },
|
|
113
|
+
* ],
|
|
114
|
+
* ExperimentConfig: { // ExperimentConfig
|
|
115
|
+
* ExperimentName: "STRING_VALUE",
|
|
116
|
+
* TrialName: "STRING_VALUE",
|
|
117
|
+
* TrialComponentDisplayName: "STRING_VALUE",
|
|
118
|
+
* RunName: "STRING_VALUE",
|
|
119
|
+
* },
|
|
120
|
+
* };
|
|
63
121
|
* const command = new CreateTransformJobCommand(input);
|
|
64
122
|
* const response = await client.send(command);
|
|
65
123
|
* ```
|
|
@@ -36,6 +36,23 @@ export interface CreateTrialCommandOutput extends CreateTrialResponse, __Metadat
|
|
|
36
36
|
* import { SageMakerClient, CreateTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
37
37
|
* // const { SageMakerClient, CreateTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
38
38
|
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // CreateTrialRequest
|
|
40
|
+
* TrialName: "STRING_VALUE", // required
|
|
41
|
+
* DisplayName: "STRING_VALUE",
|
|
42
|
+
* ExperimentName: "STRING_VALUE", // required
|
|
43
|
+
* MetadataProperties: { // MetadataProperties
|
|
44
|
+
* CommitId: "STRING_VALUE",
|
|
45
|
+
* Repository: "STRING_VALUE",
|
|
46
|
+
* GeneratedBy: "STRING_VALUE",
|
|
47
|
+
* ProjectId: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* Tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
|
+
* Key: "STRING_VALUE", // required
|
|
52
|
+
* Value: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* };
|
|
39
56
|
* const command = new CreateTrialCommand(input);
|
|
40
57
|
* const response = await client.send(command);
|
|
41
58
|
* ```
|
|
@@ -35,6 +35,46 @@ export interface CreateTrialComponentCommandOutput extends CreateTrialComponentR
|
|
|
35
35
|
* import { SageMakerClient, CreateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
36
36
|
* // const { SageMakerClient, CreateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
37
37
|
* const client = new SageMakerClient(config);
|
|
38
|
+
* const input = { // CreateTrialComponentRequest
|
|
39
|
+
* TrialComponentName: "STRING_VALUE", // required
|
|
40
|
+
* DisplayName: "STRING_VALUE",
|
|
41
|
+
* Status: { // TrialComponentStatus
|
|
42
|
+
* PrimaryStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
43
|
+
* Message: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
46
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
47
|
+
* Parameters: { // TrialComponentParameters
|
|
48
|
+
* "<keys>": { // TrialComponentParameterValue Union: only one key present
|
|
49
|
+
* StringValue: "STRING_VALUE",
|
|
50
|
+
* NumberValue: Number("double"),
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* InputArtifacts: { // TrialComponentArtifacts
|
|
54
|
+
* "<keys>": { // TrialComponentArtifact
|
|
55
|
+
* MediaType: "STRING_VALUE",
|
|
56
|
+
* Value: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* OutputArtifacts: {
|
|
60
|
+
* "<keys>": {
|
|
61
|
+
* MediaType: "STRING_VALUE",
|
|
62
|
+
* Value: "STRING_VALUE", // required
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* MetadataProperties: { // MetadataProperties
|
|
66
|
+
* CommitId: "STRING_VALUE",
|
|
67
|
+
* Repository: "STRING_VALUE",
|
|
68
|
+
* GeneratedBy: "STRING_VALUE",
|
|
69
|
+
* ProjectId: "STRING_VALUE",
|
|
70
|
+
* },
|
|
71
|
+
* Tags: [ // TagList
|
|
72
|
+
* { // Tag
|
|
73
|
+
* Key: "STRING_VALUE", // required
|
|
74
|
+
* Value: "STRING_VALUE", // required
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* };
|
|
38
78
|
* const command = new CreateTrialComponentCommand(input);
|
|
39
79
|
* const response = await client.send(command);
|
|
40
80
|
* ```
|
|
@@ -32,6 +32,96 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
32
32
|
* import { SageMakerClient, CreateUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
33
33
|
* // const { SageMakerClient, CreateUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
34
34
|
* const client = new SageMakerClient(config);
|
|
35
|
+
* const input = { // CreateUserProfileRequest
|
|
36
|
+
* DomainId: "STRING_VALUE", // required
|
|
37
|
+
* UserProfileName: "STRING_VALUE", // required
|
|
38
|
+
* SingleSignOnUserIdentifier: "STRING_VALUE",
|
|
39
|
+
* SingleSignOnUserValue: "STRING_VALUE",
|
|
40
|
+
* Tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
|
+
* Key: "STRING_VALUE", // required
|
|
43
|
+
* Value: "STRING_VALUE", // required
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* UserSettings: { // UserSettings
|
|
47
|
+
* ExecutionRole: "STRING_VALUE",
|
|
48
|
+
* SecurityGroups: [ // SecurityGroupIds
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* SharingSettings: { // SharingSettings
|
|
52
|
+
* NotebookOutputOption: "Allowed" || "Disabled",
|
|
53
|
+
* S3OutputPath: "STRING_VALUE",
|
|
54
|
+
* S3KmsKeyId: "STRING_VALUE",
|
|
55
|
+
* },
|
|
56
|
+
* JupyterServerAppSettings: { // JupyterServerAppSettings
|
|
57
|
+
* DefaultResourceSpec: { // ResourceSpec
|
|
58
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
59
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
60
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "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.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
|
|
61
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
62
|
+
* },
|
|
63
|
+
* LifecycleConfigArns: [ // LifecycleConfigArns
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
66
|
+
* CodeRepositories: [ // CodeRepositories
|
|
67
|
+
* { // CodeRepository
|
|
68
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* KernelGatewayAppSettings: { // KernelGatewayAppSettings
|
|
73
|
+
* DefaultResourceSpec: {
|
|
74
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
75
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
76
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "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.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
|
|
77
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
78
|
+
* },
|
|
79
|
+
* CustomImages: [ // CustomImages
|
|
80
|
+
* { // CustomImage
|
|
81
|
+
* ImageName: "STRING_VALUE", // required
|
|
82
|
+
* ImageVersionNumber: Number("int"),
|
|
83
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* LifecycleConfigArns: [
|
|
87
|
+
* "STRING_VALUE",
|
|
88
|
+
* ],
|
|
89
|
+
* },
|
|
90
|
+
* TensorBoardAppSettings: { // TensorBoardAppSettings
|
|
91
|
+
* DefaultResourceSpec: {
|
|
92
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
93
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
94
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "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.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
|
|
95
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
96
|
+
* },
|
|
97
|
+
* },
|
|
98
|
+
* RStudioServerProAppSettings: { // RStudioServerProAppSettings
|
|
99
|
+
* AccessStatus: "ENABLED" || "DISABLED",
|
|
100
|
+
* UserGroup: "R_STUDIO_ADMIN" || "R_STUDIO_USER",
|
|
101
|
+
* },
|
|
102
|
+
* RSessionAppSettings: { // RSessionAppSettings
|
|
103
|
+
* DefaultResourceSpec: {
|
|
104
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
105
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
106
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "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.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive",
|
|
107
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
108
|
+
* },
|
|
109
|
+
* CustomImages: [
|
|
110
|
+
* {
|
|
111
|
+
* ImageName: "STRING_VALUE", // required
|
|
112
|
+
* ImageVersionNumber: Number("int"),
|
|
113
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
114
|
+
* },
|
|
115
|
+
* ],
|
|
116
|
+
* },
|
|
117
|
+
* CanvasAppSettings: { // CanvasAppSettings
|
|
118
|
+
* TimeSeriesForecastingSettings: { // TimeSeriesForecastingSettings
|
|
119
|
+
* Status: "ENABLED" || "DISABLED",
|
|
120
|
+
* AmazonForecastRoleArn: "STRING_VALUE",
|
|
121
|
+
* },
|
|
122
|
+
* },
|
|
123
|
+
* },
|
|
124
|
+
* };
|
|
35
125
|
* const command = new CreateUserProfileCommand(input);
|
|
36
126
|
* const response = await client.send(command);
|
|
37
127
|
* ```
|
|
@@ -43,6 +43,43 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _
|
|
|
43
43
|
* import { SageMakerClient, CreateWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
44
44
|
* // const { SageMakerClient, CreateWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
45
45
|
* const client = new SageMakerClient(config);
|
|
46
|
+
* const input = { // CreateWorkforceRequest
|
|
47
|
+
* CognitoConfig: { // CognitoConfig
|
|
48
|
+
* UserPool: "STRING_VALUE", // required
|
|
49
|
+
* ClientId: "STRING_VALUE", // required
|
|
50
|
+
* },
|
|
51
|
+
* OidcConfig: { // OidcConfig
|
|
52
|
+
* ClientId: "STRING_VALUE", // required
|
|
53
|
+
* ClientSecret: "STRING_VALUE", // required
|
|
54
|
+
* Issuer: "STRING_VALUE", // required
|
|
55
|
+
* AuthorizationEndpoint: "STRING_VALUE", // required
|
|
56
|
+
* TokenEndpoint: "STRING_VALUE", // required
|
|
57
|
+
* UserInfoEndpoint: "STRING_VALUE", // required
|
|
58
|
+
* LogoutEndpoint: "STRING_VALUE", // required
|
|
59
|
+
* JwksUri: "STRING_VALUE", // required
|
|
60
|
+
* },
|
|
61
|
+
* SourceIpConfig: { // SourceIpConfig
|
|
62
|
+
* Cidrs: [ // Cidrs // required
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* WorkforceName: "STRING_VALUE", // required
|
|
67
|
+
* Tags: [ // TagList
|
|
68
|
+
* { // Tag
|
|
69
|
+
* Key: "STRING_VALUE", // required
|
|
70
|
+
* Value: "STRING_VALUE", // required
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* WorkforceVpcConfig: { // WorkforceVpcConfigRequest
|
|
74
|
+
* VpcId: "STRING_VALUE",
|
|
75
|
+
* SecurityGroupIds: [ // WorkforceSecurityGroupIds
|
|
76
|
+
* "STRING_VALUE",
|
|
77
|
+
* ],
|
|
78
|
+
* Subnets: [ // WorkforceSubnets
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
82
|
+
* };
|
|
46
83
|
* const command = new CreateWorkforceCommand(input);
|
|
47
84
|
* const response = await client.send(command);
|
|
48
85
|
* ```
|
|
@@ -29,6 +29,34 @@ export interface CreateWorkteamCommandOutput extends CreateWorkteamResponse, __M
|
|
|
29
29
|
* import { SageMakerClient, CreateWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, CreateWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // CreateWorkteamRequest
|
|
33
|
+
* WorkteamName: "STRING_VALUE", // required
|
|
34
|
+
* WorkforceName: "STRING_VALUE",
|
|
35
|
+
* MemberDefinitions: [ // MemberDefinitions // required
|
|
36
|
+
* { // MemberDefinition
|
|
37
|
+
* CognitoMemberDefinition: { // CognitoMemberDefinition
|
|
38
|
+
* UserPool: "STRING_VALUE", // required
|
|
39
|
+
* UserGroup: "STRING_VALUE", // required
|
|
40
|
+
* ClientId: "STRING_VALUE", // required
|
|
41
|
+
* },
|
|
42
|
+
* OidcMemberDefinition: { // OidcMemberDefinition
|
|
43
|
+
* Groups: [ // Groups // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* Description: "STRING_VALUE", // required
|
|
50
|
+
* NotificationConfiguration: { // NotificationConfiguration
|
|
51
|
+
* NotificationTopicArn: "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* Tags: [ // TagList
|
|
54
|
+
* { // Tag
|
|
55
|
+
* Key: "STRING_VALUE", // required
|
|
56
|
+
* Value: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* };
|
|
32
60
|
* const command = new CreateWorkteamCommand(input);
|
|
33
61
|
* const response = await client.send(command);
|
|
34
62
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteActionCommandOutput extends DeleteActionResponse, __Metad
|
|
|
26
26
|
* import { SageMakerClient, DeleteActionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteActionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteActionRequest
|
|
30
|
+
* ActionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteActionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteAlgorithmCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteAlgorithmCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteAlgorithmCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteAlgorithmInput
|
|
30
|
+
* AlgorithmName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteAlgorithmCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteAppRequest
|
|
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 DeleteAppCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteAppImageConfigCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteAppImageConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteAppImageConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteAppImageConfigRequest
|
|
30
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteAppImageConfigCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,18 @@ export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __M
|
|
|
27
27
|
* import { SageMakerClient, DeleteArtifactCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DeleteArtifactCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DeleteArtifactRequest
|
|
31
|
+
* ArtifactArn: "STRING_VALUE",
|
|
32
|
+
* Source: { // ArtifactSource
|
|
33
|
+
* SourceUri: "STRING_VALUE", // required
|
|
34
|
+
* SourceTypes: [ // ArtifactSourceTypes
|
|
35
|
+
* { // ArtifactSourceType
|
|
36
|
+
* SourceIdType: "MD5Hash" || "S3ETag" || "S3Version" || "Custom", // required
|
|
37
|
+
* Value: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* };
|
|
30
42
|
* const command = new DeleteArtifactCommand(input);
|
|
31
43
|
* const response = await client.send(command);
|
|
32
44
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationRespons
|
|
|
26
26
|
* import { SageMakerClient, DeleteAssociationCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteAssociationCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteAssociationRequest
|
|
30
|
+
* SourceArn: "STRING_VALUE", // required
|
|
31
|
+
* DestinationArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteAssociationCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteCodeRepositoryCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteCodeRepositoryCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteCodeRepositoryInput
|
|
30
|
+
* CodeRepositoryName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteCodeRepositoryCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteContextCommandOutput extends DeleteContextResponse, __Met
|
|
|
26
26
|
* import { SageMakerClient, DeleteContextCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteContextCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteContextRequest
|
|
30
|
+
* ContextName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteContextCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDataQualityJobDefinitionCommandOutput extends __MetadataB
|
|
|
26
26
|
* import { SageMakerClient, DeleteDataQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteDataQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteDataQualityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDataQualityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDeviceFleetCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { SageMakerClient, DeleteDeviceFleetCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DeleteDeviceFleetCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DeleteDeviceFleetRequest
|
|
30
|
+
* DeviceFleetName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDeviceFleetCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -30,6 +30,12 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { SageMakerClient, DeleteDomainCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
31
|
* // const { SageMakerClient, DeleteDomainCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
32
|
* const client = new SageMakerClient(config);
|
|
33
|
+
* const input = { // DeleteDomainRequest
|
|
34
|
+
* DomainId: "STRING_VALUE", // required
|
|
35
|
+
* RetentionPolicy: { // RetentionPolicy
|
|
36
|
+
* HomeEfsFileSystem: "Retain" || "Delete",
|
|
37
|
+
* },
|
|
38
|
+
* };
|
|
33
39
|
* const command = new DeleteDomainCommand(input);
|
|
34
40
|
* const response = await client.send(command);
|
|
35
41
|
* ```
|