@aws-sdk/client-sagemaker 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/SageMaker.d.ts +9 -3
- package/dist-types/commands/AddAssociationCommand.d.ts +5 -0
- package/dist-types/commands/AddTagsCommand.d.ts +9 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreateActionCommand.d.ts +26 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +201 -0
- package/dist-types/commands/CreateAppCommand.d.ts +19 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +28 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +73 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +73 -2
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +14 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +40 -0
- package/dist-types/commands/CreateContextCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +18 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +143 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +32 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +19 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +20 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +35 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +124 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +11 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +39 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +41 -0
- package/dist-types/commands/CreateHubCommand.d.ts +17 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +12 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +346 -0
- package/dist-types/commands/CreateImageCommand.d.ts +12 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +15 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +52 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +93 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +96 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +14 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +8 -0
- package/dist-types/commands/CreateModelCommand.d.ts +64 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +93 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +205 -0
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +104 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +114 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +31 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +22 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +7 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +108 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +21 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +46 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +170 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +58 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +40 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +90 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +28 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +4 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +8 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +20 -0
- package/dist-types/commands/ListActionsCommand.d.ts +10 -0
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +9 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +7 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppsCommand.d.ts +9 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +10 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +9 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListContextsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +12 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +9 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +12 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +8 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +7 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +12 -0
- package/dist-types/commands/ListHubsCommand.d.ts +11 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +7 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +13 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +10 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +8 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +12 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +12 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListModelsCommand.d.ts +9 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +5 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +15 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +15 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +6 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +5 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +9 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +8 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +7 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +12 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsCommand.d.ts +5 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +8 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +12 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +10 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +7 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +7 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +25 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +10 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +7 -0
- package/dist-types/commands/SearchCommand.d.ts +50 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +5 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +10 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +15 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +21 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +10 -0
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDevicesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +129 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +36 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +10 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +14 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +8 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +9 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +42 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +47 -0
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +108 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +15 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +19 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +40 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +27 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +82 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +27 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +73 -37
- package/dist-types/models/models_1.d.ts +4 -2
- package/dist-types/models/models_2.d.ts +4 -3
- package/package.json +8 -8
|
@@ -26,6 +26,15 @@ export interface ListAlgorithmsCommandOutput extends ListAlgorithmsOutput, __Met
|
|
|
26
26
|
* import { SageMakerClient, ListAlgorithmsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListAlgorithmsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListAlgorithmsInput
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* NameContains: "STRING_VALUE",
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* SortBy: "Name" || "CreationTime",
|
|
36
|
+
* SortOrder: "Ascending" || "Descending",
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListAlgorithmsCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerClient, ListAliasesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListAliasesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListAliasesRequest
|
|
30
|
+
* ImageName: "STRING_VALUE", // required
|
|
31
|
+
* Alias: "STRING_VALUE",
|
|
32
|
+
* Version: Number("int"),
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListAliasesCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -28,6 +28,17 @@ export interface ListAppImageConfigsCommandOutput extends ListAppImageConfigsRes
|
|
|
28
28
|
* import { SageMakerClient, ListAppImageConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, ListAppImageConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // ListAppImageConfigsRequest
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* NameContains: "STRING_VALUE",
|
|
35
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
37
|
+
* ModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
38
|
+
* ModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
39
|
+
* SortBy: "CreationTime" || "LastModifiedTime" || "Name",
|
|
40
|
+
* SortOrder: "Ascending" || "Descending",
|
|
41
|
+
* };
|
|
31
42
|
* const command = new ListAppImageConfigsCommand(input);
|
|
32
43
|
* const response = await client.send(command);
|
|
33
44
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
|
|
|
26
26
|
* import { SageMakerClient, ListAppsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListAppsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListAppsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* SortOrder: "Ascending" || "Descending",
|
|
33
|
+
* SortBy: "CreationTime",
|
|
34
|
+
* DomainIdEquals: "STRING_VALUE",
|
|
35
|
+
* UserProfileNameEquals: "STRING_VALUE",
|
|
36
|
+
* SpaceNameEquals: "STRING_VALUE",
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListAppsCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResponse, __Met
|
|
|
26
26
|
* import { SageMakerClient, ListArtifactsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListArtifactsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListArtifactsRequest
|
|
30
|
+
* SourceUri: "STRING_VALUE",
|
|
31
|
+
* ArtifactType: "STRING_VALUE",
|
|
32
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* SortBy: "CreationTime",
|
|
35
|
+
* SortOrder: "Ascending" || "Descending",
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* MaxResults: Number("int"),
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ListArtifactsCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResponse,
|
|
|
26
26
|
* import { SageMakerClient, ListAssociationsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListAssociationsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListAssociationsRequest
|
|
30
|
+
* SourceArn: "STRING_VALUE",
|
|
31
|
+
* DestinationArn: "STRING_VALUE",
|
|
32
|
+
* SourceType: "STRING_VALUE",
|
|
33
|
+
* DestinationType: "STRING_VALUE",
|
|
34
|
+
* AssociationType: "ContributedTo" || "AssociatedWith" || "DerivedFrom" || "Produced",
|
|
35
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
36
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
37
|
+
* SortBy: "SourceArn" || "DestinationArn" || "SourceType" || "DestinationType" || "CreationTime",
|
|
38
|
+
* SortOrder: "Ascending" || "Descending",
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* };
|
|
29
42
|
* const command = new ListAssociationsCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface ListAutoMLJobsCommandOutput extends ListAutoMLJobsResponse, __M
|
|
|
26
26
|
* import { SageMakerClient, ListAutoMLJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListAutoMLJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListAutoMLJobsRequest
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* NameContains: "STRING_VALUE",
|
|
35
|
+
* StatusEquals: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping",
|
|
36
|
+
* SortOrder: "Ascending" || "Descending",
|
|
37
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new ListAutoMLJobsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface ListCandidatesForAutoMLJobCommandOutput extends ListCandidatesF
|
|
|
26
26
|
* import { SageMakerClient, ListCandidatesForAutoMLJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListCandidatesForAutoMLJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListCandidatesForAutoMLJobRequest
|
|
30
|
+
* AutoMLJobName: "STRING_VALUE", // required
|
|
31
|
+
* StatusEquals: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping",
|
|
32
|
+
* CandidateNameEquals: "STRING_VALUE",
|
|
33
|
+
* SortOrder: "Ascending" || "Descending",
|
|
34
|
+
* SortBy: "CreationTime" || "Status" || "FinalObjectiveMetricValue",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListCandidatesForAutoMLJobCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface ListCodeRepositoriesCommandOutput extends ListCodeRepositoriesO
|
|
|
26
26
|
* import { SageMakerClient, ListCodeRepositoriesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListCodeRepositoriesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListCodeRepositoriesInput
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* NameContains: "STRING_VALUE",
|
|
36
|
+
* NextToken: "STRING_VALUE",
|
|
37
|
+
* SortBy: "Name" || "CreationTime" || "LastModifiedTime",
|
|
38
|
+
* SortOrder: "Ascending" || "Descending",
|
|
39
|
+
* };
|
|
29
40
|
* const command = new ListCodeRepositoriesCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -28,6 +28,18 @@ export interface ListCompilationJobsCommandOutput extends ListCompilationJobsRes
|
|
|
28
28
|
* import { SageMakerClient, ListCompilationJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, ListCompilationJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // ListCompilationJobsRequest
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
35
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
37
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
38
|
+
* NameContains: "STRING_VALUE",
|
|
39
|
+
* StatusEquals: "INPROGRESS" || "COMPLETED" || "FAILED" || "STARTING" || "STOPPING" || "STOPPED",
|
|
40
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
41
|
+
* SortOrder: "Ascending" || "Descending",
|
|
42
|
+
* };
|
|
31
43
|
* const command = new ListCompilationJobsCommand(input);
|
|
32
44
|
* const response = await client.send(command);
|
|
33
45
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListContextsCommandOutput extends ListContextsResponse, __Metad
|
|
|
26
26
|
* import { SageMakerClient, ListContextsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListContextsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListContextsRequest
|
|
30
|
+
* SourceUri: "STRING_VALUE",
|
|
31
|
+
* ContextType: "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 ListContextsCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListDataQualityJobDefinitionsCommandOutput extends ListDataQual
|
|
|
26
26
|
* import { SageMakerClient, ListDataQualityJobDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListDataQualityJobDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListDataQualityJobDefinitionsRequest
|
|
30
|
+
* EndpointName: "STRING_VALUE",
|
|
31
|
+
* SortBy: "Name" || "CreationTime",
|
|
32
|
+
* SortOrder: "Ascending" || "Descending",
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* NameContains: "STRING_VALUE",
|
|
36
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
37
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ListDataQualityJobDefinitionsCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface ListDeviceFleetsCommandOutput extends ListDeviceFleetsResponse,
|
|
|
26
26
|
* import { SageMakerClient, ListDeviceFleetsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListDeviceFleetsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListDeviceFleetsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
35
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* SortBy: "NAME" || "CREATION_TIME" || "LAST_MODIFIED_TIME",
|
|
38
|
+
* SortOrder: "Ascending" || "Descending",
|
|
39
|
+
* };
|
|
29
40
|
* const command = new ListDeviceFleetsCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerClient, ListDevicesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListDevicesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListDevicesRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* LatestHeartbeatAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* ModelName: "STRING_VALUE",
|
|
34
|
+
* DeviceFleetName: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListDevicesCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerClient, ListDomainsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListDomainsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListDomainsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListDomainsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface ListEdgeDeploymentPlansCommandOutput extends ListEdgeDeployment
|
|
|
26
26
|
* import { SageMakerClient, ListEdgeDeploymentPlansCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListEdgeDeploymentPlansCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListEdgeDeploymentPlansRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
35
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* DeviceFleetNameContains: "STRING_VALUE",
|
|
38
|
+
* SortBy: "NAME" || "DEVICE_FLEET_NAME" || "CREATION_TIME" || "LAST_MODIFIED_TIME",
|
|
39
|
+
* SortOrder: "Ascending" || "Descending",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new ListEdgeDeploymentPlansCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface ListEdgePackagingJobsCommandOutput extends ListEdgePackagingJob
|
|
|
26
26
|
* import { SageMakerClient, ListEdgePackagingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListEdgePackagingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListEdgePackagingJobsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
35
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* ModelNameContains: "STRING_VALUE",
|
|
38
|
+
* StatusEquals: "STARTING" || "INPROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED",
|
|
39
|
+
* SortBy: "NAME" || "MODEL_NAME" || "CREATION_TIME" || "LAST_MODIFIED_TIME" || "STATUS",
|
|
40
|
+
* SortOrder: "Ascending" || "Descending",
|
|
41
|
+
* };
|
|
29
42
|
* const command = new ListEdgePackagingJobsCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface ListEndpointConfigsCommandOutput extends ListEndpointConfigsOut
|
|
|
26
26
|
* import { SageMakerClient, ListEndpointConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListEndpointConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListEndpointConfigsInput
|
|
30
|
+
* SortBy: "Name" || "CreationTime",
|
|
31
|
+
* SortOrder: "Ascending" || "Descending",
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* NameContains: "STRING_VALUE",
|
|
35
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListEndpointConfigsCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface ListEndpointsCommandOutput extends ListEndpointsOutput, __Metad
|
|
|
26
26
|
* import { SageMakerClient, ListEndpointsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListEndpointsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListEndpointsInput
|
|
30
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
31
|
+
* SortOrder: "Ascending" || "Descending",
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* NameContains: "STRING_VALUE",
|
|
35
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
37
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
38
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
39
|
+
* StatusEquals: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new ListEndpointsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -28,6 +28,14 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
|
|
|
28
28
|
* import { SageMakerClient, ListExperimentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, ListExperimentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // ListExperimentsRequest
|
|
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
|
+
* };
|
|
31
39
|
* const command = new ListExperimentsCommand(input);
|
|
32
40
|
* const response = await client.send(command);
|
|
33
41
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface ListFeatureGroupsCommandOutput extends ListFeatureGroupsRespons
|
|
|
26
26
|
* import { SageMakerClient, ListFeatureGroupsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListFeatureGroupsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListFeatureGroupsRequest
|
|
30
|
+
* NameContains: "STRING_VALUE",
|
|
31
|
+
* FeatureGroupStatusEquals: "Creating" || "Created" || "CreateFailed" || "Deleting" || "DeleteFailed",
|
|
32
|
+
* OfflineStoreStatusEquals: "Active" || "Blocked" || "Disabled",
|
|
33
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
34
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
35
|
+
* SortOrder: "Ascending" || "Descending",
|
|
36
|
+
* SortBy: "Name" || "FeatureGroupStatus" || "OfflineStoreStatus" || "CreationTime",
|
|
37
|
+
* MaxResults: Number("int"),
|
|
38
|
+
* NextToken: "STRING_VALUE",
|
|
39
|
+
* };
|
|
29
40
|
* const command = new ListFeatureGroupsCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListFlowDefinitionsCommandOutput extends ListFlowDefinitionsRes
|
|
|
26
26
|
* import { SageMakerClient, ListFlowDefinitionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListFlowDefinitionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListFlowDefinitionsRequest
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* SortOrder: "Ascending" || "Descending",
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListFlowDefinitionsCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -29,6 +29,19 @@ export interface ListHubContentVersionsCommandOutput extends ListHubContentVersi
|
|
|
29
29
|
* import { SageMakerClient, ListHubContentVersionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, ListHubContentVersionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // ListHubContentVersionsRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* HubContentType: "Model" || "Notebook", // required
|
|
35
|
+
* HubContentName: "STRING_VALUE", // required
|
|
36
|
+
* MinVersion: "STRING_VALUE",
|
|
37
|
+
* MaxSchemaVersion: "STRING_VALUE",
|
|
38
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
39
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
40
|
+
* SortBy: "HubContentName" || "CreationTime" || "HubContentStatus",
|
|
41
|
+
* SortOrder: "Ascending" || "Descending",
|
|
42
|
+
* MaxResults: Number("int"),
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
32
45
|
* const command = new ListHubContentVersionsCommand(input);
|
|
33
46
|
* const response = await client.send(command);
|
|
34
47
|
* ```
|
|
@@ -29,6 +29,18 @@ export interface ListHubContentsCommandOutput extends ListHubContentsResponse, _
|
|
|
29
29
|
* import { SageMakerClient, ListHubContentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, ListHubContentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // ListHubContentsRequest
|
|
33
|
+
* HubName: "STRING_VALUE", // required
|
|
34
|
+
* HubContentType: "Model" || "Notebook", // required
|
|
35
|
+
* NameContains: "STRING_VALUE",
|
|
36
|
+
* MaxSchemaVersion: "STRING_VALUE",
|
|
37
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
38
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
39
|
+
* SortBy: "HubContentName" || "CreationTime" || "HubContentStatus",
|
|
40
|
+
* SortOrder: "Ascending" || "Descending",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
32
44
|
* const command = new ListHubContentsCommand(input);
|
|
33
45
|
* const response = await client.send(command);
|
|
34
46
|
* ```
|
|
@@ -29,6 +29,17 @@ export interface ListHubsCommandOutput extends ListHubsResponse, __MetadataBeare
|
|
|
29
29
|
* import { SageMakerClient, ListHubsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
30
30
|
* // const { SageMakerClient, ListHubsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
31
31
|
* const client = new SageMakerClient(config);
|
|
32
|
+
* const input = { // ListHubsRequest
|
|
33
|
+
* NameContains: "STRING_VALUE",
|
|
34
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
35
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
36
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
37
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
38
|
+
* SortBy: "HubName" || "CreationTime" || "HubStatus" || "AccountIdOwner",
|
|
39
|
+
* SortOrder: "Ascending" || "Descending",
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
32
43
|
* const command = new ListHubsCommand(input);
|
|
33
44
|
* const response = await client.send(command);
|
|
34
45
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListHumanTaskUisCommandOutput extends ListHumanTaskUisResponse,
|
|
|
26
26
|
* import { SageMakerClient, ListHumanTaskUisCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListHumanTaskUisCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListHumanTaskUisRequest
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* SortOrder: "Ascending" || "Descending",
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListHumanTaskUisCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -28,6 +28,18 @@ export interface ListHyperParameterTuningJobsCommandOutput extends ListHyperPara
|
|
|
28
28
|
* import { SageMakerClient, ListHyperParameterTuningJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
29
29
|
* // const { SageMakerClient, ListHyperParameterTuningJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
30
30
|
* const client = new SageMakerClient(config);
|
|
31
|
+
* const input = { // ListHyperParameterTuningJobsRequest
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* SortBy: "Name" || "Status" || "CreationTime",
|
|
35
|
+
* SortOrder: "Ascending" || "Descending",
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
38
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
39
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
40
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
41
|
+
* StatusEquals: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping",
|
|
42
|
+
* };
|
|
31
43
|
* const command = new ListHyperParameterTuningJobsCommand(input);
|
|
32
44
|
* const response = await client.send(command);
|
|
33
45
|
* ```
|
|
@@ -27,6 +27,17 @@ export interface ListImageVersionsCommandOutput extends ListImageVersionsRespons
|
|
|
27
27
|
* import { SageMakerClient, ListImageVersionsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, ListImageVersionsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // ListImageVersionsRequest
|
|
31
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
32
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
33
|
+
* ImageName: "STRING_VALUE", // required
|
|
34
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
35
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* NextToken: "STRING_VALUE",
|
|
38
|
+
* SortBy: "CREATION_TIME" || "LAST_MODIFIED_TIME" || "VERSION",
|
|
39
|
+
* SortOrder: "ASCENDING" || "DESCENDING",
|
|
40
|
+
* };
|
|
30
41
|
* const command = new ListImageVersionsCommand(input);
|
|
31
42
|
* const response = await client.send(command);
|
|
32
43
|
* ```
|
|
@@ -27,6 +27,17 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
27
27
|
* import { SageMakerClient, ListImagesCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, ListImagesCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // ListImagesRequest
|
|
31
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
32
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
33
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
34
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* NextToken: "STRING_VALUE",
|
|
38
|
+
* SortBy: "CREATION_TIME" || "LAST_MODIFIED_TIME" || "IMAGE_NAME",
|
|
39
|
+
* SortOrder: "ASCENDING" || "DESCENDING",
|
|
40
|
+
* };
|
|
30
41
|
* const command = new ListImagesCommand(input);
|
|
31
42
|
* const response = await client.send(command);
|
|
32
43
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface ListInferenceExperimentsCommandOutput extends ListInferenceExpe
|
|
|
26
26
|
* import { SageMakerClient, ListInferenceExperimentsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListInferenceExperimentsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListInferenceExperimentsRequest
|
|
30
|
+
* NameContains: "STRING_VALUE",
|
|
31
|
+
* Type: "ShadowMode",
|
|
32
|
+
* StatusEquals: "Creating" || "Created" || "Updating" || "Running" || "Starting" || "Stopping" || "Completed" || "Cancelled",
|
|
33
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
34
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
35
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
36
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
37
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
38
|
+
* SortOrder: "Ascending" || "Descending",
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* };
|
|
29
42
|
* const command = new ListInferenceExperimentsCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -27,6 +27,13 @@ export interface ListInferenceRecommendationsJobStepsCommandOutput extends ListI
|
|
|
27
27
|
* import { SageMakerClient, ListInferenceRecommendationsJobStepsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
28
28
|
* // const { SageMakerClient, ListInferenceRecommendationsJobStepsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
29
29
|
* const client = new SageMakerClient(config);
|
|
30
|
+
* const input = { // ListInferenceRecommendationsJobStepsRequest
|
|
31
|
+
* JobName: "STRING_VALUE", // required
|
|
32
|
+
* Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED",
|
|
33
|
+
* StepType: "BENCHMARK",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* };
|
|
30
37
|
* const command = new ListInferenceRecommendationsJobStepsCommand(input);
|
|
31
38
|
* const response = await client.send(command);
|
|
32
39
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface ListInferenceRecommendationsJobsCommandOutput extends ListInfer
|
|
|
26
26
|
* import { SageMakerClient, ListInferenceRecommendationsJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListInferenceRecommendationsJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListInferenceRecommendationsJobsRequest
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* NameContains: "STRING_VALUE",
|
|
35
|
+
* StatusEquals: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED",
|
|
36
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
37
|
+
* SortOrder: "Ascending" || "Descending",
|
|
38
|
+
* NextToken: "STRING_VALUE",
|
|
39
|
+
* MaxResults: Number("int"),
|
|
40
|
+
* };
|
|
29
41
|
* const command = new ListInferenceRecommendationsJobsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface ListLabelingJobsCommandOutput extends ListLabelingJobsResponse,
|
|
|
26
26
|
* import { SageMakerClient, ListLabelingJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListLabelingJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListLabelingJobsRequest
|
|
30
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
31
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
32
|
+
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
33
|
+
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* NameContains: "STRING_VALUE",
|
|
37
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
38
|
+
* SortOrder: "Ascending" || "Descending",
|
|
39
|
+
* StatusEquals: "Initializing" || "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new ListLabelingJobsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ListLabelingJobsForWorkteamCommandOutput extends ListLabelingJo
|
|
|
26
26
|
* import { SageMakerClient, ListLabelingJobsForWorkteamCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
27
27
|
* // const { SageMakerClient, ListLabelingJobsForWorkteamCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerClient(config);
|
|
29
|
+
* const input = { // ListLabelingJobsForWorkteamRequest
|
|
30
|
+
* WorkteamArn: "STRING_VALUE", // required
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
34
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
35
|
+
* JobReferenceCodeContains: "STRING_VALUE",
|
|
36
|
+
* SortBy: "CreationTime",
|
|
37
|
+
* SortOrder: "Ascending" || "Descending",
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ListLabelingJobsForWorkteamCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|