@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
|
@@ -27,6 +27,9 @@ export interface DescribeEndpointConfigCommandOutput extends DescribeEndpointCon
|
|
|
27
27
|
* import { SageMakerClient, DescribeEndpointConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DescribeEndpointConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DescribeEndpointConfigInput
|
|
31
|
+
* EndpointConfigName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeEndpointConfigCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeExperimentCommandOutput extends DescribeExperimentRespo
|
|
|
26
26
|
* import { SageMakerClient, DescribeExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeExperimentRequest
|
|
30
|
+
* ExperimentName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeExperimentCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,10 @@ export interface DescribeFeatureGroupCommandOutput extends DescribeFeatureGroupR
|
|
|
28
28
|
* import { SageMakerClient, DescribeFeatureGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DescribeFeatureGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DescribeFeatureGroupRequest
|
|
32
|
+
* FeatureGroupName: "STRING_VALUE", // required
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* };
|
|
31
35
|
* const command = new DescribeFeatureGroupCommand(input);
|
|
32
36
|
* const response = await client.send(command);
|
|
33
37
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DescribeFeatureMetadataCommandOutput extends DescribeFeatureMet
|
|
|
26
26
|
* import { SageMakerClient, DescribeFeatureMetadataCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeFeatureMetadataCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeFeatureMetadataRequest
|
|
30
|
+
* FeatureGroupName: "STRING_VALUE", // required
|
|
31
|
+
* FeatureName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DescribeFeatureMetadataCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeFlowDefinitionCommandOutput extends DescribeFlowDefinit
|
|
|
26
26
|
* import { SageMakerClient, DescribeFlowDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeFlowDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeFlowDefinitionRequest
|
|
30
|
+
* FlowDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeFlowDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
|
|
|
29
29
|
* import { SageMakerClient, DescribeHubCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DescribeHubCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DescribeHubRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new DescribeHubCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -29,6 +29,12 @@ export interface DescribeHubContentCommandOutput extends DescribeHubContentRespo
|
|
|
29
29
|
* import { SageMakerClient, DescribeHubContentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DescribeHubContentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DescribeHubContentRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* HubContentType: "Model" || "Notebook", // required
|
|
35
|
+
* HubContentName: "STRING_VALUE", // required
|
|
36
|
+
* HubContentVersion: "STRING_VALUE",
|
|
37
|
+
* };
|
|
32
38
|
* const command = new DescribeHubContentCommand(input);
|
|
33
39
|
* const response = await client.send(command);
|
|
34
40
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeHumanTaskUiCommandOutput extends DescribeHumanTaskUiRes
|
|
|
26
26
|
* import { SageMakerClient, DescribeHumanTaskUiCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeHumanTaskUiCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeHumanTaskUiRequest
|
|
30
|
+
* HumanTaskUiName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeHumanTaskUiCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DescribeHyperParameterTuningJobCommandOutput extends DescribeHy
|
|
|
27
27
|
* import { SageMakerClient, DescribeHyperParameterTuningJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DescribeHyperParameterTuningJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DescribeHyperParameterTuningJobRequest
|
|
31
|
+
* HyperParameterTuningJobName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeHyperParameterTuningJobCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeImageCommandOutput extends DescribeImageResponse, __Met
|
|
|
26
26
|
* import { SageMakerClient, DescribeImageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeImageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeImageRequest
|
|
30
|
+
* ImageName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeImageCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeImageVersionCommandOutput extends DescribeImageVersionR
|
|
|
26
26
|
* import { SageMakerClient, DescribeImageVersionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeImageVersionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeImageVersionRequest
|
|
30
|
+
* ImageName: "STRING_VALUE", // required
|
|
31
|
+
* Version: Number("int"),
|
|
32
|
+
* Alias: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeImageVersionCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeInferenceExperimentCommandOutput extends DescribeInfere
|
|
|
26
26
|
* import { SageMakerClient, DescribeInferenceExperimentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeInferenceExperimentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeInferenceExperimentRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeInferenceExperimentCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DescribeInferenceRecommendationsJobCommandOutput extends Descri
|
|
|
27
27
|
* import { SageMakerClient, DescribeInferenceRecommendationsJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DescribeInferenceRecommendationsJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DescribeInferenceRecommendationsJobRequest
|
|
31
|
+
* JobName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeInferenceRecommendationsJobCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeLabelingJobCommandOutput extends DescribeLabelingJobRes
|
|
|
26
26
|
* import { SageMakerClient, DescribeLabelingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeLabelingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeLabelingJobRequest
|
|
30
|
+
* LabelingJobName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeLabelingJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeLineageGroupCommandOutput extends DescribeLineageGroupR
|
|
|
28
28
|
* import { SageMakerClient, DescribeLineageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DescribeLineageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DescribeLineageGroupRequest
|
|
32
|
+
* LineageGroupName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeLineageGroupCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeModelBiasJobDefinitionCommandOutput extends DescribeMod
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelBiasJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelBiasJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelBiasJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeModelBiasJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DescribeModelCardCommandOutput extends DescribeModelCardRespons
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelCardCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelCardCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelCardRequest
|
|
30
|
+
* ModelCardName: "STRING_VALUE", // required
|
|
31
|
+
* ModelCardVersion: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DescribeModelCardCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeModelCardExportJobCommandOutput extends DescribeModelCa
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelCardExportJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelCardExportJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelCardExportJobRequest
|
|
30
|
+
* ModelCardExportJobArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeModelCardExportJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad
|
|
|
27
27
|
* import { SageMakerClient, DescribeModelCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DescribeModelCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DescribeModelInput
|
|
31
|
+
* ModelName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeModelCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeModelExplainabilityJobDefinitionCommandOutput extends D
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelExplainabilityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelExplainabilityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelExplainabilityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeModelExplainabilityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
|
|
|
29
29
|
* import { SageMakerClient, DescribeModelPackageCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, DescribeModelPackageCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // DescribeModelPackageInput
|
|
33
|
+
* ModelPackageName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new DescribeModelPackageCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeModelPackageGroupCommandOutput extends DescribeModelPac
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelPackageGroupCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelPackageGroupCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelPackageGroupInput
|
|
30
|
+
* ModelPackageGroupName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeModelPackageGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeModelQualityJobDefinitionCommandOutput extends Describe
|
|
|
26
26
|
* import { SageMakerClient, DescribeModelQualityJobDefinitionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeModelQualityJobDefinitionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeModelQualityJobDefinitionRequest
|
|
30
|
+
* JobDefinitionName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeModelQualityJobDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
26
26
|
* import { SageMakerClient, DescribeMonitoringScheduleCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeMonitoringScheduleCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeMonitoringScheduleRequest
|
|
30
|
+
* MonitoringScheduleName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeMonitoringScheduleCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeNotebookInstanceCommandOutput extends DescribeNotebookI
|
|
|
26
26
|
* import { SageMakerClient, DescribeNotebookInstanceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeNotebookInstanceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeNotebookInstanceInput
|
|
30
|
+
* NotebookInstanceName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeNotebookInstanceCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeNotebookInstanceLifecycleConfigCommandOutput extends De
|
|
|
28
28
|
* import { SageMakerClient, DescribeNotebookInstanceLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DescribeNotebookInstanceLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DescribeNotebookInstanceLifecycleConfigInput
|
|
32
|
+
* NotebookInstanceLifecycleConfigName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeNotebookInstanceLifecycleConfigCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribePipelineCommandOutput extends DescribePipelineResponse,
|
|
|
26
26
|
* import { SageMakerClient, DescribePipelineCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribePipelineCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribePipelineRequest
|
|
30
|
+
* PipelineName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribePipelineCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribePipelineDefinitionForExecutionCommandOutput extends Des
|
|
|
26
26
|
* import { SageMakerClient, DescribePipelineDefinitionForExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribePipelineDefinitionForExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribePipelineDefinitionForExecutionRequest
|
|
30
|
+
* PipelineExecutionArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribePipelineDefinitionForExecutionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribePipelineExecutionCommandOutput extends DescribePipeline
|
|
|
26
26
|
* import { SageMakerClient, DescribePipelineExecutionCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribePipelineExecutionCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribePipelineExecutionRequest
|
|
30
|
+
* PipelineExecutionArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribePipelineExecutionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJo
|
|
|
26
26
|
* import { SageMakerClient, DescribeProcessingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeProcessingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeProcessingJobRequest
|
|
30
|
+
* ProcessingJobName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeProcessingJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeProjectCommandOutput extends DescribeProjectOutput, __M
|
|
|
26
26
|
* import { SageMakerClient, DescribeProjectCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeProjectCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeProjectInput
|
|
30
|
+
* ProjectName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeProjectCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
|
|
|
26
26
|
* import { SageMakerClient, DescribeSpaceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeSpaceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeSpaceRequest
|
|
30
|
+
* DomainId: "STRING_VALUE", // required
|
|
31
|
+
* SpaceName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DescribeSpaceCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeStudioLifecycleConfigCommandOutput extends DescribeStud
|
|
|
26
26
|
* import { SageMakerClient, DescribeStudioLifecycleConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeStudioLifecycleConfigCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeStudioLifecycleConfigRequest
|
|
30
|
+
* StudioLifecycleConfigName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeStudioLifecycleConfigCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DescribeSubscribedWorkteamCommandOutput extends DescribeSubscri
|
|
|
27
27
|
* import { SageMakerClient, DescribeSubscribedWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DescribeSubscribedWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // DescribeSubscribedWorkteamRequest
|
|
31
|
+
* WorkteamArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeSubscribedWorkteamCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -32,6 +32,9 @@ export interface DescribeTrainingJobCommandOutput extends DescribeTrainingJobRes
|
|
|
32
32
|
* import { SageMakerClient, DescribeTrainingJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
33
33
|
* // const { SageMakerClient, DescribeTrainingJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
34
34
|
* const client = new SageMakerClient(config);
|
|
35
|
+
* const input = { // DescribeTrainingJobRequest
|
|
36
|
+
* TrainingJobName: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new DescribeTrainingJobCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeTransformJobCommandOutput extends DescribeTransformJobR
|
|
|
26
26
|
* import { SageMakerClient, DescribeTransformJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeTransformJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeTransformJobRequest
|
|
30
|
+
* TransformJobName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeTransformJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeTrialCommandOutput extends DescribeTrialResponse, __Met
|
|
|
26
26
|
* import { SageMakerClient, DescribeTrialCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeTrialCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeTrialRequest
|
|
30
|
+
* TrialName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeTrialCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeTrialComponentCommandOutput extends DescribeTrialCompon
|
|
|
26
26
|
* import { SageMakerClient, DescribeTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeTrialComponentRequest
|
|
30
|
+
* TrialComponentName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeTrialComponentCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
|
|
|
26
26
|
* import { SageMakerClient, DescribeUserProfileCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, DescribeUserProfileCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // DescribeUserProfileRequest
|
|
30
|
+
* DomainId: "STRING_VALUE", // required
|
|
31
|
+
* UserProfileName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DescribeUserProfileCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -31,6 +31,9 @@ export interface DescribeWorkforceCommandOutput extends DescribeWorkforceRespons
|
|
|
31
31
|
* import { SageMakerClient, DescribeWorkforceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
32
32
|
* // const { SageMakerClient, DescribeWorkforceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
33
33
|
* const client = new SageMakerClient(config);
|
|
34
|
+
* const input = { // DescribeWorkforceRequest
|
|
35
|
+
* WorkforceName: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
34
37
|
* const command = new DescribeWorkforceCommand(input);
|
|
35
38
|
* const response = await client.send(command);
|
|
36
39
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeWorkteamCommandOutput extends DescribeWorkteamResponse,
|
|
|
28
28
|
* import { SageMakerClient, DescribeWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, DescribeWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // DescribeWorkteamRequest
|
|
32
|
+
* WorkteamName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeWorkteamCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface DisableSagemakerServicecatalogPortfolioCommandOutput extends Di
|
|
|
27
27
|
* import { SageMakerClient, DisableSagemakerServicecatalogPortfolioCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, DisableSagemakerServicecatalogPortfolioCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new DisableSagemakerServicecatalogPortfolioCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -31,6 +31,10 @@ export interface DisassociateTrialComponentCommandOutput extends DisassociateTri
|
|
|
31
31
|
* import { SageMakerClient, DisassociateTrialComponentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
32
32
|
* // const { SageMakerClient, DisassociateTrialComponentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
33
33
|
* const client = new SageMakerClient(config);
|
|
34
|
+
* const input = { // DisassociateTrialComponentRequest
|
|
35
|
+
* TrialComponentName: "STRING_VALUE", // required
|
|
36
|
+
* TrialName: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
34
38
|
* const command = new DisassociateTrialComponentCommand(input);
|
|
35
39
|
* const response = await client.send(command);
|
|
36
40
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface EnableSagemakerServicecatalogPortfolioCommandOutput extends Ena
|
|
|
27
27
|
* import { SageMakerClient, EnableSagemakerServicecatalogPortfolioCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, EnableSagemakerServicecatalogPortfolioCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new EnableSagemakerServicecatalogPortfolioCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetDeviceFleetReportCommandOutput extends GetDeviceFleetReportR
|
|
|
26
26
|
* import { SageMakerClient, GetDeviceFleetReportCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, GetDeviceFleetReportCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // GetDeviceFleetReportRequest
|
|
30
|
+
* DeviceFleetName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetDeviceFleetReportCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetLineageGroupPolicyCommandOutput extends GetLineageGroupPolic
|
|
|
26
26
|
* import { SageMakerClient, GetLineageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, GetLineageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // GetLineageGroupPolicyRequest
|
|
30
|
+
* LineageGroupName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetLineageGroupPolicyCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,9 @@ export interface GetModelPackageGroupPolicyCommandOutput extends GetModelPackage
|
|
|
29
29
|
* import { SageMakerClient, GetModelPackageGroupPolicyCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, GetModelPackageGroupPolicyCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // GetModelPackageGroupPolicyInput
|
|
33
|
+
* ModelPackageGroupName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
32
35
|
* const command = new GetModelPackageGroupPolicyCommand(input);
|
|
33
36
|
* const response = await client.send(command);
|
|
34
37
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface GetSagemakerServicecatalogPortfolioStatusCommandOutput extends
|
|
|
27
27
|
* import { SageMakerClient, GetSagemakerServicecatalogPortfolioStatusCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, GetSagemakerServicecatalogPortfolioStatusCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new GetSagemakerServicecatalogPortfolioStatusCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -29,6 +29,14 @@ export interface GetSearchSuggestionsCommandOutput extends GetSearchSuggestionsR
|
|
|
29
29
|
* import { SageMakerClient, GetSearchSuggestionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, GetSearchSuggestionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // GetSearchSuggestionsRequest
|
|
33
|
+
* Resource: "TrainingJob" || "Experiment" || "ExperimentTrial" || "ExperimentTrialComponent" || "Endpoint" || "ModelPackage" || "ModelPackageGroup" || "Pipeline" || "PipelineExecution" || "FeatureGroup" || "Project" || "FeatureMetadata" || "HyperParameterTuningJob" || "ModelCard" || "Model", // required
|
|
34
|
+
* SuggestionQuery: { // SuggestionQuery
|
|
35
|
+
* PropertyNameQuery: { // PropertyNameQuery
|
|
36
|
+
* PropertyNameHint: "STRING_VALUE", // required
|
|
37
|
+
* },
|
|
38
|
+
* },
|
|
39
|
+
* };
|
|
32
40
|
* const command = new GetSearchSuggestionsCommand(input);
|
|
33
41
|
* const response = await client.send(command);
|
|
34
42
|
* ```
|
|
@@ -29,6 +29,26 @@ export interface ImportHubContentCommandOutput extends ImportHubContentResponse,
|
|
|
29
29
|
* import { SageMakerClient, ImportHubContentCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, ImportHubContentCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // ImportHubContentRequest
|
|
33
|
+
* HubContentName: "STRING_VALUE", // required
|
|
34
|
+
* HubContentVersion: "STRING_VALUE",
|
|
35
|
+
* HubContentType: "Model" || "Notebook", // required
|
|
36
|
+
* DocumentSchemaVersion: "STRING_VALUE", // required
|
|
37
|
+
* HubName: "STRING_VALUE", // required
|
|
38
|
+
* HubContentDisplayName: "STRING_VALUE",
|
|
39
|
+
* HubContentDescription: "STRING_VALUE",
|
|
40
|
+
* HubContentMarkdown: "STRING_VALUE",
|
|
41
|
+
* HubContentDocument: "STRING_VALUE", // required
|
|
42
|
+
* HubContentSearchKeywords: [ // HubContentSearchKeywordList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* Tags: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
|
+
* Key: "STRING_VALUE", // required
|
|
48
|
+
* Value: "STRING_VALUE", // required
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* };
|
|
32
52
|
* const command = new ImportHubContentCommand(input);
|
|
33
53
|
* const response = await client.send(command);
|
|
34
54
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerClient, ListActionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListActionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListActionsRequest
|
|
30
|
+
* SourceUri: "STRING_VALUE",
|
|
31
|
+
* ActionType: "STRING_VALUE",
|
|
32
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* SortBy: "Name" || "CreationTime",
|
|
35
|
+
* SortOrder: "Ascending" || "Descending",
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* MaxResults: Number("int"),
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ListActionsCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|