@aws-sdk/client-sagemaker 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/SageMaker.js +1061 -1054
- package/dist-es/SageMakerClient.js +28 -22
- package/dist-es/commands/AddAssociationCommand.js +28 -21
- package/dist-es/commands/AddTagsCommand.js +28 -21
- package/dist-es/commands/AssociateTrialComponentCommand.js +28 -21
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +28 -21
- package/dist-es/commands/CreateActionCommand.js +28 -21
- package/dist-es/commands/CreateAlgorithmCommand.js +28 -21
- package/dist-es/commands/CreateAppCommand.js +28 -21
- package/dist-es/commands/CreateAppImageConfigCommand.js +28 -21
- package/dist-es/commands/CreateArtifactCommand.js +28 -21
- package/dist-es/commands/CreateAutoMLJobCommand.js +28 -21
- package/dist-es/commands/CreateCodeRepositoryCommand.js +28 -21
- package/dist-es/commands/CreateCompilationJobCommand.js +28 -21
- package/dist-es/commands/CreateContextCommand.js +28 -21
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateDeviceFleetCommand.js +29 -22
- package/dist-es/commands/CreateDomainCommand.js +28 -21
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +28 -21
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +29 -22
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +29 -22
- package/dist-es/commands/CreateEndpointCommand.js +28 -21
- package/dist-es/commands/CreateEndpointConfigCommand.js +28 -21
- package/dist-es/commands/CreateExperimentCommand.js +28 -21
- package/dist-es/commands/CreateFeatureGroupCommand.js +28 -21
- package/dist-es/commands/CreateFlowDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateHumanTaskUiCommand.js +28 -21
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +28 -21
- package/dist-es/commands/CreateImageCommand.js +28 -21
- package/dist-es/commands/CreateImageVersionCommand.js +28 -21
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +28 -21
- package/dist-es/commands/CreateLabelingJobCommand.js +28 -21
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateModelCommand.js +28 -21
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateModelPackageCommand.js +28 -21
- package/dist-es/commands/CreateModelPackageGroupCommand.js +28 -21
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +28 -21
- package/dist-es/commands/CreateNotebookInstanceCommand.js +28 -21
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +28 -21
- package/dist-es/commands/CreatePipelineCommand.js +28 -21
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +28 -21
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +28 -21
- package/dist-es/commands/CreateProcessingJobCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +28 -21
- package/dist-es/commands/CreateTrainingJobCommand.js +28 -21
- package/dist-es/commands/CreateTransformJobCommand.js +28 -21
- package/dist-es/commands/CreateTrialCommand.js +28 -21
- package/dist-es/commands/CreateTrialComponentCommand.js +28 -21
- package/dist-es/commands/CreateUserProfileCommand.js +28 -21
- package/dist-es/commands/CreateWorkforceCommand.js +28 -21
- package/dist-es/commands/CreateWorkteamCommand.js +28 -21
- package/dist-es/commands/DeleteActionCommand.js +28 -21
- package/dist-es/commands/DeleteAlgorithmCommand.js +29 -22
- package/dist-es/commands/DeleteAppCommand.js +29 -22
- package/dist-es/commands/DeleteAppImageConfigCommand.js +29 -22
- package/dist-es/commands/DeleteArtifactCommand.js +28 -21
- package/dist-es/commands/DeleteAssociationCommand.js +28 -21
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +29 -22
- package/dist-es/commands/DeleteContextCommand.js +28 -21
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +29 -22
- package/dist-es/commands/DeleteDeviceFleetCommand.js +29 -22
- package/dist-es/commands/DeleteDomainCommand.js +29 -22
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +29 -22
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +29 -22
- package/dist-es/commands/DeleteEndpointCommand.js +29 -22
- package/dist-es/commands/DeleteEndpointConfigCommand.js +29 -22
- package/dist-es/commands/DeleteExperimentCommand.js +28 -21
- package/dist-es/commands/DeleteFeatureGroupCommand.js +29 -22
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +28 -21
- package/dist-es/commands/DeleteImageCommand.js +28 -21
- package/dist-es/commands/DeleteImageVersionCommand.js +28 -21
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +29 -22
- package/dist-es/commands/DeleteModelCommand.js +29 -22
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +29 -22
- package/dist-es/commands/DeleteModelPackageCommand.js +29 -22
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +29 -22
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +29 -22
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +29 -22
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +29 -22
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +29 -22
- package/dist-es/commands/DeletePipelineCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +29 -22
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +29 -22
- package/dist-es/commands/DeleteTagsCommand.js +28 -21
- package/dist-es/commands/DeleteTrialCommand.js +28 -21
- package/dist-es/commands/DeleteTrialComponentCommand.js +28 -21
- package/dist-es/commands/DeleteUserProfileCommand.js +29 -22
- package/dist-es/commands/DeleteWorkforceCommand.js +28 -21
- package/dist-es/commands/DeleteWorkteamCommand.js +28 -21
- package/dist-es/commands/DeregisterDevicesCommand.js +29 -22
- package/dist-es/commands/DescribeActionCommand.js +28 -21
- package/dist-es/commands/DescribeAlgorithmCommand.js +28 -21
- package/dist-es/commands/DescribeAppCommand.js +28 -21
- package/dist-es/commands/DescribeAppImageConfigCommand.js +28 -21
- package/dist-es/commands/DescribeArtifactCommand.js +28 -21
- package/dist-es/commands/DescribeAutoMLJobCommand.js +28 -21
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +28 -21
- package/dist-es/commands/DescribeCompilationJobCommand.js +28 -21
- package/dist-es/commands/DescribeContextCommand.js +28 -21
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeDeviceCommand.js +28 -21
- package/dist-es/commands/DescribeDeviceFleetCommand.js +28 -21
- package/dist-es/commands/DescribeDomainCommand.js +28 -21
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +28 -21
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointConfigCommand.js +28 -21
- package/dist-es/commands/DescribeExperimentCommand.js +28 -21
- package/dist-es/commands/DescribeFeatureGroupCommand.js +28 -21
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +28 -21
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +28 -21
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +28 -21
- package/dist-es/commands/DescribeImageCommand.js +28 -21
- package/dist-es/commands/DescribeImageVersionCommand.js +28 -21
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +28 -21
- package/dist-es/commands/DescribeLabelingJobCommand.js +28 -21
- package/dist-es/commands/DescribeLineageGroupCommand.js +28 -21
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeModelCommand.js +28 -21
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeModelPackageCommand.js +28 -21
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +28 -21
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +28 -21
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +28 -21
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +28 -21
- package/dist-es/commands/DescribePipelineCommand.js +28 -21
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +28 -21
- package/dist-es/commands/DescribePipelineExecutionCommand.js +28 -21
- package/dist-es/commands/DescribeProcessingJobCommand.js +28 -21
- package/dist-es/commands/DescribeProjectCommand.js +28 -21
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +28 -21
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +28 -21
- package/dist-es/commands/DescribeTrainingJobCommand.js +28 -21
- package/dist-es/commands/DescribeTransformJobCommand.js +28 -21
- package/dist-es/commands/DescribeTrialCommand.js +28 -21
- package/dist-es/commands/DescribeTrialComponentCommand.js +28 -21
- package/dist-es/commands/DescribeUserProfileCommand.js +28 -21
- package/dist-es/commands/DescribeWorkforceCommand.js +28 -21
- package/dist-es/commands/DescribeWorkteamCommand.js +28 -21
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +28 -21
- package/dist-es/commands/DisassociateTrialComponentCommand.js +28 -21
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +28 -21
- package/dist-es/commands/GetDeviceFleetReportCommand.js +28 -21
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +28 -21
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +28 -21
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +28 -21
- package/dist-es/commands/GetSearchSuggestionsCommand.js +28 -21
- package/dist-es/commands/ListActionsCommand.js +28 -21
- package/dist-es/commands/ListAlgorithmsCommand.js +28 -21
- package/dist-es/commands/ListAppImageConfigsCommand.js +28 -21
- package/dist-es/commands/ListAppsCommand.js +28 -21
- package/dist-es/commands/ListArtifactsCommand.js +28 -21
- package/dist-es/commands/ListAssociationsCommand.js +28 -21
- package/dist-es/commands/ListAutoMLJobsCommand.js +28 -21
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +28 -21
- package/dist-es/commands/ListCodeRepositoriesCommand.js +28 -21
- package/dist-es/commands/ListCompilationJobsCommand.js +28 -21
- package/dist-es/commands/ListContextsCommand.js +28 -21
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListDeviceFleetsCommand.js +28 -21
- package/dist-es/commands/ListDevicesCommand.js +28 -21
- package/dist-es/commands/ListDomainsCommand.js +28 -21
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +28 -21
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +28 -21
- package/dist-es/commands/ListEndpointConfigsCommand.js +28 -21
- package/dist-es/commands/ListEndpointsCommand.js +28 -21
- package/dist-es/commands/ListExperimentsCommand.js +28 -21
- package/dist-es/commands/ListFeatureGroupsCommand.js +28 -21
- package/dist-es/commands/ListFlowDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListHumanTaskUisCommand.js +28 -21
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +28 -21
- package/dist-es/commands/ListImageVersionsCommand.js +28 -21
- package/dist-es/commands/ListImagesCommand.js +28 -21
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +28 -21
- package/dist-es/commands/ListLabelingJobsCommand.js +28 -21
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +28 -21
- package/dist-es/commands/ListLineageGroupsCommand.js +28 -21
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListModelMetadataCommand.js +28 -21
- package/dist-es/commands/ListModelPackageGroupsCommand.js +28 -21
- package/dist-es/commands/ListModelPackagesCommand.js +28 -21
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListModelsCommand.js +28 -21
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +28 -21
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +28 -21
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +28 -21
- package/dist-es/commands/ListNotebookInstancesCommand.js +28 -21
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +28 -21
- package/dist-es/commands/ListPipelineExecutionsCommand.js +28 -21
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +28 -21
- package/dist-es/commands/ListPipelinesCommand.js +28 -21
- package/dist-es/commands/ListProcessingJobsCommand.js +28 -21
- package/dist-es/commands/ListProjectsCommand.js +28 -21
- package/dist-es/commands/ListStageDevicesCommand.js +28 -21
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +28 -21
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +28 -21
- package/dist-es/commands/ListTagsCommand.js +28 -21
- package/dist-es/commands/ListTrainingJobsCommand.js +28 -21
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +28 -21
- package/dist-es/commands/ListTransformJobsCommand.js +28 -21
- package/dist-es/commands/ListTrialComponentsCommand.js +28 -21
- package/dist-es/commands/ListTrialsCommand.js +28 -21
- package/dist-es/commands/ListUserProfilesCommand.js +28 -21
- package/dist-es/commands/ListWorkforcesCommand.js +28 -21
- package/dist-es/commands/ListWorkteamsCommand.js +28 -21
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +28 -21
- package/dist-es/commands/QueryLineageCommand.js +28 -21
- package/dist-es/commands/RegisterDevicesCommand.js +29 -22
- package/dist-es/commands/RenderUiTemplateCommand.js +28 -21
- package/dist-es/commands/RetryPipelineExecutionCommand.js +28 -21
- package/dist-es/commands/SearchCommand.js +28 -21
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +28 -21
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +28 -21
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +29 -22
- package/dist-es/commands/StartMonitoringScheduleCommand.js +29 -22
- package/dist-es/commands/StartNotebookInstanceCommand.js +29 -22
- package/dist-es/commands/StartPipelineExecutionCommand.js +28 -21
- package/dist-es/commands/StopAutoMLJobCommand.js +29 -22
- package/dist-es/commands/StopCompilationJobCommand.js +29 -22
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +29 -22
- package/dist-es/commands/StopEdgePackagingJobCommand.js +29 -22
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +29 -22
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +29 -22
- package/dist-es/commands/StopLabelingJobCommand.js +29 -22
- package/dist-es/commands/StopMonitoringScheduleCommand.js +29 -22
- package/dist-es/commands/StopNotebookInstanceCommand.js +29 -22
- package/dist-es/commands/StopPipelineExecutionCommand.js +28 -21
- package/dist-es/commands/StopProcessingJobCommand.js +29 -22
- package/dist-es/commands/StopTrainingJobCommand.js +29 -22
- package/dist-es/commands/StopTransformJobCommand.js +29 -22
- package/dist-es/commands/UpdateActionCommand.js +28 -21
- package/dist-es/commands/UpdateAppImageConfigCommand.js +28 -21
- package/dist-es/commands/UpdateArtifactCommand.js +28 -21
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +28 -21
- package/dist-es/commands/UpdateContextCommand.js +28 -21
- package/dist-es/commands/UpdateDeviceFleetCommand.js +29 -22
- package/dist-es/commands/UpdateDevicesCommand.js +29 -22
- package/dist-es/commands/UpdateDomainCommand.js +28 -21
- package/dist-es/commands/UpdateEndpointCommand.js +28 -21
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +28 -21
- package/dist-es/commands/UpdateExperimentCommand.js +28 -21
- package/dist-es/commands/UpdateFeatureGroupCommand.js +28 -21
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +29 -22
- package/dist-es/commands/UpdateImageCommand.js +28 -21
- package/dist-es/commands/UpdateModelPackageCommand.js +28 -21
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +28 -21
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +28 -21
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +28 -21
- package/dist-es/commands/UpdatePipelineCommand.js +28 -21
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +28 -21
- package/dist-es/commands/UpdateProjectCommand.js +28 -21
- package/dist-es/commands/UpdateTrainingJobCommand.js +28 -21
- package/dist-es/commands/UpdateTrialCommand.js +28 -21
- package/dist-es/commands/UpdateTrialComponentCommand.js +28 -21
- package/dist-es/commands/UpdateUserProfileCommand.js +28 -21
- package/dist-es/commands/UpdateWorkforceCommand.js +28 -21
- package/dist-es/commands/UpdateWorkteamCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SageMakerServiceException.js +10 -5
- package/dist-es/models/models_0.js +259 -678
- package/dist-es/models/models_1.js +280 -818
- package/dist-es/models/models_2.js +245 -720
- package/dist-es/models/models_3.js +192 -552
- package/dist-es/pagination/ListActionsPaginator.js +68 -25
- package/dist-es/pagination/ListAlgorithmsPaginator.js +68 -25
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListAppsPaginator.js +68 -25
- package/dist-es/pagination/ListArtifactsPaginator.js +68 -25
- package/dist-es/pagination/ListAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +68 -25
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +68 -25
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +68 -25
- package/dist-es/pagination/ListCompilationJobsPaginator.js +68 -25
- package/dist-es/pagination/ListContextsPaginator.js +68 -25
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +68 -25
- package/dist-es/pagination/ListDevicesPaginator.js +68 -25
- package/dist-es/pagination/ListDomainsPaginator.js +68 -25
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +68 -25
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +68 -25
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListEndpointsPaginator.js +68 -25
- package/dist-es/pagination/ListExperimentsPaginator.js +68 -25
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +68 -25
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +68 -25
- package/dist-es/pagination/ListImageVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListImagesPaginator.js +68 -25
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +68 -25
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +68 -25
- package/dist-es/pagination/ListLabelingJobsPaginator.js +68 -25
- package/dist-es/pagination/ListLineageGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListModelMetadataPaginator.js +68 -25
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListModelPackagesPaginator.js +68 -25
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListModelsPaginator.js +68 -25
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +68 -25
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +68 -25
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +68 -25
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +68 -25
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +68 -25
- package/dist-es/pagination/ListPipelinesPaginator.js +68 -25
- package/dist-es/pagination/ListProcessingJobsPaginator.js +68 -25
- package/dist-es/pagination/ListProjectsPaginator.js +68 -25
- package/dist-es/pagination/ListStageDevicesPaginator.js +68 -25
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +68 -25
- package/dist-es/pagination/ListTagsPaginator.js +68 -25
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +68 -25
- package/dist-es/pagination/ListTrainingJobsPaginator.js +68 -25
- package/dist-es/pagination/ListTransformJobsPaginator.js +68 -25
- package/dist-es/pagination/ListTrialComponentsPaginator.js +68 -25
- package/dist-es/pagination/ListTrialsPaginator.js +68 -25
- package/dist-es/pagination/ListUserProfilesPaginator.js +68 -25
- package/dist-es/pagination/ListWorkforcesPaginator.js +68 -25
- package/dist-es/pagination/ListWorkteamsPaginator.js +68 -25
- package/dist-es/pagination/QueryLineagePaginator.js +68 -25
- package/dist-es/pagination/SearchPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +19829 -17158
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForEndpointDeleted.js +50 -30
- package/dist-es/waiters/waitForEndpointInService.js +59 -39
- package/dist-es/waiters/waitForImageCreated.js +59 -39
- package/dist-es/waiters/waitForImageDeleted.js +53 -33
- package/dist-es/waiters/waitForImageUpdated.js +59 -39
- package/dist-es/waiters/waitForImageVersionCreated.js +59 -39
- package/dist-es/waiters/waitForImageVersionDeleted.js +53 -33
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +50 -30
- package/dist-es/waiters/waitForNotebookInstanceInService.js +56 -36
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +56 -36
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +68 -48
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +68 -48
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +68 -48
- package/package.json +5 -5
package/dist-es/SageMaker.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { AddAssociationCommand, } from "./commands/AddAssociationCommand";
|
|
2
3
|
import { AddTagsCommand } from "./commands/AddTagsCommand";
|
|
3
4
|
import { AssociateTrialComponentCommand, } from "./commands/AssociateTrialComponentCommand";
|
|
@@ -262,3687 +263,3693 @@ import { UpdateUserProfileCommand, } from "./commands/UpdateUserProfileCommand";
|
|
|
262
263
|
import { UpdateWorkforceCommand, } from "./commands/UpdateWorkforceCommand";
|
|
263
264
|
import { UpdateWorkteamCommand, } from "./commands/UpdateWorkteamCommand";
|
|
264
265
|
import { SageMakerClient } from "./SageMakerClient";
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
var SageMaker = (function (_super) {
|
|
267
|
+
__extends(SageMaker, _super);
|
|
268
|
+
function SageMaker() {
|
|
269
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
270
|
+
}
|
|
271
|
+
SageMaker.prototype.addAssociation = function (args, optionsOrCb, cb) {
|
|
272
|
+
var command = new AddAssociationCommand(args);
|
|
268
273
|
if (typeof optionsOrCb === "function") {
|
|
269
274
|
this.send(command, optionsOrCb);
|
|
270
275
|
}
|
|
271
276
|
else if (typeof cb === "function") {
|
|
272
277
|
if (typeof optionsOrCb !== "object")
|
|
273
|
-
throw new Error(
|
|
278
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
274
279
|
this.send(command, optionsOrCb || {}, cb);
|
|
275
280
|
}
|
|
276
281
|
else {
|
|
277
282
|
return this.send(command, optionsOrCb);
|
|
278
283
|
}
|
|
279
|
-
}
|
|
280
|
-
addTags(args, optionsOrCb, cb) {
|
|
281
|
-
|
|
284
|
+
};
|
|
285
|
+
SageMaker.prototype.addTags = function (args, optionsOrCb, cb) {
|
|
286
|
+
var command = new AddTagsCommand(args);
|
|
282
287
|
if (typeof optionsOrCb === "function") {
|
|
283
288
|
this.send(command, optionsOrCb);
|
|
284
289
|
}
|
|
285
290
|
else if (typeof cb === "function") {
|
|
286
291
|
if (typeof optionsOrCb !== "object")
|
|
287
|
-
throw new Error(
|
|
292
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
288
293
|
this.send(command, optionsOrCb || {}, cb);
|
|
289
294
|
}
|
|
290
295
|
else {
|
|
291
296
|
return this.send(command, optionsOrCb);
|
|
292
297
|
}
|
|
293
|
-
}
|
|
294
|
-
associateTrialComponent(args, optionsOrCb, cb) {
|
|
295
|
-
|
|
298
|
+
};
|
|
299
|
+
SageMaker.prototype.associateTrialComponent = function (args, optionsOrCb, cb) {
|
|
300
|
+
var command = new AssociateTrialComponentCommand(args);
|
|
296
301
|
if (typeof optionsOrCb === "function") {
|
|
297
302
|
this.send(command, optionsOrCb);
|
|
298
303
|
}
|
|
299
304
|
else if (typeof cb === "function") {
|
|
300
305
|
if (typeof optionsOrCb !== "object")
|
|
301
|
-
throw new Error(
|
|
306
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
302
307
|
this.send(command, optionsOrCb || {}, cb);
|
|
303
308
|
}
|
|
304
309
|
else {
|
|
305
310
|
return this.send(command, optionsOrCb);
|
|
306
311
|
}
|
|
307
|
-
}
|
|
308
|
-
batchDescribeModelPackage(args, optionsOrCb, cb) {
|
|
309
|
-
|
|
312
|
+
};
|
|
313
|
+
SageMaker.prototype.batchDescribeModelPackage = function (args, optionsOrCb, cb) {
|
|
314
|
+
var command = new BatchDescribeModelPackageCommand(args);
|
|
310
315
|
if (typeof optionsOrCb === "function") {
|
|
311
316
|
this.send(command, optionsOrCb);
|
|
312
317
|
}
|
|
313
318
|
else if (typeof cb === "function") {
|
|
314
319
|
if (typeof optionsOrCb !== "object")
|
|
315
|
-
throw new Error(
|
|
320
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
316
321
|
this.send(command, optionsOrCb || {}, cb);
|
|
317
322
|
}
|
|
318
323
|
else {
|
|
319
324
|
return this.send(command, optionsOrCb);
|
|
320
325
|
}
|
|
321
|
-
}
|
|
322
|
-
createAction(args, optionsOrCb, cb) {
|
|
323
|
-
|
|
326
|
+
};
|
|
327
|
+
SageMaker.prototype.createAction = function (args, optionsOrCb, cb) {
|
|
328
|
+
var command = new CreateActionCommand(args);
|
|
324
329
|
if (typeof optionsOrCb === "function") {
|
|
325
330
|
this.send(command, optionsOrCb);
|
|
326
331
|
}
|
|
327
332
|
else if (typeof cb === "function") {
|
|
328
333
|
if (typeof optionsOrCb !== "object")
|
|
329
|
-
throw new Error(
|
|
334
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
330
335
|
this.send(command, optionsOrCb || {}, cb);
|
|
331
336
|
}
|
|
332
337
|
else {
|
|
333
338
|
return this.send(command, optionsOrCb);
|
|
334
339
|
}
|
|
335
|
-
}
|
|
336
|
-
createAlgorithm(args, optionsOrCb, cb) {
|
|
337
|
-
|
|
340
|
+
};
|
|
341
|
+
SageMaker.prototype.createAlgorithm = function (args, optionsOrCb, cb) {
|
|
342
|
+
var command = new CreateAlgorithmCommand(args);
|
|
338
343
|
if (typeof optionsOrCb === "function") {
|
|
339
344
|
this.send(command, optionsOrCb);
|
|
340
345
|
}
|
|
341
346
|
else if (typeof cb === "function") {
|
|
342
347
|
if (typeof optionsOrCb !== "object")
|
|
343
|
-
throw new Error(
|
|
348
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
344
349
|
this.send(command, optionsOrCb || {}, cb);
|
|
345
350
|
}
|
|
346
351
|
else {
|
|
347
352
|
return this.send(command, optionsOrCb);
|
|
348
353
|
}
|
|
349
|
-
}
|
|
350
|
-
createApp(args, optionsOrCb, cb) {
|
|
351
|
-
|
|
354
|
+
};
|
|
355
|
+
SageMaker.prototype.createApp = function (args, optionsOrCb, cb) {
|
|
356
|
+
var command = new CreateAppCommand(args);
|
|
352
357
|
if (typeof optionsOrCb === "function") {
|
|
353
358
|
this.send(command, optionsOrCb);
|
|
354
359
|
}
|
|
355
360
|
else if (typeof cb === "function") {
|
|
356
361
|
if (typeof optionsOrCb !== "object")
|
|
357
|
-
throw new Error(
|
|
362
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
358
363
|
this.send(command, optionsOrCb || {}, cb);
|
|
359
364
|
}
|
|
360
365
|
else {
|
|
361
366
|
return this.send(command, optionsOrCb);
|
|
362
367
|
}
|
|
363
|
-
}
|
|
364
|
-
createAppImageConfig(args, optionsOrCb, cb) {
|
|
365
|
-
|
|
368
|
+
};
|
|
369
|
+
SageMaker.prototype.createAppImageConfig = function (args, optionsOrCb, cb) {
|
|
370
|
+
var command = new CreateAppImageConfigCommand(args);
|
|
366
371
|
if (typeof optionsOrCb === "function") {
|
|
367
372
|
this.send(command, optionsOrCb);
|
|
368
373
|
}
|
|
369
374
|
else if (typeof cb === "function") {
|
|
370
375
|
if (typeof optionsOrCb !== "object")
|
|
371
|
-
throw new Error(
|
|
376
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
372
377
|
this.send(command, optionsOrCb || {}, cb);
|
|
373
378
|
}
|
|
374
379
|
else {
|
|
375
380
|
return this.send(command, optionsOrCb);
|
|
376
381
|
}
|
|
377
|
-
}
|
|
378
|
-
createArtifact(args, optionsOrCb, cb) {
|
|
379
|
-
|
|
382
|
+
};
|
|
383
|
+
SageMaker.prototype.createArtifact = function (args, optionsOrCb, cb) {
|
|
384
|
+
var command = new CreateArtifactCommand(args);
|
|
380
385
|
if (typeof optionsOrCb === "function") {
|
|
381
386
|
this.send(command, optionsOrCb);
|
|
382
387
|
}
|
|
383
388
|
else if (typeof cb === "function") {
|
|
384
389
|
if (typeof optionsOrCb !== "object")
|
|
385
|
-
throw new Error(
|
|
390
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
386
391
|
this.send(command, optionsOrCb || {}, cb);
|
|
387
392
|
}
|
|
388
393
|
else {
|
|
389
394
|
return this.send(command, optionsOrCb);
|
|
390
395
|
}
|
|
391
|
-
}
|
|
392
|
-
createAutoMLJob(args, optionsOrCb, cb) {
|
|
393
|
-
|
|
396
|
+
};
|
|
397
|
+
SageMaker.prototype.createAutoMLJob = function (args, optionsOrCb, cb) {
|
|
398
|
+
var command = new CreateAutoMLJobCommand(args);
|
|
394
399
|
if (typeof optionsOrCb === "function") {
|
|
395
400
|
this.send(command, optionsOrCb);
|
|
396
401
|
}
|
|
397
402
|
else if (typeof cb === "function") {
|
|
398
403
|
if (typeof optionsOrCb !== "object")
|
|
399
|
-
throw new Error(
|
|
404
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
400
405
|
this.send(command, optionsOrCb || {}, cb);
|
|
401
406
|
}
|
|
402
407
|
else {
|
|
403
408
|
return this.send(command, optionsOrCb);
|
|
404
409
|
}
|
|
405
|
-
}
|
|
406
|
-
createCodeRepository(args, optionsOrCb, cb) {
|
|
407
|
-
|
|
410
|
+
};
|
|
411
|
+
SageMaker.prototype.createCodeRepository = function (args, optionsOrCb, cb) {
|
|
412
|
+
var command = new CreateCodeRepositoryCommand(args);
|
|
408
413
|
if (typeof optionsOrCb === "function") {
|
|
409
414
|
this.send(command, optionsOrCb);
|
|
410
415
|
}
|
|
411
416
|
else if (typeof cb === "function") {
|
|
412
417
|
if (typeof optionsOrCb !== "object")
|
|
413
|
-
throw new Error(
|
|
418
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
414
419
|
this.send(command, optionsOrCb || {}, cb);
|
|
415
420
|
}
|
|
416
421
|
else {
|
|
417
422
|
return this.send(command, optionsOrCb);
|
|
418
423
|
}
|
|
419
|
-
}
|
|
420
|
-
createCompilationJob(args, optionsOrCb, cb) {
|
|
421
|
-
|
|
424
|
+
};
|
|
425
|
+
SageMaker.prototype.createCompilationJob = function (args, optionsOrCb, cb) {
|
|
426
|
+
var command = new CreateCompilationJobCommand(args);
|
|
422
427
|
if (typeof optionsOrCb === "function") {
|
|
423
428
|
this.send(command, optionsOrCb);
|
|
424
429
|
}
|
|
425
430
|
else if (typeof cb === "function") {
|
|
426
431
|
if (typeof optionsOrCb !== "object")
|
|
427
|
-
throw new Error(
|
|
432
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
428
433
|
this.send(command, optionsOrCb || {}, cb);
|
|
429
434
|
}
|
|
430
435
|
else {
|
|
431
436
|
return this.send(command, optionsOrCb);
|
|
432
437
|
}
|
|
433
|
-
}
|
|
434
|
-
createContext(args, optionsOrCb, cb) {
|
|
435
|
-
|
|
438
|
+
};
|
|
439
|
+
SageMaker.prototype.createContext = function (args, optionsOrCb, cb) {
|
|
440
|
+
var command = new CreateContextCommand(args);
|
|
436
441
|
if (typeof optionsOrCb === "function") {
|
|
437
442
|
this.send(command, optionsOrCb);
|
|
438
443
|
}
|
|
439
444
|
else if (typeof cb === "function") {
|
|
440
445
|
if (typeof optionsOrCb !== "object")
|
|
441
|
-
throw new Error(
|
|
446
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
442
447
|
this.send(command, optionsOrCb || {}, cb);
|
|
443
448
|
}
|
|
444
449
|
else {
|
|
445
450
|
return this.send(command, optionsOrCb);
|
|
446
451
|
}
|
|
447
|
-
}
|
|
448
|
-
createDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
449
|
-
|
|
452
|
+
};
|
|
453
|
+
SageMaker.prototype.createDataQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
454
|
+
var command = new CreateDataQualityJobDefinitionCommand(args);
|
|
450
455
|
if (typeof optionsOrCb === "function") {
|
|
451
456
|
this.send(command, optionsOrCb);
|
|
452
457
|
}
|
|
453
458
|
else if (typeof cb === "function") {
|
|
454
459
|
if (typeof optionsOrCb !== "object")
|
|
455
|
-
throw new Error(
|
|
460
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
456
461
|
this.send(command, optionsOrCb || {}, cb);
|
|
457
462
|
}
|
|
458
463
|
else {
|
|
459
464
|
return this.send(command, optionsOrCb);
|
|
460
465
|
}
|
|
461
|
-
}
|
|
462
|
-
createDeviceFleet(args, optionsOrCb, cb) {
|
|
463
|
-
|
|
466
|
+
};
|
|
467
|
+
SageMaker.prototype.createDeviceFleet = function (args, optionsOrCb, cb) {
|
|
468
|
+
var command = new CreateDeviceFleetCommand(args);
|
|
464
469
|
if (typeof optionsOrCb === "function") {
|
|
465
470
|
this.send(command, optionsOrCb);
|
|
466
471
|
}
|
|
467
472
|
else if (typeof cb === "function") {
|
|
468
473
|
if (typeof optionsOrCb !== "object")
|
|
469
|
-
throw new Error(
|
|
474
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
470
475
|
this.send(command, optionsOrCb || {}, cb);
|
|
471
476
|
}
|
|
472
477
|
else {
|
|
473
478
|
return this.send(command, optionsOrCb);
|
|
474
479
|
}
|
|
475
|
-
}
|
|
476
|
-
createDomain(args, optionsOrCb, cb) {
|
|
477
|
-
|
|
480
|
+
};
|
|
481
|
+
SageMaker.prototype.createDomain = function (args, optionsOrCb, cb) {
|
|
482
|
+
var command = new CreateDomainCommand(args);
|
|
478
483
|
if (typeof optionsOrCb === "function") {
|
|
479
484
|
this.send(command, optionsOrCb);
|
|
480
485
|
}
|
|
481
486
|
else if (typeof cb === "function") {
|
|
482
487
|
if (typeof optionsOrCb !== "object")
|
|
483
|
-
throw new Error(
|
|
488
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
484
489
|
this.send(command, optionsOrCb || {}, cb);
|
|
485
490
|
}
|
|
486
491
|
else {
|
|
487
492
|
return this.send(command, optionsOrCb);
|
|
488
493
|
}
|
|
489
|
-
}
|
|
490
|
-
createEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
491
|
-
|
|
494
|
+
};
|
|
495
|
+
SageMaker.prototype.createEdgeDeploymentPlan = function (args, optionsOrCb, cb) {
|
|
496
|
+
var command = new CreateEdgeDeploymentPlanCommand(args);
|
|
492
497
|
if (typeof optionsOrCb === "function") {
|
|
493
498
|
this.send(command, optionsOrCb);
|
|
494
499
|
}
|
|
495
500
|
else if (typeof cb === "function") {
|
|
496
501
|
if (typeof optionsOrCb !== "object")
|
|
497
|
-
throw new Error(
|
|
502
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
498
503
|
this.send(command, optionsOrCb || {}, cb);
|
|
499
504
|
}
|
|
500
505
|
else {
|
|
501
506
|
return this.send(command, optionsOrCb);
|
|
502
507
|
}
|
|
503
|
-
}
|
|
504
|
-
createEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
505
|
-
|
|
508
|
+
};
|
|
509
|
+
SageMaker.prototype.createEdgeDeploymentStage = function (args, optionsOrCb, cb) {
|
|
510
|
+
var command = new CreateEdgeDeploymentStageCommand(args);
|
|
506
511
|
if (typeof optionsOrCb === "function") {
|
|
507
512
|
this.send(command, optionsOrCb);
|
|
508
513
|
}
|
|
509
514
|
else if (typeof cb === "function") {
|
|
510
515
|
if (typeof optionsOrCb !== "object")
|
|
511
|
-
throw new Error(
|
|
516
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
512
517
|
this.send(command, optionsOrCb || {}, cb);
|
|
513
518
|
}
|
|
514
519
|
else {
|
|
515
520
|
return this.send(command, optionsOrCb);
|
|
516
521
|
}
|
|
517
|
-
}
|
|
518
|
-
createEdgePackagingJob(args, optionsOrCb, cb) {
|
|
519
|
-
|
|
522
|
+
};
|
|
523
|
+
SageMaker.prototype.createEdgePackagingJob = function (args, optionsOrCb, cb) {
|
|
524
|
+
var command = new CreateEdgePackagingJobCommand(args);
|
|
520
525
|
if (typeof optionsOrCb === "function") {
|
|
521
526
|
this.send(command, optionsOrCb);
|
|
522
527
|
}
|
|
523
528
|
else if (typeof cb === "function") {
|
|
524
529
|
if (typeof optionsOrCb !== "object")
|
|
525
|
-
throw new Error(
|
|
530
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
526
531
|
this.send(command, optionsOrCb || {}, cb);
|
|
527
532
|
}
|
|
528
533
|
else {
|
|
529
534
|
return this.send(command, optionsOrCb);
|
|
530
535
|
}
|
|
531
|
-
}
|
|
532
|
-
createEndpoint(args, optionsOrCb, cb) {
|
|
533
|
-
|
|
536
|
+
};
|
|
537
|
+
SageMaker.prototype.createEndpoint = function (args, optionsOrCb, cb) {
|
|
538
|
+
var command = new CreateEndpointCommand(args);
|
|
534
539
|
if (typeof optionsOrCb === "function") {
|
|
535
540
|
this.send(command, optionsOrCb);
|
|
536
541
|
}
|
|
537
542
|
else if (typeof cb === "function") {
|
|
538
543
|
if (typeof optionsOrCb !== "object")
|
|
539
|
-
throw new Error(
|
|
544
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
540
545
|
this.send(command, optionsOrCb || {}, cb);
|
|
541
546
|
}
|
|
542
547
|
else {
|
|
543
548
|
return this.send(command, optionsOrCb);
|
|
544
549
|
}
|
|
545
|
-
}
|
|
546
|
-
createEndpointConfig(args, optionsOrCb, cb) {
|
|
547
|
-
|
|
550
|
+
};
|
|
551
|
+
SageMaker.prototype.createEndpointConfig = function (args, optionsOrCb, cb) {
|
|
552
|
+
var command = new CreateEndpointConfigCommand(args);
|
|
548
553
|
if (typeof optionsOrCb === "function") {
|
|
549
554
|
this.send(command, optionsOrCb);
|
|
550
555
|
}
|
|
551
556
|
else if (typeof cb === "function") {
|
|
552
557
|
if (typeof optionsOrCb !== "object")
|
|
553
|
-
throw new Error(
|
|
558
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
554
559
|
this.send(command, optionsOrCb || {}, cb);
|
|
555
560
|
}
|
|
556
561
|
else {
|
|
557
562
|
return this.send(command, optionsOrCb);
|
|
558
563
|
}
|
|
559
|
-
}
|
|
560
|
-
createExperiment(args, optionsOrCb, cb) {
|
|
561
|
-
|
|
564
|
+
};
|
|
565
|
+
SageMaker.prototype.createExperiment = function (args, optionsOrCb, cb) {
|
|
566
|
+
var command = new CreateExperimentCommand(args);
|
|
562
567
|
if (typeof optionsOrCb === "function") {
|
|
563
568
|
this.send(command, optionsOrCb);
|
|
564
569
|
}
|
|
565
570
|
else if (typeof cb === "function") {
|
|
566
571
|
if (typeof optionsOrCb !== "object")
|
|
567
|
-
throw new Error(
|
|
572
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
568
573
|
this.send(command, optionsOrCb || {}, cb);
|
|
569
574
|
}
|
|
570
575
|
else {
|
|
571
576
|
return this.send(command, optionsOrCb);
|
|
572
577
|
}
|
|
573
|
-
}
|
|
574
|
-
createFeatureGroup(args, optionsOrCb, cb) {
|
|
575
|
-
|
|
578
|
+
};
|
|
579
|
+
SageMaker.prototype.createFeatureGroup = function (args, optionsOrCb, cb) {
|
|
580
|
+
var command = new CreateFeatureGroupCommand(args);
|
|
576
581
|
if (typeof optionsOrCb === "function") {
|
|
577
582
|
this.send(command, optionsOrCb);
|
|
578
583
|
}
|
|
579
584
|
else if (typeof cb === "function") {
|
|
580
585
|
if (typeof optionsOrCb !== "object")
|
|
581
|
-
throw new Error(
|
|
586
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
582
587
|
this.send(command, optionsOrCb || {}, cb);
|
|
583
588
|
}
|
|
584
589
|
else {
|
|
585
590
|
return this.send(command, optionsOrCb);
|
|
586
591
|
}
|
|
587
|
-
}
|
|
588
|
-
createFlowDefinition(args, optionsOrCb, cb) {
|
|
589
|
-
|
|
592
|
+
};
|
|
593
|
+
SageMaker.prototype.createFlowDefinition = function (args, optionsOrCb, cb) {
|
|
594
|
+
var command = new CreateFlowDefinitionCommand(args);
|
|
590
595
|
if (typeof optionsOrCb === "function") {
|
|
591
596
|
this.send(command, optionsOrCb);
|
|
592
597
|
}
|
|
593
598
|
else if (typeof cb === "function") {
|
|
594
599
|
if (typeof optionsOrCb !== "object")
|
|
595
|
-
throw new Error(
|
|
600
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
596
601
|
this.send(command, optionsOrCb || {}, cb);
|
|
597
602
|
}
|
|
598
603
|
else {
|
|
599
604
|
return this.send(command, optionsOrCb);
|
|
600
605
|
}
|
|
601
|
-
}
|
|
602
|
-
createHumanTaskUi(args, optionsOrCb, cb) {
|
|
603
|
-
|
|
606
|
+
};
|
|
607
|
+
SageMaker.prototype.createHumanTaskUi = function (args, optionsOrCb, cb) {
|
|
608
|
+
var command = new CreateHumanTaskUiCommand(args);
|
|
604
609
|
if (typeof optionsOrCb === "function") {
|
|
605
610
|
this.send(command, optionsOrCb);
|
|
606
611
|
}
|
|
607
612
|
else if (typeof cb === "function") {
|
|
608
613
|
if (typeof optionsOrCb !== "object")
|
|
609
|
-
throw new Error(
|
|
614
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
610
615
|
this.send(command, optionsOrCb || {}, cb);
|
|
611
616
|
}
|
|
612
617
|
else {
|
|
613
618
|
return this.send(command, optionsOrCb);
|
|
614
619
|
}
|
|
615
|
-
}
|
|
616
|
-
createHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
617
|
-
|
|
620
|
+
};
|
|
621
|
+
SageMaker.prototype.createHyperParameterTuningJob = function (args, optionsOrCb, cb) {
|
|
622
|
+
var command = new CreateHyperParameterTuningJobCommand(args);
|
|
618
623
|
if (typeof optionsOrCb === "function") {
|
|
619
624
|
this.send(command, optionsOrCb);
|
|
620
625
|
}
|
|
621
626
|
else if (typeof cb === "function") {
|
|
622
627
|
if (typeof optionsOrCb !== "object")
|
|
623
|
-
throw new Error(
|
|
628
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
624
629
|
this.send(command, optionsOrCb || {}, cb);
|
|
625
630
|
}
|
|
626
631
|
else {
|
|
627
632
|
return this.send(command, optionsOrCb);
|
|
628
633
|
}
|
|
629
|
-
}
|
|
630
|
-
createImage(args, optionsOrCb, cb) {
|
|
631
|
-
|
|
634
|
+
};
|
|
635
|
+
SageMaker.prototype.createImage = function (args, optionsOrCb, cb) {
|
|
636
|
+
var command = new CreateImageCommand(args);
|
|
632
637
|
if (typeof optionsOrCb === "function") {
|
|
633
638
|
this.send(command, optionsOrCb);
|
|
634
639
|
}
|
|
635
640
|
else if (typeof cb === "function") {
|
|
636
641
|
if (typeof optionsOrCb !== "object")
|
|
637
|
-
throw new Error(
|
|
642
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
638
643
|
this.send(command, optionsOrCb || {}, cb);
|
|
639
644
|
}
|
|
640
645
|
else {
|
|
641
646
|
return this.send(command, optionsOrCb);
|
|
642
647
|
}
|
|
643
|
-
}
|
|
644
|
-
createImageVersion(args, optionsOrCb, cb) {
|
|
645
|
-
|
|
648
|
+
};
|
|
649
|
+
SageMaker.prototype.createImageVersion = function (args, optionsOrCb, cb) {
|
|
650
|
+
var command = new CreateImageVersionCommand(args);
|
|
646
651
|
if (typeof optionsOrCb === "function") {
|
|
647
652
|
this.send(command, optionsOrCb);
|
|
648
653
|
}
|
|
649
654
|
else if (typeof cb === "function") {
|
|
650
655
|
if (typeof optionsOrCb !== "object")
|
|
651
|
-
throw new Error(
|
|
656
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
652
657
|
this.send(command, optionsOrCb || {}, cb);
|
|
653
658
|
}
|
|
654
659
|
else {
|
|
655
660
|
return this.send(command, optionsOrCb);
|
|
656
661
|
}
|
|
657
|
-
}
|
|
658
|
-
createInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
659
|
-
|
|
662
|
+
};
|
|
663
|
+
SageMaker.prototype.createInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
664
|
+
var command = new CreateInferenceRecommendationsJobCommand(args);
|
|
660
665
|
if (typeof optionsOrCb === "function") {
|
|
661
666
|
this.send(command, optionsOrCb);
|
|
662
667
|
}
|
|
663
668
|
else if (typeof cb === "function") {
|
|
664
669
|
if (typeof optionsOrCb !== "object")
|
|
665
|
-
throw new Error(
|
|
670
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
666
671
|
this.send(command, optionsOrCb || {}, cb);
|
|
667
672
|
}
|
|
668
673
|
else {
|
|
669
674
|
return this.send(command, optionsOrCb);
|
|
670
675
|
}
|
|
671
|
-
}
|
|
672
|
-
createLabelingJob(args, optionsOrCb, cb) {
|
|
673
|
-
|
|
676
|
+
};
|
|
677
|
+
SageMaker.prototype.createLabelingJob = function (args, optionsOrCb, cb) {
|
|
678
|
+
var command = new CreateLabelingJobCommand(args);
|
|
674
679
|
if (typeof optionsOrCb === "function") {
|
|
675
680
|
this.send(command, optionsOrCb);
|
|
676
681
|
}
|
|
677
682
|
else if (typeof cb === "function") {
|
|
678
683
|
if (typeof optionsOrCb !== "object")
|
|
679
|
-
throw new Error(
|
|
684
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
680
685
|
this.send(command, optionsOrCb || {}, cb);
|
|
681
686
|
}
|
|
682
687
|
else {
|
|
683
688
|
return this.send(command, optionsOrCb);
|
|
684
689
|
}
|
|
685
|
-
}
|
|
686
|
-
createModel(args, optionsOrCb, cb) {
|
|
687
|
-
|
|
690
|
+
};
|
|
691
|
+
SageMaker.prototype.createModel = function (args, optionsOrCb, cb) {
|
|
692
|
+
var command = new CreateModelCommand(args);
|
|
688
693
|
if (typeof optionsOrCb === "function") {
|
|
689
694
|
this.send(command, optionsOrCb);
|
|
690
695
|
}
|
|
691
696
|
else if (typeof cb === "function") {
|
|
692
697
|
if (typeof optionsOrCb !== "object")
|
|
693
|
-
throw new Error(
|
|
698
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
694
699
|
this.send(command, optionsOrCb || {}, cb);
|
|
695
700
|
}
|
|
696
701
|
else {
|
|
697
702
|
return this.send(command, optionsOrCb);
|
|
698
703
|
}
|
|
699
|
-
}
|
|
700
|
-
createModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
701
|
-
|
|
704
|
+
};
|
|
705
|
+
SageMaker.prototype.createModelBiasJobDefinition = function (args, optionsOrCb, cb) {
|
|
706
|
+
var command = new CreateModelBiasJobDefinitionCommand(args);
|
|
702
707
|
if (typeof optionsOrCb === "function") {
|
|
703
708
|
this.send(command, optionsOrCb);
|
|
704
709
|
}
|
|
705
710
|
else if (typeof cb === "function") {
|
|
706
711
|
if (typeof optionsOrCb !== "object")
|
|
707
|
-
throw new Error(
|
|
712
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
708
713
|
this.send(command, optionsOrCb || {}, cb);
|
|
709
714
|
}
|
|
710
715
|
else {
|
|
711
716
|
return this.send(command, optionsOrCb);
|
|
712
717
|
}
|
|
713
|
-
}
|
|
714
|
-
createModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
715
|
-
|
|
718
|
+
};
|
|
719
|
+
SageMaker.prototype.createModelExplainabilityJobDefinition = function (args, optionsOrCb, cb) {
|
|
720
|
+
var command = new CreateModelExplainabilityJobDefinitionCommand(args);
|
|
716
721
|
if (typeof optionsOrCb === "function") {
|
|
717
722
|
this.send(command, optionsOrCb);
|
|
718
723
|
}
|
|
719
724
|
else if (typeof cb === "function") {
|
|
720
725
|
if (typeof optionsOrCb !== "object")
|
|
721
|
-
throw new Error(
|
|
726
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
722
727
|
this.send(command, optionsOrCb || {}, cb);
|
|
723
728
|
}
|
|
724
729
|
else {
|
|
725
730
|
return this.send(command, optionsOrCb);
|
|
726
731
|
}
|
|
727
|
-
}
|
|
728
|
-
createModelPackage(args, optionsOrCb, cb) {
|
|
729
|
-
|
|
732
|
+
};
|
|
733
|
+
SageMaker.prototype.createModelPackage = function (args, optionsOrCb, cb) {
|
|
734
|
+
var command = new CreateModelPackageCommand(args);
|
|
730
735
|
if (typeof optionsOrCb === "function") {
|
|
731
736
|
this.send(command, optionsOrCb);
|
|
732
737
|
}
|
|
733
738
|
else if (typeof cb === "function") {
|
|
734
739
|
if (typeof optionsOrCb !== "object")
|
|
735
|
-
throw new Error(
|
|
740
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
736
741
|
this.send(command, optionsOrCb || {}, cb);
|
|
737
742
|
}
|
|
738
743
|
else {
|
|
739
744
|
return this.send(command, optionsOrCb);
|
|
740
745
|
}
|
|
741
|
-
}
|
|
742
|
-
createModelPackageGroup(args, optionsOrCb, cb) {
|
|
743
|
-
|
|
746
|
+
};
|
|
747
|
+
SageMaker.prototype.createModelPackageGroup = function (args, optionsOrCb, cb) {
|
|
748
|
+
var command = new CreateModelPackageGroupCommand(args);
|
|
744
749
|
if (typeof optionsOrCb === "function") {
|
|
745
750
|
this.send(command, optionsOrCb);
|
|
746
751
|
}
|
|
747
752
|
else if (typeof cb === "function") {
|
|
748
753
|
if (typeof optionsOrCb !== "object")
|
|
749
|
-
throw new Error(
|
|
754
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
750
755
|
this.send(command, optionsOrCb || {}, cb);
|
|
751
756
|
}
|
|
752
757
|
else {
|
|
753
758
|
return this.send(command, optionsOrCb);
|
|
754
759
|
}
|
|
755
|
-
}
|
|
756
|
-
createModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
757
|
-
|
|
760
|
+
};
|
|
761
|
+
SageMaker.prototype.createModelQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
762
|
+
var command = new CreateModelQualityJobDefinitionCommand(args);
|
|
758
763
|
if (typeof optionsOrCb === "function") {
|
|
759
764
|
this.send(command, optionsOrCb);
|
|
760
765
|
}
|
|
761
766
|
else if (typeof cb === "function") {
|
|
762
767
|
if (typeof optionsOrCb !== "object")
|
|
763
|
-
throw new Error(
|
|
768
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
764
769
|
this.send(command, optionsOrCb || {}, cb);
|
|
765
770
|
}
|
|
766
771
|
else {
|
|
767
772
|
return this.send(command, optionsOrCb);
|
|
768
773
|
}
|
|
769
|
-
}
|
|
770
|
-
createMonitoringSchedule(args, optionsOrCb, cb) {
|
|
771
|
-
|
|
774
|
+
};
|
|
775
|
+
SageMaker.prototype.createMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
776
|
+
var command = new CreateMonitoringScheduleCommand(args);
|
|
772
777
|
if (typeof optionsOrCb === "function") {
|
|
773
778
|
this.send(command, optionsOrCb);
|
|
774
779
|
}
|
|
775
780
|
else if (typeof cb === "function") {
|
|
776
781
|
if (typeof optionsOrCb !== "object")
|
|
777
|
-
throw new Error(
|
|
782
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
778
783
|
this.send(command, optionsOrCb || {}, cb);
|
|
779
784
|
}
|
|
780
785
|
else {
|
|
781
786
|
return this.send(command, optionsOrCb);
|
|
782
787
|
}
|
|
783
|
-
}
|
|
784
|
-
createNotebookInstance(args, optionsOrCb, cb) {
|
|
785
|
-
|
|
788
|
+
};
|
|
789
|
+
SageMaker.prototype.createNotebookInstance = function (args, optionsOrCb, cb) {
|
|
790
|
+
var command = new CreateNotebookInstanceCommand(args);
|
|
786
791
|
if (typeof optionsOrCb === "function") {
|
|
787
792
|
this.send(command, optionsOrCb);
|
|
788
793
|
}
|
|
789
794
|
else if (typeof cb === "function") {
|
|
790
795
|
if (typeof optionsOrCb !== "object")
|
|
791
|
-
throw new Error(
|
|
796
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
792
797
|
this.send(command, optionsOrCb || {}, cb);
|
|
793
798
|
}
|
|
794
799
|
else {
|
|
795
800
|
return this.send(command, optionsOrCb);
|
|
796
801
|
}
|
|
797
|
-
}
|
|
798
|
-
createNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
799
|
-
|
|
802
|
+
};
|
|
803
|
+
SageMaker.prototype.createNotebookInstanceLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
804
|
+
var command = new CreateNotebookInstanceLifecycleConfigCommand(args);
|
|
800
805
|
if (typeof optionsOrCb === "function") {
|
|
801
806
|
this.send(command, optionsOrCb);
|
|
802
807
|
}
|
|
803
808
|
else if (typeof cb === "function") {
|
|
804
809
|
if (typeof optionsOrCb !== "object")
|
|
805
|
-
throw new Error(
|
|
810
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
806
811
|
this.send(command, optionsOrCb || {}, cb);
|
|
807
812
|
}
|
|
808
813
|
else {
|
|
809
814
|
return this.send(command, optionsOrCb);
|
|
810
815
|
}
|
|
811
|
-
}
|
|
812
|
-
createPipeline(args, optionsOrCb, cb) {
|
|
813
|
-
|
|
816
|
+
};
|
|
817
|
+
SageMaker.prototype.createPipeline = function (args, optionsOrCb, cb) {
|
|
818
|
+
var command = new CreatePipelineCommand(args);
|
|
814
819
|
if (typeof optionsOrCb === "function") {
|
|
815
820
|
this.send(command, optionsOrCb);
|
|
816
821
|
}
|
|
817
822
|
else if (typeof cb === "function") {
|
|
818
823
|
if (typeof optionsOrCb !== "object")
|
|
819
|
-
throw new Error(
|
|
824
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
820
825
|
this.send(command, optionsOrCb || {}, cb);
|
|
821
826
|
}
|
|
822
827
|
else {
|
|
823
828
|
return this.send(command, optionsOrCb);
|
|
824
829
|
}
|
|
825
|
-
}
|
|
826
|
-
createPresignedDomainUrl(args, optionsOrCb, cb) {
|
|
827
|
-
|
|
830
|
+
};
|
|
831
|
+
SageMaker.prototype.createPresignedDomainUrl = function (args, optionsOrCb, cb) {
|
|
832
|
+
var command = new CreatePresignedDomainUrlCommand(args);
|
|
828
833
|
if (typeof optionsOrCb === "function") {
|
|
829
834
|
this.send(command, optionsOrCb);
|
|
830
835
|
}
|
|
831
836
|
else if (typeof cb === "function") {
|
|
832
837
|
if (typeof optionsOrCb !== "object")
|
|
833
|
-
throw new Error(
|
|
838
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
834
839
|
this.send(command, optionsOrCb || {}, cb);
|
|
835
840
|
}
|
|
836
841
|
else {
|
|
837
842
|
return this.send(command, optionsOrCb);
|
|
838
843
|
}
|
|
839
|
-
}
|
|
840
|
-
createPresignedNotebookInstanceUrl(args, optionsOrCb, cb) {
|
|
841
|
-
|
|
844
|
+
};
|
|
845
|
+
SageMaker.prototype.createPresignedNotebookInstanceUrl = function (args, optionsOrCb, cb) {
|
|
846
|
+
var command = new CreatePresignedNotebookInstanceUrlCommand(args);
|
|
842
847
|
if (typeof optionsOrCb === "function") {
|
|
843
848
|
this.send(command, optionsOrCb);
|
|
844
849
|
}
|
|
845
850
|
else if (typeof cb === "function") {
|
|
846
851
|
if (typeof optionsOrCb !== "object")
|
|
847
|
-
throw new Error(
|
|
852
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
848
853
|
this.send(command, optionsOrCb || {}, cb);
|
|
849
854
|
}
|
|
850
855
|
else {
|
|
851
856
|
return this.send(command, optionsOrCb);
|
|
852
857
|
}
|
|
853
|
-
}
|
|
854
|
-
createProcessingJob(args, optionsOrCb, cb) {
|
|
855
|
-
|
|
858
|
+
};
|
|
859
|
+
SageMaker.prototype.createProcessingJob = function (args, optionsOrCb, cb) {
|
|
860
|
+
var command = new CreateProcessingJobCommand(args);
|
|
856
861
|
if (typeof optionsOrCb === "function") {
|
|
857
862
|
this.send(command, optionsOrCb);
|
|
858
863
|
}
|
|
859
864
|
else if (typeof cb === "function") {
|
|
860
865
|
if (typeof optionsOrCb !== "object")
|
|
861
|
-
throw new Error(
|
|
866
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
862
867
|
this.send(command, optionsOrCb || {}, cb);
|
|
863
868
|
}
|
|
864
869
|
else {
|
|
865
870
|
return this.send(command, optionsOrCb);
|
|
866
871
|
}
|
|
867
|
-
}
|
|
868
|
-
createProject(args, optionsOrCb, cb) {
|
|
869
|
-
|
|
872
|
+
};
|
|
873
|
+
SageMaker.prototype.createProject = function (args, optionsOrCb, cb) {
|
|
874
|
+
var command = new CreateProjectCommand(args);
|
|
870
875
|
if (typeof optionsOrCb === "function") {
|
|
871
876
|
this.send(command, optionsOrCb);
|
|
872
877
|
}
|
|
873
878
|
else if (typeof cb === "function") {
|
|
874
879
|
if (typeof optionsOrCb !== "object")
|
|
875
|
-
throw new Error(
|
|
880
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
876
881
|
this.send(command, optionsOrCb || {}, cb);
|
|
877
882
|
}
|
|
878
883
|
else {
|
|
879
884
|
return this.send(command, optionsOrCb);
|
|
880
885
|
}
|
|
881
|
-
}
|
|
882
|
-
createStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
883
|
-
|
|
886
|
+
};
|
|
887
|
+
SageMaker.prototype.createStudioLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
888
|
+
var command = new CreateStudioLifecycleConfigCommand(args);
|
|
884
889
|
if (typeof optionsOrCb === "function") {
|
|
885
890
|
this.send(command, optionsOrCb);
|
|
886
891
|
}
|
|
887
892
|
else if (typeof cb === "function") {
|
|
888
893
|
if (typeof optionsOrCb !== "object")
|
|
889
|
-
throw new Error(
|
|
894
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
890
895
|
this.send(command, optionsOrCb || {}, cb);
|
|
891
896
|
}
|
|
892
897
|
else {
|
|
893
898
|
return this.send(command, optionsOrCb);
|
|
894
899
|
}
|
|
895
|
-
}
|
|
896
|
-
createTrainingJob(args, optionsOrCb, cb) {
|
|
897
|
-
|
|
900
|
+
};
|
|
901
|
+
SageMaker.prototype.createTrainingJob = function (args, optionsOrCb, cb) {
|
|
902
|
+
var command = new CreateTrainingJobCommand(args);
|
|
898
903
|
if (typeof optionsOrCb === "function") {
|
|
899
904
|
this.send(command, optionsOrCb);
|
|
900
905
|
}
|
|
901
906
|
else if (typeof cb === "function") {
|
|
902
907
|
if (typeof optionsOrCb !== "object")
|
|
903
|
-
throw new Error(
|
|
908
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
904
909
|
this.send(command, optionsOrCb || {}, cb);
|
|
905
910
|
}
|
|
906
911
|
else {
|
|
907
912
|
return this.send(command, optionsOrCb);
|
|
908
913
|
}
|
|
909
|
-
}
|
|
910
|
-
createTransformJob(args, optionsOrCb, cb) {
|
|
911
|
-
|
|
914
|
+
};
|
|
915
|
+
SageMaker.prototype.createTransformJob = function (args, optionsOrCb, cb) {
|
|
916
|
+
var command = new CreateTransformJobCommand(args);
|
|
912
917
|
if (typeof optionsOrCb === "function") {
|
|
913
918
|
this.send(command, optionsOrCb);
|
|
914
919
|
}
|
|
915
920
|
else if (typeof cb === "function") {
|
|
916
921
|
if (typeof optionsOrCb !== "object")
|
|
917
|
-
throw new Error(
|
|
922
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
918
923
|
this.send(command, optionsOrCb || {}, cb);
|
|
919
924
|
}
|
|
920
925
|
else {
|
|
921
926
|
return this.send(command, optionsOrCb);
|
|
922
927
|
}
|
|
923
|
-
}
|
|
924
|
-
createTrial(args, optionsOrCb, cb) {
|
|
925
|
-
|
|
928
|
+
};
|
|
929
|
+
SageMaker.prototype.createTrial = function (args, optionsOrCb, cb) {
|
|
930
|
+
var command = new CreateTrialCommand(args);
|
|
926
931
|
if (typeof optionsOrCb === "function") {
|
|
927
932
|
this.send(command, optionsOrCb);
|
|
928
933
|
}
|
|
929
934
|
else if (typeof cb === "function") {
|
|
930
935
|
if (typeof optionsOrCb !== "object")
|
|
931
|
-
throw new Error(
|
|
936
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
932
937
|
this.send(command, optionsOrCb || {}, cb);
|
|
933
938
|
}
|
|
934
939
|
else {
|
|
935
940
|
return this.send(command, optionsOrCb);
|
|
936
941
|
}
|
|
937
|
-
}
|
|
938
|
-
createTrialComponent(args, optionsOrCb, cb) {
|
|
939
|
-
|
|
942
|
+
};
|
|
943
|
+
SageMaker.prototype.createTrialComponent = function (args, optionsOrCb, cb) {
|
|
944
|
+
var command = new CreateTrialComponentCommand(args);
|
|
940
945
|
if (typeof optionsOrCb === "function") {
|
|
941
946
|
this.send(command, optionsOrCb);
|
|
942
947
|
}
|
|
943
948
|
else if (typeof cb === "function") {
|
|
944
949
|
if (typeof optionsOrCb !== "object")
|
|
945
|
-
throw new Error(
|
|
950
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
946
951
|
this.send(command, optionsOrCb || {}, cb);
|
|
947
952
|
}
|
|
948
953
|
else {
|
|
949
954
|
return this.send(command, optionsOrCb);
|
|
950
955
|
}
|
|
951
|
-
}
|
|
952
|
-
createUserProfile(args, optionsOrCb, cb) {
|
|
953
|
-
|
|
956
|
+
};
|
|
957
|
+
SageMaker.prototype.createUserProfile = function (args, optionsOrCb, cb) {
|
|
958
|
+
var command = new CreateUserProfileCommand(args);
|
|
954
959
|
if (typeof optionsOrCb === "function") {
|
|
955
960
|
this.send(command, optionsOrCb);
|
|
956
961
|
}
|
|
957
962
|
else if (typeof cb === "function") {
|
|
958
963
|
if (typeof optionsOrCb !== "object")
|
|
959
|
-
throw new Error(
|
|
964
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
960
965
|
this.send(command, optionsOrCb || {}, cb);
|
|
961
966
|
}
|
|
962
967
|
else {
|
|
963
968
|
return this.send(command, optionsOrCb);
|
|
964
969
|
}
|
|
965
|
-
}
|
|
966
|
-
createWorkforce(args, optionsOrCb, cb) {
|
|
967
|
-
|
|
970
|
+
};
|
|
971
|
+
SageMaker.prototype.createWorkforce = function (args, optionsOrCb, cb) {
|
|
972
|
+
var command = new CreateWorkforceCommand(args);
|
|
968
973
|
if (typeof optionsOrCb === "function") {
|
|
969
974
|
this.send(command, optionsOrCb);
|
|
970
975
|
}
|
|
971
976
|
else if (typeof cb === "function") {
|
|
972
977
|
if (typeof optionsOrCb !== "object")
|
|
973
|
-
throw new Error(
|
|
978
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
974
979
|
this.send(command, optionsOrCb || {}, cb);
|
|
975
980
|
}
|
|
976
981
|
else {
|
|
977
982
|
return this.send(command, optionsOrCb);
|
|
978
983
|
}
|
|
979
|
-
}
|
|
980
|
-
createWorkteam(args, optionsOrCb, cb) {
|
|
981
|
-
|
|
984
|
+
};
|
|
985
|
+
SageMaker.prototype.createWorkteam = function (args, optionsOrCb, cb) {
|
|
986
|
+
var command = new CreateWorkteamCommand(args);
|
|
982
987
|
if (typeof optionsOrCb === "function") {
|
|
983
988
|
this.send(command, optionsOrCb);
|
|
984
989
|
}
|
|
985
990
|
else if (typeof cb === "function") {
|
|
986
991
|
if (typeof optionsOrCb !== "object")
|
|
987
|
-
throw new Error(
|
|
992
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
988
993
|
this.send(command, optionsOrCb || {}, cb);
|
|
989
994
|
}
|
|
990
995
|
else {
|
|
991
996
|
return this.send(command, optionsOrCb);
|
|
992
997
|
}
|
|
993
|
-
}
|
|
994
|
-
deleteAction(args, optionsOrCb, cb) {
|
|
995
|
-
|
|
998
|
+
};
|
|
999
|
+
SageMaker.prototype.deleteAction = function (args, optionsOrCb, cb) {
|
|
1000
|
+
var command = new DeleteActionCommand(args);
|
|
996
1001
|
if (typeof optionsOrCb === "function") {
|
|
997
1002
|
this.send(command, optionsOrCb);
|
|
998
1003
|
}
|
|
999
1004
|
else if (typeof cb === "function") {
|
|
1000
1005
|
if (typeof optionsOrCb !== "object")
|
|
1001
|
-
throw new Error(
|
|
1006
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1002
1007
|
this.send(command, optionsOrCb || {}, cb);
|
|
1003
1008
|
}
|
|
1004
1009
|
else {
|
|
1005
1010
|
return this.send(command, optionsOrCb);
|
|
1006
1011
|
}
|
|
1007
|
-
}
|
|
1008
|
-
deleteAlgorithm(args, optionsOrCb, cb) {
|
|
1009
|
-
|
|
1012
|
+
};
|
|
1013
|
+
SageMaker.prototype.deleteAlgorithm = function (args, optionsOrCb, cb) {
|
|
1014
|
+
var command = new DeleteAlgorithmCommand(args);
|
|
1010
1015
|
if (typeof optionsOrCb === "function") {
|
|
1011
1016
|
this.send(command, optionsOrCb);
|
|
1012
1017
|
}
|
|
1013
1018
|
else if (typeof cb === "function") {
|
|
1014
1019
|
if (typeof optionsOrCb !== "object")
|
|
1015
|
-
throw new Error(
|
|
1020
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1016
1021
|
this.send(command, optionsOrCb || {}, cb);
|
|
1017
1022
|
}
|
|
1018
1023
|
else {
|
|
1019
1024
|
return this.send(command, optionsOrCb);
|
|
1020
1025
|
}
|
|
1021
|
-
}
|
|
1022
|
-
deleteApp(args, optionsOrCb, cb) {
|
|
1023
|
-
|
|
1026
|
+
};
|
|
1027
|
+
SageMaker.prototype.deleteApp = function (args, optionsOrCb, cb) {
|
|
1028
|
+
var command = new DeleteAppCommand(args);
|
|
1024
1029
|
if (typeof optionsOrCb === "function") {
|
|
1025
1030
|
this.send(command, optionsOrCb);
|
|
1026
1031
|
}
|
|
1027
1032
|
else if (typeof cb === "function") {
|
|
1028
1033
|
if (typeof optionsOrCb !== "object")
|
|
1029
|
-
throw new Error(
|
|
1034
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1030
1035
|
this.send(command, optionsOrCb || {}, cb);
|
|
1031
1036
|
}
|
|
1032
1037
|
else {
|
|
1033
1038
|
return this.send(command, optionsOrCb);
|
|
1034
1039
|
}
|
|
1035
|
-
}
|
|
1036
|
-
deleteAppImageConfig(args, optionsOrCb, cb) {
|
|
1037
|
-
|
|
1040
|
+
};
|
|
1041
|
+
SageMaker.prototype.deleteAppImageConfig = function (args, optionsOrCb, cb) {
|
|
1042
|
+
var command = new DeleteAppImageConfigCommand(args);
|
|
1038
1043
|
if (typeof optionsOrCb === "function") {
|
|
1039
1044
|
this.send(command, optionsOrCb);
|
|
1040
1045
|
}
|
|
1041
1046
|
else if (typeof cb === "function") {
|
|
1042
1047
|
if (typeof optionsOrCb !== "object")
|
|
1043
|
-
throw new Error(
|
|
1048
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1044
1049
|
this.send(command, optionsOrCb || {}, cb);
|
|
1045
1050
|
}
|
|
1046
1051
|
else {
|
|
1047
1052
|
return this.send(command, optionsOrCb);
|
|
1048
1053
|
}
|
|
1049
|
-
}
|
|
1050
|
-
deleteArtifact(args, optionsOrCb, cb) {
|
|
1051
|
-
|
|
1054
|
+
};
|
|
1055
|
+
SageMaker.prototype.deleteArtifact = function (args, optionsOrCb, cb) {
|
|
1056
|
+
var command = new DeleteArtifactCommand(args);
|
|
1052
1057
|
if (typeof optionsOrCb === "function") {
|
|
1053
1058
|
this.send(command, optionsOrCb);
|
|
1054
1059
|
}
|
|
1055
1060
|
else if (typeof cb === "function") {
|
|
1056
1061
|
if (typeof optionsOrCb !== "object")
|
|
1057
|
-
throw new Error(
|
|
1062
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1058
1063
|
this.send(command, optionsOrCb || {}, cb);
|
|
1059
1064
|
}
|
|
1060
1065
|
else {
|
|
1061
1066
|
return this.send(command, optionsOrCb);
|
|
1062
1067
|
}
|
|
1063
|
-
}
|
|
1064
|
-
deleteAssociation(args, optionsOrCb, cb) {
|
|
1065
|
-
|
|
1068
|
+
};
|
|
1069
|
+
SageMaker.prototype.deleteAssociation = function (args, optionsOrCb, cb) {
|
|
1070
|
+
var command = new DeleteAssociationCommand(args);
|
|
1066
1071
|
if (typeof optionsOrCb === "function") {
|
|
1067
1072
|
this.send(command, optionsOrCb);
|
|
1068
1073
|
}
|
|
1069
1074
|
else if (typeof cb === "function") {
|
|
1070
1075
|
if (typeof optionsOrCb !== "object")
|
|
1071
|
-
throw new Error(
|
|
1076
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1072
1077
|
this.send(command, optionsOrCb || {}, cb);
|
|
1073
1078
|
}
|
|
1074
1079
|
else {
|
|
1075
1080
|
return this.send(command, optionsOrCb);
|
|
1076
1081
|
}
|
|
1077
|
-
}
|
|
1078
|
-
deleteCodeRepository(args, optionsOrCb, cb) {
|
|
1079
|
-
|
|
1082
|
+
};
|
|
1083
|
+
SageMaker.prototype.deleteCodeRepository = function (args, optionsOrCb, cb) {
|
|
1084
|
+
var command = new DeleteCodeRepositoryCommand(args);
|
|
1080
1085
|
if (typeof optionsOrCb === "function") {
|
|
1081
1086
|
this.send(command, optionsOrCb);
|
|
1082
1087
|
}
|
|
1083
1088
|
else if (typeof cb === "function") {
|
|
1084
1089
|
if (typeof optionsOrCb !== "object")
|
|
1085
|
-
throw new Error(
|
|
1090
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1086
1091
|
this.send(command, optionsOrCb || {}, cb);
|
|
1087
1092
|
}
|
|
1088
1093
|
else {
|
|
1089
1094
|
return this.send(command, optionsOrCb);
|
|
1090
1095
|
}
|
|
1091
|
-
}
|
|
1092
|
-
deleteContext(args, optionsOrCb, cb) {
|
|
1093
|
-
|
|
1096
|
+
};
|
|
1097
|
+
SageMaker.prototype.deleteContext = function (args, optionsOrCb, cb) {
|
|
1098
|
+
var command = new DeleteContextCommand(args);
|
|
1094
1099
|
if (typeof optionsOrCb === "function") {
|
|
1095
1100
|
this.send(command, optionsOrCb);
|
|
1096
1101
|
}
|
|
1097
1102
|
else if (typeof cb === "function") {
|
|
1098
1103
|
if (typeof optionsOrCb !== "object")
|
|
1099
|
-
throw new Error(
|
|
1104
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1100
1105
|
this.send(command, optionsOrCb || {}, cb);
|
|
1101
1106
|
}
|
|
1102
1107
|
else {
|
|
1103
1108
|
return this.send(command, optionsOrCb);
|
|
1104
1109
|
}
|
|
1105
|
-
}
|
|
1106
|
-
deleteDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1107
|
-
|
|
1110
|
+
};
|
|
1111
|
+
SageMaker.prototype.deleteDataQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
1112
|
+
var command = new DeleteDataQualityJobDefinitionCommand(args);
|
|
1108
1113
|
if (typeof optionsOrCb === "function") {
|
|
1109
1114
|
this.send(command, optionsOrCb);
|
|
1110
1115
|
}
|
|
1111
1116
|
else if (typeof cb === "function") {
|
|
1112
1117
|
if (typeof optionsOrCb !== "object")
|
|
1113
|
-
throw new Error(
|
|
1118
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1114
1119
|
this.send(command, optionsOrCb || {}, cb);
|
|
1115
1120
|
}
|
|
1116
1121
|
else {
|
|
1117
1122
|
return this.send(command, optionsOrCb);
|
|
1118
1123
|
}
|
|
1119
|
-
}
|
|
1120
|
-
deleteDeviceFleet(args, optionsOrCb, cb) {
|
|
1121
|
-
|
|
1124
|
+
};
|
|
1125
|
+
SageMaker.prototype.deleteDeviceFleet = function (args, optionsOrCb, cb) {
|
|
1126
|
+
var command = new DeleteDeviceFleetCommand(args);
|
|
1122
1127
|
if (typeof optionsOrCb === "function") {
|
|
1123
1128
|
this.send(command, optionsOrCb);
|
|
1124
1129
|
}
|
|
1125
1130
|
else if (typeof cb === "function") {
|
|
1126
1131
|
if (typeof optionsOrCb !== "object")
|
|
1127
|
-
throw new Error(
|
|
1132
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1128
1133
|
this.send(command, optionsOrCb || {}, cb);
|
|
1129
1134
|
}
|
|
1130
1135
|
else {
|
|
1131
1136
|
return this.send(command, optionsOrCb);
|
|
1132
1137
|
}
|
|
1133
|
-
}
|
|
1134
|
-
deleteDomain(args, optionsOrCb, cb) {
|
|
1135
|
-
|
|
1138
|
+
};
|
|
1139
|
+
SageMaker.prototype.deleteDomain = function (args, optionsOrCb, cb) {
|
|
1140
|
+
var command = new DeleteDomainCommand(args);
|
|
1136
1141
|
if (typeof optionsOrCb === "function") {
|
|
1137
1142
|
this.send(command, optionsOrCb);
|
|
1138
1143
|
}
|
|
1139
1144
|
else if (typeof cb === "function") {
|
|
1140
1145
|
if (typeof optionsOrCb !== "object")
|
|
1141
|
-
throw new Error(
|
|
1146
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1142
1147
|
this.send(command, optionsOrCb || {}, cb);
|
|
1143
1148
|
}
|
|
1144
1149
|
else {
|
|
1145
1150
|
return this.send(command, optionsOrCb);
|
|
1146
1151
|
}
|
|
1147
|
-
}
|
|
1148
|
-
deleteEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1149
|
-
|
|
1152
|
+
};
|
|
1153
|
+
SageMaker.prototype.deleteEdgeDeploymentPlan = function (args, optionsOrCb, cb) {
|
|
1154
|
+
var command = new DeleteEdgeDeploymentPlanCommand(args);
|
|
1150
1155
|
if (typeof optionsOrCb === "function") {
|
|
1151
1156
|
this.send(command, optionsOrCb);
|
|
1152
1157
|
}
|
|
1153
1158
|
else if (typeof cb === "function") {
|
|
1154
1159
|
if (typeof optionsOrCb !== "object")
|
|
1155
|
-
throw new Error(
|
|
1160
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1156
1161
|
this.send(command, optionsOrCb || {}, cb);
|
|
1157
1162
|
}
|
|
1158
1163
|
else {
|
|
1159
1164
|
return this.send(command, optionsOrCb);
|
|
1160
1165
|
}
|
|
1161
|
-
}
|
|
1162
|
-
deleteEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
1163
|
-
|
|
1166
|
+
};
|
|
1167
|
+
SageMaker.prototype.deleteEdgeDeploymentStage = function (args, optionsOrCb, cb) {
|
|
1168
|
+
var command = new DeleteEdgeDeploymentStageCommand(args);
|
|
1164
1169
|
if (typeof optionsOrCb === "function") {
|
|
1165
1170
|
this.send(command, optionsOrCb);
|
|
1166
1171
|
}
|
|
1167
1172
|
else if (typeof cb === "function") {
|
|
1168
1173
|
if (typeof optionsOrCb !== "object")
|
|
1169
|
-
throw new Error(
|
|
1174
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1170
1175
|
this.send(command, optionsOrCb || {}, cb);
|
|
1171
1176
|
}
|
|
1172
1177
|
else {
|
|
1173
1178
|
return this.send(command, optionsOrCb);
|
|
1174
1179
|
}
|
|
1175
|
-
}
|
|
1176
|
-
deleteEndpoint(args, optionsOrCb, cb) {
|
|
1177
|
-
|
|
1180
|
+
};
|
|
1181
|
+
SageMaker.prototype.deleteEndpoint = function (args, optionsOrCb, cb) {
|
|
1182
|
+
var command = new DeleteEndpointCommand(args);
|
|
1178
1183
|
if (typeof optionsOrCb === "function") {
|
|
1179
1184
|
this.send(command, optionsOrCb);
|
|
1180
1185
|
}
|
|
1181
1186
|
else if (typeof cb === "function") {
|
|
1182
1187
|
if (typeof optionsOrCb !== "object")
|
|
1183
|
-
throw new Error(
|
|
1188
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1184
1189
|
this.send(command, optionsOrCb || {}, cb);
|
|
1185
1190
|
}
|
|
1186
1191
|
else {
|
|
1187
1192
|
return this.send(command, optionsOrCb);
|
|
1188
1193
|
}
|
|
1189
|
-
}
|
|
1190
|
-
deleteEndpointConfig(args, optionsOrCb, cb) {
|
|
1191
|
-
|
|
1194
|
+
};
|
|
1195
|
+
SageMaker.prototype.deleteEndpointConfig = function (args, optionsOrCb, cb) {
|
|
1196
|
+
var command = new DeleteEndpointConfigCommand(args);
|
|
1192
1197
|
if (typeof optionsOrCb === "function") {
|
|
1193
1198
|
this.send(command, optionsOrCb);
|
|
1194
1199
|
}
|
|
1195
1200
|
else if (typeof cb === "function") {
|
|
1196
1201
|
if (typeof optionsOrCb !== "object")
|
|
1197
|
-
throw new Error(
|
|
1202
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1198
1203
|
this.send(command, optionsOrCb || {}, cb);
|
|
1199
1204
|
}
|
|
1200
1205
|
else {
|
|
1201
1206
|
return this.send(command, optionsOrCb);
|
|
1202
1207
|
}
|
|
1203
|
-
}
|
|
1204
|
-
deleteExperiment(args, optionsOrCb, cb) {
|
|
1205
|
-
|
|
1208
|
+
};
|
|
1209
|
+
SageMaker.prototype.deleteExperiment = function (args, optionsOrCb, cb) {
|
|
1210
|
+
var command = new DeleteExperimentCommand(args);
|
|
1206
1211
|
if (typeof optionsOrCb === "function") {
|
|
1207
1212
|
this.send(command, optionsOrCb);
|
|
1208
1213
|
}
|
|
1209
1214
|
else if (typeof cb === "function") {
|
|
1210
1215
|
if (typeof optionsOrCb !== "object")
|
|
1211
|
-
throw new Error(
|
|
1216
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1212
1217
|
this.send(command, optionsOrCb || {}, cb);
|
|
1213
1218
|
}
|
|
1214
1219
|
else {
|
|
1215
1220
|
return this.send(command, optionsOrCb);
|
|
1216
1221
|
}
|
|
1217
|
-
}
|
|
1218
|
-
deleteFeatureGroup(args, optionsOrCb, cb) {
|
|
1219
|
-
|
|
1222
|
+
};
|
|
1223
|
+
SageMaker.prototype.deleteFeatureGroup = function (args, optionsOrCb, cb) {
|
|
1224
|
+
var command = new DeleteFeatureGroupCommand(args);
|
|
1220
1225
|
if (typeof optionsOrCb === "function") {
|
|
1221
1226
|
this.send(command, optionsOrCb);
|
|
1222
1227
|
}
|
|
1223
1228
|
else if (typeof cb === "function") {
|
|
1224
1229
|
if (typeof optionsOrCb !== "object")
|
|
1225
|
-
throw new Error(
|
|
1230
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1226
1231
|
this.send(command, optionsOrCb || {}, cb);
|
|
1227
1232
|
}
|
|
1228
1233
|
else {
|
|
1229
1234
|
return this.send(command, optionsOrCb);
|
|
1230
1235
|
}
|
|
1231
|
-
}
|
|
1232
|
-
deleteFlowDefinition(args, optionsOrCb, cb) {
|
|
1233
|
-
|
|
1236
|
+
};
|
|
1237
|
+
SageMaker.prototype.deleteFlowDefinition = function (args, optionsOrCb, cb) {
|
|
1238
|
+
var command = new DeleteFlowDefinitionCommand(args);
|
|
1234
1239
|
if (typeof optionsOrCb === "function") {
|
|
1235
1240
|
this.send(command, optionsOrCb);
|
|
1236
1241
|
}
|
|
1237
1242
|
else if (typeof cb === "function") {
|
|
1238
1243
|
if (typeof optionsOrCb !== "object")
|
|
1239
|
-
throw new Error(
|
|
1244
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1240
1245
|
this.send(command, optionsOrCb || {}, cb);
|
|
1241
1246
|
}
|
|
1242
1247
|
else {
|
|
1243
1248
|
return this.send(command, optionsOrCb);
|
|
1244
1249
|
}
|
|
1245
|
-
}
|
|
1246
|
-
deleteHumanTaskUi(args, optionsOrCb, cb) {
|
|
1247
|
-
|
|
1250
|
+
};
|
|
1251
|
+
SageMaker.prototype.deleteHumanTaskUi = function (args, optionsOrCb, cb) {
|
|
1252
|
+
var command = new DeleteHumanTaskUiCommand(args);
|
|
1248
1253
|
if (typeof optionsOrCb === "function") {
|
|
1249
1254
|
this.send(command, optionsOrCb);
|
|
1250
1255
|
}
|
|
1251
1256
|
else if (typeof cb === "function") {
|
|
1252
1257
|
if (typeof optionsOrCb !== "object")
|
|
1253
|
-
throw new Error(
|
|
1258
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1254
1259
|
this.send(command, optionsOrCb || {}, cb);
|
|
1255
1260
|
}
|
|
1256
1261
|
else {
|
|
1257
1262
|
return this.send(command, optionsOrCb);
|
|
1258
1263
|
}
|
|
1259
|
-
}
|
|
1260
|
-
deleteImage(args, optionsOrCb, cb) {
|
|
1261
|
-
|
|
1264
|
+
};
|
|
1265
|
+
SageMaker.prototype.deleteImage = function (args, optionsOrCb, cb) {
|
|
1266
|
+
var command = new DeleteImageCommand(args);
|
|
1262
1267
|
if (typeof optionsOrCb === "function") {
|
|
1263
1268
|
this.send(command, optionsOrCb);
|
|
1264
1269
|
}
|
|
1265
1270
|
else if (typeof cb === "function") {
|
|
1266
1271
|
if (typeof optionsOrCb !== "object")
|
|
1267
|
-
throw new Error(
|
|
1272
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1268
1273
|
this.send(command, optionsOrCb || {}, cb);
|
|
1269
1274
|
}
|
|
1270
1275
|
else {
|
|
1271
1276
|
return this.send(command, optionsOrCb);
|
|
1272
1277
|
}
|
|
1273
|
-
}
|
|
1274
|
-
deleteImageVersion(args, optionsOrCb, cb) {
|
|
1275
|
-
|
|
1278
|
+
};
|
|
1279
|
+
SageMaker.prototype.deleteImageVersion = function (args, optionsOrCb, cb) {
|
|
1280
|
+
var command = new DeleteImageVersionCommand(args);
|
|
1276
1281
|
if (typeof optionsOrCb === "function") {
|
|
1277
1282
|
this.send(command, optionsOrCb);
|
|
1278
1283
|
}
|
|
1279
1284
|
else if (typeof cb === "function") {
|
|
1280
1285
|
if (typeof optionsOrCb !== "object")
|
|
1281
|
-
throw new Error(
|
|
1286
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1282
1287
|
this.send(command, optionsOrCb || {}, cb);
|
|
1283
1288
|
}
|
|
1284
1289
|
else {
|
|
1285
1290
|
return this.send(command, optionsOrCb);
|
|
1286
1291
|
}
|
|
1287
|
-
}
|
|
1288
|
-
deleteModel(args, optionsOrCb, cb) {
|
|
1289
|
-
|
|
1292
|
+
};
|
|
1293
|
+
SageMaker.prototype.deleteModel = function (args, optionsOrCb, cb) {
|
|
1294
|
+
var command = new DeleteModelCommand(args);
|
|
1290
1295
|
if (typeof optionsOrCb === "function") {
|
|
1291
1296
|
this.send(command, optionsOrCb);
|
|
1292
1297
|
}
|
|
1293
1298
|
else if (typeof cb === "function") {
|
|
1294
1299
|
if (typeof optionsOrCb !== "object")
|
|
1295
|
-
throw new Error(
|
|
1300
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1296
1301
|
this.send(command, optionsOrCb || {}, cb);
|
|
1297
1302
|
}
|
|
1298
1303
|
else {
|
|
1299
1304
|
return this.send(command, optionsOrCb);
|
|
1300
1305
|
}
|
|
1301
|
-
}
|
|
1302
|
-
deleteModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
1303
|
-
|
|
1306
|
+
};
|
|
1307
|
+
SageMaker.prototype.deleteModelBiasJobDefinition = function (args, optionsOrCb, cb) {
|
|
1308
|
+
var command = new DeleteModelBiasJobDefinitionCommand(args);
|
|
1304
1309
|
if (typeof optionsOrCb === "function") {
|
|
1305
1310
|
this.send(command, optionsOrCb);
|
|
1306
1311
|
}
|
|
1307
1312
|
else if (typeof cb === "function") {
|
|
1308
1313
|
if (typeof optionsOrCb !== "object")
|
|
1309
|
-
throw new Error(
|
|
1314
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1310
1315
|
this.send(command, optionsOrCb || {}, cb);
|
|
1311
1316
|
}
|
|
1312
1317
|
else {
|
|
1313
1318
|
return this.send(command, optionsOrCb);
|
|
1314
1319
|
}
|
|
1315
|
-
}
|
|
1316
|
-
deleteModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
1317
|
-
|
|
1320
|
+
};
|
|
1321
|
+
SageMaker.prototype.deleteModelExplainabilityJobDefinition = function (args, optionsOrCb, cb) {
|
|
1322
|
+
var command = new DeleteModelExplainabilityJobDefinitionCommand(args);
|
|
1318
1323
|
if (typeof optionsOrCb === "function") {
|
|
1319
1324
|
this.send(command, optionsOrCb);
|
|
1320
1325
|
}
|
|
1321
1326
|
else if (typeof cb === "function") {
|
|
1322
1327
|
if (typeof optionsOrCb !== "object")
|
|
1323
|
-
throw new Error(
|
|
1328
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1324
1329
|
this.send(command, optionsOrCb || {}, cb);
|
|
1325
1330
|
}
|
|
1326
1331
|
else {
|
|
1327
1332
|
return this.send(command, optionsOrCb);
|
|
1328
1333
|
}
|
|
1329
|
-
}
|
|
1330
|
-
deleteModelPackage(args, optionsOrCb, cb) {
|
|
1331
|
-
|
|
1334
|
+
};
|
|
1335
|
+
SageMaker.prototype.deleteModelPackage = function (args, optionsOrCb, cb) {
|
|
1336
|
+
var command = new DeleteModelPackageCommand(args);
|
|
1332
1337
|
if (typeof optionsOrCb === "function") {
|
|
1333
1338
|
this.send(command, optionsOrCb);
|
|
1334
1339
|
}
|
|
1335
1340
|
else if (typeof cb === "function") {
|
|
1336
1341
|
if (typeof optionsOrCb !== "object")
|
|
1337
|
-
throw new Error(
|
|
1342
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1338
1343
|
this.send(command, optionsOrCb || {}, cb);
|
|
1339
1344
|
}
|
|
1340
1345
|
else {
|
|
1341
1346
|
return this.send(command, optionsOrCb);
|
|
1342
1347
|
}
|
|
1343
|
-
}
|
|
1344
|
-
deleteModelPackageGroup(args, optionsOrCb, cb) {
|
|
1345
|
-
|
|
1348
|
+
};
|
|
1349
|
+
SageMaker.prototype.deleteModelPackageGroup = function (args, optionsOrCb, cb) {
|
|
1350
|
+
var command = new DeleteModelPackageGroupCommand(args);
|
|
1346
1351
|
if (typeof optionsOrCb === "function") {
|
|
1347
1352
|
this.send(command, optionsOrCb);
|
|
1348
1353
|
}
|
|
1349
1354
|
else if (typeof cb === "function") {
|
|
1350
1355
|
if (typeof optionsOrCb !== "object")
|
|
1351
|
-
throw new Error(
|
|
1356
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1352
1357
|
this.send(command, optionsOrCb || {}, cb);
|
|
1353
1358
|
}
|
|
1354
1359
|
else {
|
|
1355
1360
|
return this.send(command, optionsOrCb);
|
|
1356
1361
|
}
|
|
1357
|
-
}
|
|
1358
|
-
deleteModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
1359
|
-
|
|
1362
|
+
};
|
|
1363
|
+
SageMaker.prototype.deleteModelPackageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
1364
|
+
var command = new DeleteModelPackageGroupPolicyCommand(args);
|
|
1360
1365
|
if (typeof optionsOrCb === "function") {
|
|
1361
1366
|
this.send(command, optionsOrCb);
|
|
1362
1367
|
}
|
|
1363
1368
|
else if (typeof cb === "function") {
|
|
1364
1369
|
if (typeof optionsOrCb !== "object")
|
|
1365
|
-
throw new Error(
|
|
1370
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1366
1371
|
this.send(command, optionsOrCb || {}, cb);
|
|
1367
1372
|
}
|
|
1368
1373
|
else {
|
|
1369
1374
|
return this.send(command, optionsOrCb);
|
|
1370
1375
|
}
|
|
1371
|
-
}
|
|
1372
|
-
deleteModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1373
|
-
|
|
1376
|
+
};
|
|
1377
|
+
SageMaker.prototype.deleteModelQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
1378
|
+
var command = new DeleteModelQualityJobDefinitionCommand(args);
|
|
1374
1379
|
if (typeof optionsOrCb === "function") {
|
|
1375
1380
|
this.send(command, optionsOrCb);
|
|
1376
1381
|
}
|
|
1377
1382
|
else if (typeof cb === "function") {
|
|
1378
1383
|
if (typeof optionsOrCb !== "object")
|
|
1379
|
-
throw new Error(
|
|
1384
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1380
1385
|
this.send(command, optionsOrCb || {}, cb);
|
|
1381
1386
|
}
|
|
1382
1387
|
else {
|
|
1383
1388
|
return this.send(command, optionsOrCb);
|
|
1384
1389
|
}
|
|
1385
|
-
}
|
|
1386
|
-
deleteMonitoringSchedule(args, optionsOrCb, cb) {
|
|
1387
|
-
|
|
1390
|
+
};
|
|
1391
|
+
SageMaker.prototype.deleteMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
1392
|
+
var command = new DeleteMonitoringScheduleCommand(args);
|
|
1388
1393
|
if (typeof optionsOrCb === "function") {
|
|
1389
1394
|
this.send(command, optionsOrCb);
|
|
1390
1395
|
}
|
|
1391
1396
|
else if (typeof cb === "function") {
|
|
1392
1397
|
if (typeof optionsOrCb !== "object")
|
|
1393
|
-
throw new Error(
|
|
1398
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1394
1399
|
this.send(command, optionsOrCb || {}, cb);
|
|
1395
1400
|
}
|
|
1396
1401
|
else {
|
|
1397
1402
|
return this.send(command, optionsOrCb);
|
|
1398
1403
|
}
|
|
1399
|
-
}
|
|
1400
|
-
deleteNotebookInstance(args, optionsOrCb, cb) {
|
|
1401
|
-
|
|
1404
|
+
};
|
|
1405
|
+
SageMaker.prototype.deleteNotebookInstance = function (args, optionsOrCb, cb) {
|
|
1406
|
+
var command = new DeleteNotebookInstanceCommand(args);
|
|
1402
1407
|
if (typeof optionsOrCb === "function") {
|
|
1403
1408
|
this.send(command, optionsOrCb);
|
|
1404
1409
|
}
|
|
1405
1410
|
else if (typeof cb === "function") {
|
|
1406
1411
|
if (typeof optionsOrCb !== "object")
|
|
1407
|
-
throw new Error(
|
|
1412
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1408
1413
|
this.send(command, optionsOrCb || {}, cb);
|
|
1409
1414
|
}
|
|
1410
1415
|
else {
|
|
1411
1416
|
return this.send(command, optionsOrCb);
|
|
1412
1417
|
}
|
|
1413
|
-
}
|
|
1414
|
-
deleteNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
1415
|
-
|
|
1418
|
+
};
|
|
1419
|
+
SageMaker.prototype.deleteNotebookInstanceLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
1420
|
+
var command = new DeleteNotebookInstanceLifecycleConfigCommand(args);
|
|
1416
1421
|
if (typeof optionsOrCb === "function") {
|
|
1417
1422
|
this.send(command, optionsOrCb);
|
|
1418
1423
|
}
|
|
1419
1424
|
else if (typeof cb === "function") {
|
|
1420
1425
|
if (typeof optionsOrCb !== "object")
|
|
1421
|
-
throw new Error(
|
|
1426
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1422
1427
|
this.send(command, optionsOrCb || {}, cb);
|
|
1423
1428
|
}
|
|
1424
1429
|
else {
|
|
1425
1430
|
return this.send(command, optionsOrCb);
|
|
1426
1431
|
}
|
|
1427
|
-
}
|
|
1428
|
-
deletePipeline(args, optionsOrCb, cb) {
|
|
1429
|
-
|
|
1432
|
+
};
|
|
1433
|
+
SageMaker.prototype.deletePipeline = function (args, optionsOrCb, cb) {
|
|
1434
|
+
var command = new DeletePipelineCommand(args);
|
|
1430
1435
|
if (typeof optionsOrCb === "function") {
|
|
1431
1436
|
this.send(command, optionsOrCb);
|
|
1432
1437
|
}
|
|
1433
1438
|
else if (typeof cb === "function") {
|
|
1434
1439
|
if (typeof optionsOrCb !== "object")
|
|
1435
|
-
throw new Error(
|
|
1440
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1436
1441
|
this.send(command, optionsOrCb || {}, cb);
|
|
1437
1442
|
}
|
|
1438
1443
|
else {
|
|
1439
1444
|
return this.send(command, optionsOrCb);
|
|
1440
1445
|
}
|
|
1441
|
-
}
|
|
1442
|
-
deleteProject(args, optionsOrCb, cb) {
|
|
1443
|
-
|
|
1446
|
+
};
|
|
1447
|
+
SageMaker.prototype.deleteProject = function (args, optionsOrCb, cb) {
|
|
1448
|
+
var command = new DeleteProjectCommand(args);
|
|
1444
1449
|
if (typeof optionsOrCb === "function") {
|
|
1445
1450
|
this.send(command, optionsOrCb);
|
|
1446
1451
|
}
|
|
1447
1452
|
else if (typeof cb === "function") {
|
|
1448
1453
|
if (typeof optionsOrCb !== "object")
|
|
1449
|
-
throw new Error(
|
|
1454
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1450
1455
|
this.send(command, optionsOrCb || {}, cb);
|
|
1451
1456
|
}
|
|
1452
1457
|
else {
|
|
1453
1458
|
return this.send(command, optionsOrCb);
|
|
1454
1459
|
}
|
|
1455
|
-
}
|
|
1456
|
-
deleteStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
1457
|
-
|
|
1460
|
+
};
|
|
1461
|
+
SageMaker.prototype.deleteStudioLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
1462
|
+
var command = new DeleteStudioLifecycleConfigCommand(args);
|
|
1458
1463
|
if (typeof optionsOrCb === "function") {
|
|
1459
1464
|
this.send(command, optionsOrCb);
|
|
1460
1465
|
}
|
|
1461
1466
|
else if (typeof cb === "function") {
|
|
1462
1467
|
if (typeof optionsOrCb !== "object")
|
|
1463
|
-
throw new Error(
|
|
1468
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1464
1469
|
this.send(command, optionsOrCb || {}, cb);
|
|
1465
1470
|
}
|
|
1466
1471
|
else {
|
|
1467
1472
|
return this.send(command, optionsOrCb);
|
|
1468
1473
|
}
|
|
1469
|
-
}
|
|
1470
|
-
deleteTags(args, optionsOrCb, cb) {
|
|
1471
|
-
|
|
1474
|
+
};
|
|
1475
|
+
SageMaker.prototype.deleteTags = function (args, optionsOrCb, cb) {
|
|
1476
|
+
var command = new DeleteTagsCommand(args);
|
|
1472
1477
|
if (typeof optionsOrCb === "function") {
|
|
1473
1478
|
this.send(command, optionsOrCb);
|
|
1474
1479
|
}
|
|
1475
1480
|
else if (typeof cb === "function") {
|
|
1476
1481
|
if (typeof optionsOrCb !== "object")
|
|
1477
|
-
throw new Error(
|
|
1482
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1478
1483
|
this.send(command, optionsOrCb || {}, cb);
|
|
1479
1484
|
}
|
|
1480
1485
|
else {
|
|
1481
1486
|
return this.send(command, optionsOrCb);
|
|
1482
1487
|
}
|
|
1483
|
-
}
|
|
1484
|
-
deleteTrial(args, optionsOrCb, cb) {
|
|
1485
|
-
|
|
1488
|
+
};
|
|
1489
|
+
SageMaker.prototype.deleteTrial = function (args, optionsOrCb, cb) {
|
|
1490
|
+
var command = new DeleteTrialCommand(args);
|
|
1486
1491
|
if (typeof optionsOrCb === "function") {
|
|
1487
1492
|
this.send(command, optionsOrCb);
|
|
1488
1493
|
}
|
|
1489
1494
|
else if (typeof cb === "function") {
|
|
1490
1495
|
if (typeof optionsOrCb !== "object")
|
|
1491
|
-
throw new Error(
|
|
1496
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1492
1497
|
this.send(command, optionsOrCb || {}, cb);
|
|
1493
1498
|
}
|
|
1494
1499
|
else {
|
|
1495
1500
|
return this.send(command, optionsOrCb);
|
|
1496
1501
|
}
|
|
1497
|
-
}
|
|
1498
|
-
deleteTrialComponent(args, optionsOrCb, cb) {
|
|
1499
|
-
|
|
1502
|
+
};
|
|
1503
|
+
SageMaker.prototype.deleteTrialComponent = function (args, optionsOrCb, cb) {
|
|
1504
|
+
var command = new DeleteTrialComponentCommand(args);
|
|
1500
1505
|
if (typeof optionsOrCb === "function") {
|
|
1501
1506
|
this.send(command, optionsOrCb);
|
|
1502
1507
|
}
|
|
1503
1508
|
else if (typeof cb === "function") {
|
|
1504
1509
|
if (typeof optionsOrCb !== "object")
|
|
1505
|
-
throw new Error(
|
|
1510
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1506
1511
|
this.send(command, optionsOrCb || {}, cb);
|
|
1507
1512
|
}
|
|
1508
1513
|
else {
|
|
1509
1514
|
return this.send(command, optionsOrCb);
|
|
1510
1515
|
}
|
|
1511
|
-
}
|
|
1512
|
-
deleteUserProfile(args, optionsOrCb, cb) {
|
|
1513
|
-
|
|
1516
|
+
};
|
|
1517
|
+
SageMaker.prototype.deleteUserProfile = function (args, optionsOrCb, cb) {
|
|
1518
|
+
var command = new DeleteUserProfileCommand(args);
|
|
1514
1519
|
if (typeof optionsOrCb === "function") {
|
|
1515
1520
|
this.send(command, optionsOrCb);
|
|
1516
1521
|
}
|
|
1517
1522
|
else if (typeof cb === "function") {
|
|
1518
1523
|
if (typeof optionsOrCb !== "object")
|
|
1519
|
-
throw new Error(
|
|
1524
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1520
1525
|
this.send(command, optionsOrCb || {}, cb);
|
|
1521
1526
|
}
|
|
1522
1527
|
else {
|
|
1523
1528
|
return this.send(command, optionsOrCb);
|
|
1524
1529
|
}
|
|
1525
|
-
}
|
|
1526
|
-
deleteWorkforce(args, optionsOrCb, cb) {
|
|
1527
|
-
|
|
1530
|
+
};
|
|
1531
|
+
SageMaker.prototype.deleteWorkforce = function (args, optionsOrCb, cb) {
|
|
1532
|
+
var command = new DeleteWorkforceCommand(args);
|
|
1528
1533
|
if (typeof optionsOrCb === "function") {
|
|
1529
1534
|
this.send(command, optionsOrCb);
|
|
1530
1535
|
}
|
|
1531
1536
|
else if (typeof cb === "function") {
|
|
1532
1537
|
if (typeof optionsOrCb !== "object")
|
|
1533
|
-
throw new Error(
|
|
1538
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1534
1539
|
this.send(command, optionsOrCb || {}, cb);
|
|
1535
1540
|
}
|
|
1536
1541
|
else {
|
|
1537
1542
|
return this.send(command, optionsOrCb);
|
|
1538
1543
|
}
|
|
1539
|
-
}
|
|
1540
|
-
deleteWorkteam(args, optionsOrCb, cb) {
|
|
1541
|
-
|
|
1544
|
+
};
|
|
1545
|
+
SageMaker.prototype.deleteWorkteam = function (args, optionsOrCb, cb) {
|
|
1546
|
+
var command = new DeleteWorkteamCommand(args);
|
|
1542
1547
|
if (typeof optionsOrCb === "function") {
|
|
1543
1548
|
this.send(command, optionsOrCb);
|
|
1544
1549
|
}
|
|
1545
1550
|
else if (typeof cb === "function") {
|
|
1546
1551
|
if (typeof optionsOrCb !== "object")
|
|
1547
|
-
throw new Error(
|
|
1552
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1548
1553
|
this.send(command, optionsOrCb || {}, cb);
|
|
1549
1554
|
}
|
|
1550
1555
|
else {
|
|
1551
1556
|
return this.send(command, optionsOrCb);
|
|
1552
1557
|
}
|
|
1553
|
-
}
|
|
1554
|
-
deregisterDevices(args, optionsOrCb, cb) {
|
|
1555
|
-
|
|
1558
|
+
};
|
|
1559
|
+
SageMaker.prototype.deregisterDevices = function (args, optionsOrCb, cb) {
|
|
1560
|
+
var command = new DeregisterDevicesCommand(args);
|
|
1556
1561
|
if (typeof optionsOrCb === "function") {
|
|
1557
1562
|
this.send(command, optionsOrCb);
|
|
1558
1563
|
}
|
|
1559
1564
|
else if (typeof cb === "function") {
|
|
1560
1565
|
if (typeof optionsOrCb !== "object")
|
|
1561
|
-
throw new Error(
|
|
1566
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1562
1567
|
this.send(command, optionsOrCb || {}, cb);
|
|
1563
1568
|
}
|
|
1564
1569
|
else {
|
|
1565
1570
|
return this.send(command, optionsOrCb);
|
|
1566
1571
|
}
|
|
1567
|
-
}
|
|
1568
|
-
describeAction(args, optionsOrCb, cb) {
|
|
1569
|
-
|
|
1572
|
+
};
|
|
1573
|
+
SageMaker.prototype.describeAction = function (args, optionsOrCb, cb) {
|
|
1574
|
+
var command = new DescribeActionCommand(args);
|
|
1570
1575
|
if (typeof optionsOrCb === "function") {
|
|
1571
1576
|
this.send(command, optionsOrCb);
|
|
1572
1577
|
}
|
|
1573
1578
|
else if (typeof cb === "function") {
|
|
1574
1579
|
if (typeof optionsOrCb !== "object")
|
|
1575
|
-
throw new Error(
|
|
1580
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1576
1581
|
this.send(command, optionsOrCb || {}, cb);
|
|
1577
1582
|
}
|
|
1578
1583
|
else {
|
|
1579
1584
|
return this.send(command, optionsOrCb);
|
|
1580
1585
|
}
|
|
1581
|
-
}
|
|
1582
|
-
describeAlgorithm(args, optionsOrCb, cb) {
|
|
1583
|
-
|
|
1586
|
+
};
|
|
1587
|
+
SageMaker.prototype.describeAlgorithm = function (args, optionsOrCb, cb) {
|
|
1588
|
+
var command = new DescribeAlgorithmCommand(args);
|
|
1584
1589
|
if (typeof optionsOrCb === "function") {
|
|
1585
1590
|
this.send(command, optionsOrCb);
|
|
1586
1591
|
}
|
|
1587
1592
|
else if (typeof cb === "function") {
|
|
1588
1593
|
if (typeof optionsOrCb !== "object")
|
|
1589
|
-
throw new Error(
|
|
1594
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1590
1595
|
this.send(command, optionsOrCb || {}, cb);
|
|
1591
1596
|
}
|
|
1592
1597
|
else {
|
|
1593
1598
|
return this.send(command, optionsOrCb);
|
|
1594
1599
|
}
|
|
1595
|
-
}
|
|
1596
|
-
describeApp(args, optionsOrCb, cb) {
|
|
1597
|
-
|
|
1600
|
+
};
|
|
1601
|
+
SageMaker.prototype.describeApp = function (args, optionsOrCb, cb) {
|
|
1602
|
+
var command = new DescribeAppCommand(args);
|
|
1598
1603
|
if (typeof optionsOrCb === "function") {
|
|
1599
1604
|
this.send(command, optionsOrCb);
|
|
1600
1605
|
}
|
|
1601
1606
|
else if (typeof cb === "function") {
|
|
1602
1607
|
if (typeof optionsOrCb !== "object")
|
|
1603
|
-
throw new Error(
|
|
1608
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1604
1609
|
this.send(command, optionsOrCb || {}, cb);
|
|
1605
1610
|
}
|
|
1606
1611
|
else {
|
|
1607
1612
|
return this.send(command, optionsOrCb);
|
|
1608
1613
|
}
|
|
1609
|
-
}
|
|
1610
|
-
describeAppImageConfig(args, optionsOrCb, cb) {
|
|
1611
|
-
|
|
1614
|
+
};
|
|
1615
|
+
SageMaker.prototype.describeAppImageConfig = function (args, optionsOrCb, cb) {
|
|
1616
|
+
var command = new DescribeAppImageConfigCommand(args);
|
|
1612
1617
|
if (typeof optionsOrCb === "function") {
|
|
1613
1618
|
this.send(command, optionsOrCb);
|
|
1614
1619
|
}
|
|
1615
1620
|
else if (typeof cb === "function") {
|
|
1616
1621
|
if (typeof optionsOrCb !== "object")
|
|
1617
|
-
throw new Error(
|
|
1622
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1618
1623
|
this.send(command, optionsOrCb || {}, cb);
|
|
1619
1624
|
}
|
|
1620
1625
|
else {
|
|
1621
1626
|
return this.send(command, optionsOrCb);
|
|
1622
1627
|
}
|
|
1623
|
-
}
|
|
1624
|
-
describeArtifact(args, optionsOrCb, cb) {
|
|
1625
|
-
|
|
1628
|
+
};
|
|
1629
|
+
SageMaker.prototype.describeArtifact = function (args, optionsOrCb, cb) {
|
|
1630
|
+
var command = new DescribeArtifactCommand(args);
|
|
1626
1631
|
if (typeof optionsOrCb === "function") {
|
|
1627
1632
|
this.send(command, optionsOrCb);
|
|
1628
1633
|
}
|
|
1629
1634
|
else if (typeof cb === "function") {
|
|
1630
1635
|
if (typeof optionsOrCb !== "object")
|
|
1631
|
-
throw new Error(
|
|
1636
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1632
1637
|
this.send(command, optionsOrCb || {}, cb);
|
|
1633
1638
|
}
|
|
1634
1639
|
else {
|
|
1635
1640
|
return this.send(command, optionsOrCb);
|
|
1636
1641
|
}
|
|
1637
|
-
}
|
|
1638
|
-
describeAutoMLJob(args, optionsOrCb, cb) {
|
|
1639
|
-
|
|
1642
|
+
};
|
|
1643
|
+
SageMaker.prototype.describeAutoMLJob = function (args, optionsOrCb, cb) {
|
|
1644
|
+
var command = new DescribeAutoMLJobCommand(args);
|
|
1640
1645
|
if (typeof optionsOrCb === "function") {
|
|
1641
1646
|
this.send(command, optionsOrCb);
|
|
1642
1647
|
}
|
|
1643
1648
|
else if (typeof cb === "function") {
|
|
1644
1649
|
if (typeof optionsOrCb !== "object")
|
|
1645
|
-
throw new Error(
|
|
1650
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1646
1651
|
this.send(command, optionsOrCb || {}, cb);
|
|
1647
1652
|
}
|
|
1648
1653
|
else {
|
|
1649
1654
|
return this.send(command, optionsOrCb);
|
|
1650
1655
|
}
|
|
1651
|
-
}
|
|
1652
|
-
describeCodeRepository(args, optionsOrCb, cb) {
|
|
1653
|
-
|
|
1656
|
+
};
|
|
1657
|
+
SageMaker.prototype.describeCodeRepository = function (args, optionsOrCb, cb) {
|
|
1658
|
+
var command = new DescribeCodeRepositoryCommand(args);
|
|
1654
1659
|
if (typeof optionsOrCb === "function") {
|
|
1655
1660
|
this.send(command, optionsOrCb);
|
|
1656
1661
|
}
|
|
1657
1662
|
else if (typeof cb === "function") {
|
|
1658
1663
|
if (typeof optionsOrCb !== "object")
|
|
1659
|
-
throw new Error(
|
|
1664
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1660
1665
|
this.send(command, optionsOrCb || {}, cb);
|
|
1661
1666
|
}
|
|
1662
1667
|
else {
|
|
1663
1668
|
return this.send(command, optionsOrCb);
|
|
1664
1669
|
}
|
|
1665
|
-
}
|
|
1666
|
-
describeCompilationJob(args, optionsOrCb, cb) {
|
|
1667
|
-
|
|
1670
|
+
};
|
|
1671
|
+
SageMaker.prototype.describeCompilationJob = function (args, optionsOrCb, cb) {
|
|
1672
|
+
var command = new DescribeCompilationJobCommand(args);
|
|
1668
1673
|
if (typeof optionsOrCb === "function") {
|
|
1669
1674
|
this.send(command, optionsOrCb);
|
|
1670
1675
|
}
|
|
1671
1676
|
else if (typeof cb === "function") {
|
|
1672
1677
|
if (typeof optionsOrCb !== "object")
|
|
1673
|
-
throw new Error(
|
|
1678
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1674
1679
|
this.send(command, optionsOrCb || {}, cb);
|
|
1675
1680
|
}
|
|
1676
1681
|
else {
|
|
1677
1682
|
return this.send(command, optionsOrCb);
|
|
1678
1683
|
}
|
|
1679
|
-
}
|
|
1680
|
-
describeContext(args, optionsOrCb, cb) {
|
|
1681
|
-
|
|
1684
|
+
};
|
|
1685
|
+
SageMaker.prototype.describeContext = function (args, optionsOrCb, cb) {
|
|
1686
|
+
var command = new DescribeContextCommand(args);
|
|
1682
1687
|
if (typeof optionsOrCb === "function") {
|
|
1683
1688
|
this.send(command, optionsOrCb);
|
|
1684
1689
|
}
|
|
1685
1690
|
else if (typeof cb === "function") {
|
|
1686
1691
|
if (typeof optionsOrCb !== "object")
|
|
1687
|
-
throw new Error(
|
|
1692
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1688
1693
|
this.send(command, optionsOrCb || {}, cb);
|
|
1689
1694
|
}
|
|
1690
1695
|
else {
|
|
1691
1696
|
return this.send(command, optionsOrCb);
|
|
1692
1697
|
}
|
|
1693
|
-
}
|
|
1694
|
-
describeDataQualityJobDefinition(args, optionsOrCb, cb) {
|
|
1695
|
-
|
|
1698
|
+
};
|
|
1699
|
+
SageMaker.prototype.describeDataQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
1700
|
+
var command = new DescribeDataQualityJobDefinitionCommand(args);
|
|
1696
1701
|
if (typeof optionsOrCb === "function") {
|
|
1697
1702
|
this.send(command, optionsOrCb);
|
|
1698
1703
|
}
|
|
1699
1704
|
else if (typeof cb === "function") {
|
|
1700
1705
|
if (typeof optionsOrCb !== "object")
|
|
1701
|
-
throw new Error(
|
|
1706
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1702
1707
|
this.send(command, optionsOrCb || {}, cb);
|
|
1703
1708
|
}
|
|
1704
1709
|
else {
|
|
1705
1710
|
return this.send(command, optionsOrCb);
|
|
1706
1711
|
}
|
|
1707
|
-
}
|
|
1708
|
-
describeDevice(args, optionsOrCb, cb) {
|
|
1709
|
-
|
|
1712
|
+
};
|
|
1713
|
+
SageMaker.prototype.describeDevice = function (args, optionsOrCb, cb) {
|
|
1714
|
+
var command = new DescribeDeviceCommand(args);
|
|
1710
1715
|
if (typeof optionsOrCb === "function") {
|
|
1711
1716
|
this.send(command, optionsOrCb);
|
|
1712
1717
|
}
|
|
1713
1718
|
else if (typeof cb === "function") {
|
|
1714
1719
|
if (typeof optionsOrCb !== "object")
|
|
1715
|
-
throw new Error(
|
|
1720
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1716
1721
|
this.send(command, optionsOrCb || {}, cb);
|
|
1717
1722
|
}
|
|
1718
1723
|
else {
|
|
1719
1724
|
return this.send(command, optionsOrCb);
|
|
1720
1725
|
}
|
|
1721
|
-
}
|
|
1722
|
-
describeDeviceFleet(args, optionsOrCb, cb) {
|
|
1723
|
-
|
|
1726
|
+
};
|
|
1727
|
+
SageMaker.prototype.describeDeviceFleet = function (args, optionsOrCb, cb) {
|
|
1728
|
+
var command = new DescribeDeviceFleetCommand(args);
|
|
1724
1729
|
if (typeof optionsOrCb === "function") {
|
|
1725
1730
|
this.send(command, optionsOrCb);
|
|
1726
1731
|
}
|
|
1727
1732
|
else if (typeof cb === "function") {
|
|
1728
1733
|
if (typeof optionsOrCb !== "object")
|
|
1729
|
-
throw new Error(
|
|
1734
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1730
1735
|
this.send(command, optionsOrCb || {}, cb);
|
|
1731
1736
|
}
|
|
1732
1737
|
else {
|
|
1733
1738
|
return this.send(command, optionsOrCb);
|
|
1734
1739
|
}
|
|
1735
|
-
}
|
|
1736
|
-
describeDomain(args, optionsOrCb, cb) {
|
|
1737
|
-
|
|
1740
|
+
};
|
|
1741
|
+
SageMaker.prototype.describeDomain = function (args, optionsOrCb, cb) {
|
|
1742
|
+
var command = new DescribeDomainCommand(args);
|
|
1738
1743
|
if (typeof optionsOrCb === "function") {
|
|
1739
1744
|
this.send(command, optionsOrCb);
|
|
1740
1745
|
}
|
|
1741
1746
|
else if (typeof cb === "function") {
|
|
1742
1747
|
if (typeof optionsOrCb !== "object")
|
|
1743
|
-
throw new Error(
|
|
1748
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1744
1749
|
this.send(command, optionsOrCb || {}, cb);
|
|
1745
1750
|
}
|
|
1746
1751
|
else {
|
|
1747
1752
|
return this.send(command, optionsOrCb);
|
|
1748
1753
|
}
|
|
1749
|
-
}
|
|
1750
|
-
describeEdgeDeploymentPlan(args, optionsOrCb, cb) {
|
|
1751
|
-
|
|
1754
|
+
};
|
|
1755
|
+
SageMaker.prototype.describeEdgeDeploymentPlan = function (args, optionsOrCb, cb) {
|
|
1756
|
+
var command = new DescribeEdgeDeploymentPlanCommand(args);
|
|
1752
1757
|
if (typeof optionsOrCb === "function") {
|
|
1753
1758
|
this.send(command, optionsOrCb);
|
|
1754
1759
|
}
|
|
1755
1760
|
else if (typeof cb === "function") {
|
|
1756
1761
|
if (typeof optionsOrCb !== "object")
|
|
1757
|
-
throw new Error(
|
|
1762
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1758
1763
|
this.send(command, optionsOrCb || {}, cb);
|
|
1759
1764
|
}
|
|
1760
1765
|
else {
|
|
1761
1766
|
return this.send(command, optionsOrCb);
|
|
1762
1767
|
}
|
|
1763
|
-
}
|
|
1764
|
-
describeEdgePackagingJob(args, optionsOrCb, cb) {
|
|
1765
|
-
|
|
1768
|
+
};
|
|
1769
|
+
SageMaker.prototype.describeEdgePackagingJob = function (args, optionsOrCb, cb) {
|
|
1770
|
+
var command = new DescribeEdgePackagingJobCommand(args);
|
|
1766
1771
|
if (typeof optionsOrCb === "function") {
|
|
1767
1772
|
this.send(command, optionsOrCb);
|
|
1768
1773
|
}
|
|
1769
1774
|
else if (typeof cb === "function") {
|
|
1770
1775
|
if (typeof optionsOrCb !== "object")
|
|
1771
|
-
throw new Error(
|
|
1776
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1772
1777
|
this.send(command, optionsOrCb || {}, cb);
|
|
1773
1778
|
}
|
|
1774
1779
|
else {
|
|
1775
1780
|
return this.send(command, optionsOrCb);
|
|
1776
1781
|
}
|
|
1777
|
-
}
|
|
1778
|
-
describeEndpoint(args, optionsOrCb, cb) {
|
|
1779
|
-
|
|
1782
|
+
};
|
|
1783
|
+
SageMaker.prototype.describeEndpoint = function (args, optionsOrCb, cb) {
|
|
1784
|
+
var command = new DescribeEndpointCommand(args);
|
|
1780
1785
|
if (typeof optionsOrCb === "function") {
|
|
1781
1786
|
this.send(command, optionsOrCb);
|
|
1782
1787
|
}
|
|
1783
1788
|
else if (typeof cb === "function") {
|
|
1784
1789
|
if (typeof optionsOrCb !== "object")
|
|
1785
|
-
throw new Error(
|
|
1790
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1786
1791
|
this.send(command, optionsOrCb || {}, cb);
|
|
1787
1792
|
}
|
|
1788
1793
|
else {
|
|
1789
1794
|
return this.send(command, optionsOrCb);
|
|
1790
1795
|
}
|
|
1791
|
-
}
|
|
1792
|
-
describeEndpointConfig(args, optionsOrCb, cb) {
|
|
1793
|
-
|
|
1796
|
+
};
|
|
1797
|
+
SageMaker.prototype.describeEndpointConfig = function (args, optionsOrCb, cb) {
|
|
1798
|
+
var command = new DescribeEndpointConfigCommand(args);
|
|
1794
1799
|
if (typeof optionsOrCb === "function") {
|
|
1795
1800
|
this.send(command, optionsOrCb);
|
|
1796
1801
|
}
|
|
1797
1802
|
else if (typeof cb === "function") {
|
|
1798
1803
|
if (typeof optionsOrCb !== "object")
|
|
1799
|
-
throw new Error(
|
|
1804
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1800
1805
|
this.send(command, optionsOrCb || {}, cb);
|
|
1801
1806
|
}
|
|
1802
1807
|
else {
|
|
1803
1808
|
return this.send(command, optionsOrCb);
|
|
1804
1809
|
}
|
|
1805
|
-
}
|
|
1806
|
-
describeExperiment(args, optionsOrCb, cb) {
|
|
1807
|
-
|
|
1810
|
+
};
|
|
1811
|
+
SageMaker.prototype.describeExperiment = function (args, optionsOrCb, cb) {
|
|
1812
|
+
var command = new DescribeExperimentCommand(args);
|
|
1808
1813
|
if (typeof optionsOrCb === "function") {
|
|
1809
1814
|
this.send(command, optionsOrCb);
|
|
1810
1815
|
}
|
|
1811
1816
|
else if (typeof cb === "function") {
|
|
1812
1817
|
if (typeof optionsOrCb !== "object")
|
|
1813
|
-
throw new Error(
|
|
1818
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1814
1819
|
this.send(command, optionsOrCb || {}, cb);
|
|
1815
1820
|
}
|
|
1816
1821
|
else {
|
|
1817
1822
|
return this.send(command, optionsOrCb);
|
|
1818
1823
|
}
|
|
1819
|
-
}
|
|
1820
|
-
describeFeatureGroup(args, optionsOrCb, cb) {
|
|
1821
|
-
|
|
1824
|
+
};
|
|
1825
|
+
SageMaker.prototype.describeFeatureGroup = function (args, optionsOrCb, cb) {
|
|
1826
|
+
var command = new DescribeFeatureGroupCommand(args);
|
|
1822
1827
|
if (typeof optionsOrCb === "function") {
|
|
1823
1828
|
this.send(command, optionsOrCb);
|
|
1824
1829
|
}
|
|
1825
1830
|
else if (typeof cb === "function") {
|
|
1826
1831
|
if (typeof optionsOrCb !== "object")
|
|
1827
|
-
throw new Error(
|
|
1832
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1828
1833
|
this.send(command, optionsOrCb || {}, cb);
|
|
1829
1834
|
}
|
|
1830
1835
|
else {
|
|
1831
1836
|
return this.send(command, optionsOrCb);
|
|
1832
1837
|
}
|
|
1833
|
-
}
|
|
1834
|
-
describeFeatureMetadata(args, optionsOrCb, cb) {
|
|
1835
|
-
|
|
1838
|
+
};
|
|
1839
|
+
SageMaker.prototype.describeFeatureMetadata = function (args, optionsOrCb, cb) {
|
|
1840
|
+
var command = new DescribeFeatureMetadataCommand(args);
|
|
1836
1841
|
if (typeof optionsOrCb === "function") {
|
|
1837
1842
|
this.send(command, optionsOrCb);
|
|
1838
1843
|
}
|
|
1839
1844
|
else if (typeof cb === "function") {
|
|
1840
1845
|
if (typeof optionsOrCb !== "object")
|
|
1841
|
-
throw new Error(
|
|
1846
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1842
1847
|
this.send(command, optionsOrCb || {}, cb);
|
|
1843
1848
|
}
|
|
1844
1849
|
else {
|
|
1845
1850
|
return this.send(command, optionsOrCb);
|
|
1846
1851
|
}
|
|
1847
|
-
}
|
|
1848
|
-
describeFlowDefinition(args, optionsOrCb, cb) {
|
|
1849
|
-
|
|
1852
|
+
};
|
|
1853
|
+
SageMaker.prototype.describeFlowDefinition = function (args, optionsOrCb, cb) {
|
|
1854
|
+
var command = new DescribeFlowDefinitionCommand(args);
|
|
1850
1855
|
if (typeof optionsOrCb === "function") {
|
|
1851
1856
|
this.send(command, optionsOrCb);
|
|
1852
1857
|
}
|
|
1853
1858
|
else if (typeof cb === "function") {
|
|
1854
1859
|
if (typeof optionsOrCb !== "object")
|
|
1855
|
-
throw new Error(
|
|
1860
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1856
1861
|
this.send(command, optionsOrCb || {}, cb);
|
|
1857
1862
|
}
|
|
1858
1863
|
else {
|
|
1859
1864
|
return this.send(command, optionsOrCb);
|
|
1860
1865
|
}
|
|
1861
|
-
}
|
|
1862
|
-
describeHumanTaskUi(args, optionsOrCb, cb) {
|
|
1863
|
-
|
|
1866
|
+
};
|
|
1867
|
+
SageMaker.prototype.describeHumanTaskUi = function (args, optionsOrCb, cb) {
|
|
1868
|
+
var command = new DescribeHumanTaskUiCommand(args);
|
|
1864
1869
|
if (typeof optionsOrCb === "function") {
|
|
1865
1870
|
this.send(command, optionsOrCb);
|
|
1866
1871
|
}
|
|
1867
1872
|
else if (typeof cb === "function") {
|
|
1868
1873
|
if (typeof optionsOrCb !== "object")
|
|
1869
|
-
throw new Error(
|
|
1874
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1870
1875
|
this.send(command, optionsOrCb || {}, cb);
|
|
1871
1876
|
}
|
|
1872
1877
|
else {
|
|
1873
1878
|
return this.send(command, optionsOrCb);
|
|
1874
1879
|
}
|
|
1875
|
-
}
|
|
1876
|
-
describeHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
1877
|
-
|
|
1880
|
+
};
|
|
1881
|
+
SageMaker.prototype.describeHyperParameterTuningJob = function (args, optionsOrCb, cb) {
|
|
1882
|
+
var command = new DescribeHyperParameterTuningJobCommand(args);
|
|
1878
1883
|
if (typeof optionsOrCb === "function") {
|
|
1879
1884
|
this.send(command, optionsOrCb);
|
|
1880
1885
|
}
|
|
1881
1886
|
else if (typeof cb === "function") {
|
|
1882
1887
|
if (typeof optionsOrCb !== "object")
|
|
1883
|
-
throw new Error(
|
|
1888
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1884
1889
|
this.send(command, optionsOrCb || {}, cb);
|
|
1885
1890
|
}
|
|
1886
1891
|
else {
|
|
1887
1892
|
return this.send(command, optionsOrCb);
|
|
1888
1893
|
}
|
|
1889
|
-
}
|
|
1890
|
-
describeImage(args, optionsOrCb, cb) {
|
|
1891
|
-
|
|
1894
|
+
};
|
|
1895
|
+
SageMaker.prototype.describeImage = function (args, optionsOrCb, cb) {
|
|
1896
|
+
var command = new DescribeImageCommand(args);
|
|
1892
1897
|
if (typeof optionsOrCb === "function") {
|
|
1893
1898
|
this.send(command, optionsOrCb);
|
|
1894
1899
|
}
|
|
1895
1900
|
else if (typeof cb === "function") {
|
|
1896
1901
|
if (typeof optionsOrCb !== "object")
|
|
1897
|
-
throw new Error(
|
|
1902
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1898
1903
|
this.send(command, optionsOrCb || {}, cb);
|
|
1899
1904
|
}
|
|
1900
1905
|
else {
|
|
1901
1906
|
return this.send(command, optionsOrCb);
|
|
1902
1907
|
}
|
|
1903
|
-
}
|
|
1904
|
-
describeImageVersion(args, optionsOrCb, cb) {
|
|
1905
|
-
|
|
1908
|
+
};
|
|
1909
|
+
SageMaker.prototype.describeImageVersion = function (args, optionsOrCb, cb) {
|
|
1910
|
+
var command = new DescribeImageVersionCommand(args);
|
|
1906
1911
|
if (typeof optionsOrCb === "function") {
|
|
1907
1912
|
this.send(command, optionsOrCb);
|
|
1908
1913
|
}
|
|
1909
1914
|
else if (typeof cb === "function") {
|
|
1910
1915
|
if (typeof optionsOrCb !== "object")
|
|
1911
|
-
throw new Error(
|
|
1916
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1912
1917
|
this.send(command, optionsOrCb || {}, cb);
|
|
1913
1918
|
}
|
|
1914
1919
|
else {
|
|
1915
1920
|
return this.send(command, optionsOrCb);
|
|
1916
1921
|
}
|
|
1917
|
-
}
|
|
1918
|
-
describeInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
1919
|
-
|
|
1922
|
+
};
|
|
1923
|
+
SageMaker.prototype.describeInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
1924
|
+
var command = new DescribeInferenceRecommendationsJobCommand(args);
|
|
1920
1925
|
if (typeof optionsOrCb === "function") {
|
|
1921
1926
|
this.send(command, optionsOrCb);
|
|
1922
1927
|
}
|
|
1923
1928
|
else if (typeof cb === "function") {
|
|
1924
1929
|
if (typeof optionsOrCb !== "object")
|
|
1925
|
-
throw new Error(
|
|
1930
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1926
1931
|
this.send(command, optionsOrCb || {}, cb);
|
|
1927
1932
|
}
|
|
1928
1933
|
else {
|
|
1929
1934
|
return this.send(command, optionsOrCb);
|
|
1930
1935
|
}
|
|
1931
|
-
}
|
|
1932
|
-
describeLabelingJob(args, optionsOrCb, cb) {
|
|
1933
|
-
|
|
1936
|
+
};
|
|
1937
|
+
SageMaker.prototype.describeLabelingJob = function (args, optionsOrCb, cb) {
|
|
1938
|
+
var command = new DescribeLabelingJobCommand(args);
|
|
1934
1939
|
if (typeof optionsOrCb === "function") {
|
|
1935
1940
|
this.send(command, optionsOrCb);
|
|
1936
1941
|
}
|
|
1937
1942
|
else if (typeof cb === "function") {
|
|
1938
1943
|
if (typeof optionsOrCb !== "object")
|
|
1939
|
-
throw new Error(
|
|
1944
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1940
1945
|
this.send(command, optionsOrCb || {}, cb);
|
|
1941
1946
|
}
|
|
1942
1947
|
else {
|
|
1943
1948
|
return this.send(command, optionsOrCb);
|
|
1944
1949
|
}
|
|
1945
|
-
}
|
|
1946
|
-
describeLineageGroup(args, optionsOrCb, cb) {
|
|
1947
|
-
|
|
1950
|
+
};
|
|
1951
|
+
SageMaker.prototype.describeLineageGroup = function (args, optionsOrCb, cb) {
|
|
1952
|
+
var command = new DescribeLineageGroupCommand(args);
|
|
1948
1953
|
if (typeof optionsOrCb === "function") {
|
|
1949
1954
|
this.send(command, optionsOrCb);
|
|
1950
1955
|
}
|
|
1951
1956
|
else if (typeof cb === "function") {
|
|
1952
1957
|
if (typeof optionsOrCb !== "object")
|
|
1953
|
-
throw new Error(
|
|
1958
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1954
1959
|
this.send(command, optionsOrCb || {}, cb);
|
|
1955
1960
|
}
|
|
1956
1961
|
else {
|
|
1957
1962
|
return this.send(command, optionsOrCb);
|
|
1958
1963
|
}
|
|
1959
|
-
}
|
|
1960
|
-
describeModel(args, optionsOrCb, cb) {
|
|
1961
|
-
|
|
1964
|
+
};
|
|
1965
|
+
SageMaker.prototype.describeModel = function (args, optionsOrCb, cb) {
|
|
1966
|
+
var command = new DescribeModelCommand(args);
|
|
1962
1967
|
if (typeof optionsOrCb === "function") {
|
|
1963
1968
|
this.send(command, optionsOrCb);
|
|
1964
1969
|
}
|
|
1965
1970
|
else if (typeof cb === "function") {
|
|
1966
1971
|
if (typeof optionsOrCb !== "object")
|
|
1967
|
-
throw new Error(
|
|
1972
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1968
1973
|
this.send(command, optionsOrCb || {}, cb);
|
|
1969
1974
|
}
|
|
1970
1975
|
else {
|
|
1971
1976
|
return this.send(command, optionsOrCb);
|
|
1972
1977
|
}
|
|
1973
|
-
}
|
|
1974
|
-
describeModelBiasJobDefinition(args, optionsOrCb, cb) {
|
|
1975
|
-
|
|
1978
|
+
};
|
|
1979
|
+
SageMaker.prototype.describeModelBiasJobDefinition = function (args, optionsOrCb, cb) {
|
|
1980
|
+
var command = new DescribeModelBiasJobDefinitionCommand(args);
|
|
1976
1981
|
if (typeof optionsOrCb === "function") {
|
|
1977
1982
|
this.send(command, optionsOrCb);
|
|
1978
1983
|
}
|
|
1979
1984
|
else if (typeof cb === "function") {
|
|
1980
1985
|
if (typeof optionsOrCb !== "object")
|
|
1981
|
-
throw new Error(
|
|
1986
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1982
1987
|
this.send(command, optionsOrCb || {}, cb);
|
|
1983
1988
|
}
|
|
1984
1989
|
else {
|
|
1985
1990
|
return this.send(command, optionsOrCb);
|
|
1986
1991
|
}
|
|
1987
|
-
}
|
|
1988
|
-
describeModelExplainabilityJobDefinition(args, optionsOrCb, cb) {
|
|
1989
|
-
|
|
1992
|
+
};
|
|
1993
|
+
SageMaker.prototype.describeModelExplainabilityJobDefinition = function (args, optionsOrCb, cb) {
|
|
1994
|
+
var command = new DescribeModelExplainabilityJobDefinitionCommand(args);
|
|
1990
1995
|
if (typeof optionsOrCb === "function") {
|
|
1991
1996
|
this.send(command, optionsOrCb);
|
|
1992
1997
|
}
|
|
1993
1998
|
else if (typeof cb === "function") {
|
|
1994
1999
|
if (typeof optionsOrCb !== "object")
|
|
1995
|
-
throw new Error(
|
|
2000
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1996
2001
|
this.send(command, optionsOrCb || {}, cb);
|
|
1997
2002
|
}
|
|
1998
2003
|
else {
|
|
1999
2004
|
return this.send(command, optionsOrCb);
|
|
2000
2005
|
}
|
|
2001
|
-
}
|
|
2002
|
-
describeModelPackage(args, optionsOrCb, cb) {
|
|
2003
|
-
|
|
2006
|
+
};
|
|
2007
|
+
SageMaker.prototype.describeModelPackage = function (args, optionsOrCb, cb) {
|
|
2008
|
+
var command = new DescribeModelPackageCommand(args);
|
|
2004
2009
|
if (typeof optionsOrCb === "function") {
|
|
2005
2010
|
this.send(command, optionsOrCb);
|
|
2006
2011
|
}
|
|
2007
2012
|
else if (typeof cb === "function") {
|
|
2008
2013
|
if (typeof optionsOrCb !== "object")
|
|
2009
|
-
throw new Error(
|
|
2014
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2010
2015
|
this.send(command, optionsOrCb || {}, cb);
|
|
2011
2016
|
}
|
|
2012
2017
|
else {
|
|
2013
2018
|
return this.send(command, optionsOrCb);
|
|
2014
2019
|
}
|
|
2015
|
-
}
|
|
2016
|
-
describeModelPackageGroup(args, optionsOrCb, cb) {
|
|
2017
|
-
|
|
2020
|
+
};
|
|
2021
|
+
SageMaker.prototype.describeModelPackageGroup = function (args, optionsOrCb, cb) {
|
|
2022
|
+
var command = new DescribeModelPackageGroupCommand(args);
|
|
2018
2023
|
if (typeof optionsOrCb === "function") {
|
|
2019
2024
|
this.send(command, optionsOrCb);
|
|
2020
2025
|
}
|
|
2021
2026
|
else if (typeof cb === "function") {
|
|
2022
2027
|
if (typeof optionsOrCb !== "object")
|
|
2023
|
-
throw new Error(
|
|
2028
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2024
2029
|
this.send(command, optionsOrCb || {}, cb);
|
|
2025
2030
|
}
|
|
2026
2031
|
else {
|
|
2027
2032
|
return this.send(command, optionsOrCb);
|
|
2028
2033
|
}
|
|
2029
|
-
}
|
|
2030
|
-
describeModelQualityJobDefinition(args, optionsOrCb, cb) {
|
|
2031
|
-
|
|
2034
|
+
};
|
|
2035
|
+
SageMaker.prototype.describeModelQualityJobDefinition = function (args, optionsOrCb, cb) {
|
|
2036
|
+
var command = new DescribeModelQualityJobDefinitionCommand(args);
|
|
2032
2037
|
if (typeof optionsOrCb === "function") {
|
|
2033
2038
|
this.send(command, optionsOrCb);
|
|
2034
2039
|
}
|
|
2035
2040
|
else if (typeof cb === "function") {
|
|
2036
2041
|
if (typeof optionsOrCb !== "object")
|
|
2037
|
-
throw new Error(
|
|
2042
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2038
2043
|
this.send(command, optionsOrCb || {}, cb);
|
|
2039
2044
|
}
|
|
2040
2045
|
else {
|
|
2041
2046
|
return this.send(command, optionsOrCb);
|
|
2042
2047
|
}
|
|
2043
|
-
}
|
|
2044
|
-
describeMonitoringSchedule(args, optionsOrCb, cb) {
|
|
2045
|
-
|
|
2048
|
+
};
|
|
2049
|
+
SageMaker.prototype.describeMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
2050
|
+
var command = new DescribeMonitoringScheduleCommand(args);
|
|
2046
2051
|
if (typeof optionsOrCb === "function") {
|
|
2047
2052
|
this.send(command, optionsOrCb);
|
|
2048
2053
|
}
|
|
2049
2054
|
else if (typeof cb === "function") {
|
|
2050
2055
|
if (typeof optionsOrCb !== "object")
|
|
2051
|
-
throw new Error(
|
|
2056
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2052
2057
|
this.send(command, optionsOrCb || {}, cb);
|
|
2053
2058
|
}
|
|
2054
2059
|
else {
|
|
2055
2060
|
return this.send(command, optionsOrCb);
|
|
2056
2061
|
}
|
|
2057
|
-
}
|
|
2058
|
-
describeNotebookInstance(args, optionsOrCb, cb) {
|
|
2059
|
-
|
|
2062
|
+
};
|
|
2063
|
+
SageMaker.prototype.describeNotebookInstance = function (args, optionsOrCb, cb) {
|
|
2064
|
+
var command = new DescribeNotebookInstanceCommand(args);
|
|
2060
2065
|
if (typeof optionsOrCb === "function") {
|
|
2061
2066
|
this.send(command, optionsOrCb);
|
|
2062
2067
|
}
|
|
2063
2068
|
else if (typeof cb === "function") {
|
|
2064
2069
|
if (typeof optionsOrCb !== "object")
|
|
2065
|
-
throw new Error(
|
|
2070
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2066
2071
|
this.send(command, optionsOrCb || {}, cb);
|
|
2067
2072
|
}
|
|
2068
2073
|
else {
|
|
2069
2074
|
return this.send(command, optionsOrCb);
|
|
2070
2075
|
}
|
|
2071
|
-
}
|
|
2072
|
-
describeNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
2073
|
-
|
|
2076
|
+
};
|
|
2077
|
+
SageMaker.prototype.describeNotebookInstanceLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
2078
|
+
var command = new DescribeNotebookInstanceLifecycleConfigCommand(args);
|
|
2074
2079
|
if (typeof optionsOrCb === "function") {
|
|
2075
2080
|
this.send(command, optionsOrCb);
|
|
2076
2081
|
}
|
|
2077
2082
|
else if (typeof cb === "function") {
|
|
2078
2083
|
if (typeof optionsOrCb !== "object")
|
|
2079
|
-
throw new Error(
|
|
2084
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2080
2085
|
this.send(command, optionsOrCb || {}, cb);
|
|
2081
2086
|
}
|
|
2082
2087
|
else {
|
|
2083
2088
|
return this.send(command, optionsOrCb);
|
|
2084
2089
|
}
|
|
2085
|
-
}
|
|
2086
|
-
describePipeline(args, optionsOrCb, cb) {
|
|
2087
|
-
|
|
2090
|
+
};
|
|
2091
|
+
SageMaker.prototype.describePipeline = function (args, optionsOrCb, cb) {
|
|
2092
|
+
var command = new DescribePipelineCommand(args);
|
|
2088
2093
|
if (typeof optionsOrCb === "function") {
|
|
2089
2094
|
this.send(command, optionsOrCb);
|
|
2090
2095
|
}
|
|
2091
2096
|
else if (typeof cb === "function") {
|
|
2092
2097
|
if (typeof optionsOrCb !== "object")
|
|
2093
|
-
throw new Error(
|
|
2098
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2094
2099
|
this.send(command, optionsOrCb || {}, cb);
|
|
2095
2100
|
}
|
|
2096
2101
|
else {
|
|
2097
2102
|
return this.send(command, optionsOrCb);
|
|
2098
2103
|
}
|
|
2099
|
-
}
|
|
2100
|
-
describePipelineDefinitionForExecution(args, optionsOrCb, cb) {
|
|
2101
|
-
|
|
2104
|
+
};
|
|
2105
|
+
SageMaker.prototype.describePipelineDefinitionForExecution = function (args, optionsOrCb, cb) {
|
|
2106
|
+
var command = new DescribePipelineDefinitionForExecutionCommand(args);
|
|
2102
2107
|
if (typeof optionsOrCb === "function") {
|
|
2103
2108
|
this.send(command, optionsOrCb);
|
|
2104
2109
|
}
|
|
2105
2110
|
else if (typeof cb === "function") {
|
|
2106
2111
|
if (typeof optionsOrCb !== "object")
|
|
2107
|
-
throw new Error(
|
|
2112
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2108
2113
|
this.send(command, optionsOrCb || {}, cb);
|
|
2109
2114
|
}
|
|
2110
2115
|
else {
|
|
2111
2116
|
return this.send(command, optionsOrCb);
|
|
2112
2117
|
}
|
|
2113
|
-
}
|
|
2114
|
-
describePipelineExecution(args, optionsOrCb, cb) {
|
|
2115
|
-
|
|
2118
|
+
};
|
|
2119
|
+
SageMaker.prototype.describePipelineExecution = function (args, optionsOrCb, cb) {
|
|
2120
|
+
var command = new DescribePipelineExecutionCommand(args);
|
|
2116
2121
|
if (typeof optionsOrCb === "function") {
|
|
2117
2122
|
this.send(command, optionsOrCb);
|
|
2118
2123
|
}
|
|
2119
2124
|
else if (typeof cb === "function") {
|
|
2120
2125
|
if (typeof optionsOrCb !== "object")
|
|
2121
|
-
throw new Error(
|
|
2126
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2122
2127
|
this.send(command, optionsOrCb || {}, cb);
|
|
2123
2128
|
}
|
|
2124
2129
|
else {
|
|
2125
2130
|
return this.send(command, optionsOrCb);
|
|
2126
2131
|
}
|
|
2127
|
-
}
|
|
2128
|
-
describeProcessingJob(args, optionsOrCb, cb) {
|
|
2129
|
-
|
|
2132
|
+
};
|
|
2133
|
+
SageMaker.prototype.describeProcessingJob = function (args, optionsOrCb, cb) {
|
|
2134
|
+
var command = new DescribeProcessingJobCommand(args);
|
|
2130
2135
|
if (typeof optionsOrCb === "function") {
|
|
2131
2136
|
this.send(command, optionsOrCb);
|
|
2132
2137
|
}
|
|
2133
2138
|
else if (typeof cb === "function") {
|
|
2134
2139
|
if (typeof optionsOrCb !== "object")
|
|
2135
|
-
throw new Error(
|
|
2140
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2136
2141
|
this.send(command, optionsOrCb || {}, cb);
|
|
2137
2142
|
}
|
|
2138
2143
|
else {
|
|
2139
2144
|
return this.send(command, optionsOrCb);
|
|
2140
2145
|
}
|
|
2141
|
-
}
|
|
2142
|
-
describeProject(args, optionsOrCb, cb) {
|
|
2143
|
-
|
|
2146
|
+
};
|
|
2147
|
+
SageMaker.prototype.describeProject = function (args, optionsOrCb, cb) {
|
|
2148
|
+
var command = new DescribeProjectCommand(args);
|
|
2144
2149
|
if (typeof optionsOrCb === "function") {
|
|
2145
2150
|
this.send(command, optionsOrCb);
|
|
2146
2151
|
}
|
|
2147
2152
|
else if (typeof cb === "function") {
|
|
2148
2153
|
if (typeof optionsOrCb !== "object")
|
|
2149
|
-
throw new Error(
|
|
2154
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2150
2155
|
this.send(command, optionsOrCb || {}, cb);
|
|
2151
2156
|
}
|
|
2152
2157
|
else {
|
|
2153
2158
|
return this.send(command, optionsOrCb);
|
|
2154
2159
|
}
|
|
2155
|
-
}
|
|
2156
|
-
describeStudioLifecycleConfig(args, optionsOrCb, cb) {
|
|
2157
|
-
|
|
2160
|
+
};
|
|
2161
|
+
SageMaker.prototype.describeStudioLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
2162
|
+
var command = new DescribeStudioLifecycleConfigCommand(args);
|
|
2158
2163
|
if (typeof optionsOrCb === "function") {
|
|
2159
2164
|
this.send(command, optionsOrCb);
|
|
2160
2165
|
}
|
|
2161
2166
|
else if (typeof cb === "function") {
|
|
2162
2167
|
if (typeof optionsOrCb !== "object")
|
|
2163
|
-
throw new Error(
|
|
2168
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2164
2169
|
this.send(command, optionsOrCb || {}, cb);
|
|
2165
2170
|
}
|
|
2166
2171
|
else {
|
|
2167
2172
|
return this.send(command, optionsOrCb);
|
|
2168
2173
|
}
|
|
2169
|
-
}
|
|
2170
|
-
describeSubscribedWorkteam(args, optionsOrCb, cb) {
|
|
2171
|
-
|
|
2174
|
+
};
|
|
2175
|
+
SageMaker.prototype.describeSubscribedWorkteam = function (args, optionsOrCb, cb) {
|
|
2176
|
+
var command = new DescribeSubscribedWorkteamCommand(args);
|
|
2172
2177
|
if (typeof optionsOrCb === "function") {
|
|
2173
2178
|
this.send(command, optionsOrCb);
|
|
2174
2179
|
}
|
|
2175
2180
|
else if (typeof cb === "function") {
|
|
2176
2181
|
if (typeof optionsOrCb !== "object")
|
|
2177
|
-
throw new Error(
|
|
2182
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2178
2183
|
this.send(command, optionsOrCb || {}, cb);
|
|
2179
2184
|
}
|
|
2180
2185
|
else {
|
|
2181
2186
|
return this.send(command, optionsOrCb);
|
|
2182
2187
|
}
|
|
2183
|
-
}
|
|
2184
|
-
describeTrainingJob(args, optionsOrCb, cb) {
|
|
2185
|
-
|
|
2188
|
+
};
|
|
2189
|
+
SageMaker.prototype.describeTrainingJob = function (args, optionsOrCb, cb) {
|
|
2190
|
+
var command = new DescribeTrainingJobCommand(args);
|
|
2186
2191
|
if (typeof optionsOrCb === "function") {
|
|
2187
2192
|
this.send(command, optionsOrCb);
|
|
2188
2193
|
}
|
|
2189
2194
|
else if (typeof cb === "function") {
|
|
2190
2195
|
if (typeof optionsOrCb !== "object")
|
|
2191
|
-
throw new Error(
|
|
2196
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2192
2197
|
this.send(command, optionsOrCb || {}, cb);
|
|
2193
2198
|
}
|
|
2194
2199
|
else {
|
|
2195
2200
|
return this.send(command, optionsOrCb);
|
|
2196
2201
|
}
|
|
2197
|
-
}
|
|
2198
|
-
describeTransformJob(args, optionsOrCb, cb) {
|
|
2199
|
-
|
|
2202
|
+
};
|
|
2203
|
+
SageMaker.prototype.describeTransformJob = function (args, optionsOrCb, cb) {
|
|
2204
|
+
var command = new DescribeTransformJobCommand(args);
|
|
2200
2205
|
if (typeof optionsOrCb === "function") {
|
|
2201
2206
|
this.send(command, optionsOrCb);
|
|
2202
2207
|
}
|
|
2203
2208
|
else if (typeof cb === "function") {
|
|
2204
2209
|
if (typeof optionsOrCb !== "object")
|
|
2205
|
-
throw new Error(
|
|
2210
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2206
2211
|
this.send(command, optionsOrCb || {}, cb);
|
|
2207
2212
|
}
|
|
2208
2213
|
else {
|
|
2209
2214
|
return this.send(command, optionsOrCb);
|
|
2210
2215
|
}
|
|
2211
|
-
}
|
|
2212
|
-
describeTrial(args, optionsOrCb, cb) {
|
|
2213
|
-
|
|
2216
|
+
};
|
|
2217
|
+
SageMaker.prototype.describeTrial = function (args, optionsOrCb, cb) {
|
|
2218
|
+
var command = new DescribeTrialCommand(args);
|
|
2214
2219
|
if (typeof optionsOrCb === "function") {
|
|
2215
2220
|
this.send(command, optionsOrCb);
|
|
2216
2221
|
}
|
|
2217
2222
|
else if (typeof cb === "function") {
|
|
2218
2223
|
if (typeof optionsOrCb !== "object")
|
|
2219
|
-
throw new Error(
|
|
2224
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2220
2225
|
this.send(command, optionsOrCb || {}, cb);
|
|
2221
2226
|
}
|
|
2222
2227
|
else {
|
|
2223
2228
|
return this.send(command, optionsOrCb);
|
|
2224
2229
|
}
|
|
2225
|
-
}
|
|
2226
|
-
describeTrialComponent(args, optionsOrCb, cb) {
|
|
2227
|
-
|
|
2230
|
+
};
|
|
2231
|
+
SageMaker.prototype.describeTrialComponent = function (args, optionsOrCb, cb) {
|
|
2232
|
+
var command = new DescribeTrialComponentCommand(args);
|
|
2228
2233
|
if (typeof optionsOrCb === "function") {
|
|
2229
2234
|
this.send(command, optionsOrCb);
|
|
2230
2235
|
}
|
|
2231
2236
|
else if (typeof cb === "function") {
|
|
2232
2237
|
if (typeof optionsOrCb !== "object")
|
|
2233
|
-
throw new Error(
|
|
2238
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2234
2239
|
this.send(command, optionsOrCb || {}, cb);
|
|
2235
2240
|
}
|
|
2236
2241
|
else {
|
|
2237
2242
|
return this.send(command, optionsOrCb);
|
|
2238
2243
|
}
|
|
2239
|
-
}
|
|
2240
|
-
describeUserProfile(args, optionsOrCb, cb) {
|
|
2241
|
-
|
|
2244
|
+
};
|
|
2245
|
+
SageMaker.prototype.describeUserProfile = function (args, optionsOrCb, cb) {
|
|
2246
|
+
var command = new DescribeUserProfileCommand(args);
|
|
2242
2247
|
if (typeof optionsOrCb === "function") {
|
|
2243
2248
|
this.send(command, optionsOrCb);
|
|
2244
2249
|
}
|
|
2245
2250
|
else if (typeof cb === "function") {
|
|
2246
2251
|
if (typeof optionsOrCb !== "object")
|
|
2247
|
-
throw new Error(
|
|
2252
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2248
2253
|
this.send(command, optionsOrCb || {}, cb);
|
|
2249
2254
|
}
|
|
2250
2255
|
else {
|
|
2251
2256
|
return this.send(command, optionsOrCb);
|
|
2252
2257
|
}
|
|
2253
|
-
}
|
|
2254
|
-
describeWorkforce(args, optionsOrCb, cb) {
|
|
2255
|
-
|
|
2258
|
+
};
|
|
2259
|
+
SageMaker.prototype.describeWorkforce = function (args, optionsOrCb, cb) {
|
|
2260
|
+
var command = new DescribeWorkforceCommand(args);
|
|
2256
2261
|
if (typeof optionsOrCb === "function") {
|
|
2257
2262
|
this.send(command, optionsOrCb);
|
|
2258
2263
|
}
|
|
2259
2264
|
else if (typeof cb === "function") {
|
|
2260
2265
|
if (typeof optionsOrCb !== "object")
|
|
2261
|
-
throw new Error(
|
|
2266
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2262
2267
|
this.send(command, optionsOrCb || {}, cb);
|
|
2263
2268
|
}
|
|
2264
2269
|
else {
|
|
2265
2270
|
return this.send(command, optionsOrCb);
|
|
2266
2271
|
}
|
|
2267
|
-
}
|
|
2268
|
-
describeWorkteam(args, optionsOrCb, cb) {
|
|
2269
|
-
|
|
2272
|
+
};
|
|
2273
|
+
SageMaker.prototype.describeWorkteam = function (args, optionsOrCb, cb) {
|
|
2274
|
+
var command = new DescribeWorkteamCommand(args);
|
|
2270
2275
|
if (typeof optionsOrCb === "function") {
|
|
2271
2276
|
this.send(command, optionsOrCb);
|
|
2272
2277
|
}
|
|
2273
2278
|
else if (typeof cb === "function") {
|
|
2274
2279
|
if (typeof optionsOrCb !== "object")
|
|
2275
|
-
throw new Error(
|
|
2280
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2276
2281
|
this.send(command, optionsOrCb || {}, cb);
|
|
2277
2282
|
}
|
|
2278
2283
|
else {
|
|
2279
2284
|
return this.send(command, optionsOrCb);
|
|
2280
2285
|
}
|
|
2281
|
-
}
|
|
2282
|
-
disableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2283
|
-
|
|
2286
|
+
};
|
|
2287
|
+
SageMaker.prototype.disableSagemakerServicecatalogPortfolio = function (args, optionsOrCb, cb) {
|
|
2288
|
+
var command = new DisableSagemakerServicecatalogPortfolioCommand(args);
|
|
2284
2289
|
if (typeof optionsOrCb === "function") {
|
|
2285
2290
|
this.send(command, optionsOrCb);
|
|
2286
2291
|
}
|
|
2287
2292
|
else if (typeof cb === "function") {
|
|
2288
2293
|
if (typeof optionsOrCb !== "object")
|
|
2289
|
-
throw new Error(
|
|
2294
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2290
2295
|
this.send(command, optionsOrCb || {}, cb);
|
|
2291
2296
|
}
|
|
2292
2297
|
else {
|
|
2293
2298
|
return this.send(command, optionsOrCb);
|
|
2294
2299
|
}
|
|
2295
|
-
}
|
|
2296
|
-
disassociateTrialComponent(args, optionsOrCb, cb) {
|
|
2297
|
-
|
|
2300
|
+
};
|
|
2301
|
+
SageMaker.prototype.disassociateTrialComponent = function (args, optionsOrCb, cb) {
|
|
2302
|
+
var command = new DisassociateTrialComponentCommand(args);
|
|
2298
2303
|
if (typeof optionsOrCb === "function") {
|
|
2299
2304
|
this.send(command, optionsOrCb);
|
|
2300
2305
|
}
|
|
2301
2306
|
else if (typeof cb === "function") {
|
|
2302
2307
|
if (typeof optionsOrCb !== "object")
|
|
2303
|
-
throw new Error(
|
|
2308
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2304
2309
|
this.send(command, optionsOrCb || {}, cb);
|
|
2305
2310
|
}
|
|
2306
2311
|
else {
|
|
2307
2312
|
return this.send(command, optionsOrCb);
|
|
2308
2313
|
}
|
|
2309
|
-
}
|
|
2310
|
-
enableSagemakerServicecatalogPortfolio(args, optionsOrCb, cb) {
|
|
2311
|
-
|
|
2314
|
+
};
|
|
2315
|
+
SageMaker.prototype.enableSagemakerServicecatalogPortfolio = function (args, optionsOrCb, cb) {
|
|
2316
|
+
var command = new EnableSagemakerServicecatalogPortfolioCommand(args);
|
|
2312
2317
|
if (typeof optionsOrCb === "function") {
|
|
2313
2318
|
this.send(command, optionsOrCb);
|
|
2314
2319
|
}
|
|
2315
2320
|
else if (typeof cb === "function") {
|
|
2316
2321
|
if (typeof optionsOrCb !== "object")
|
|
2317
|
-
throw new Error(
|
|
2322
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2318
2323
|
this.send(command, optionsOrCb || {}, cb);
|
|
2319
2324
|
}
|
|
2320
2325
|
else {
|
|
2321
2326
|
return this.send(command, optionsOrCb);
|
|
2322
2327
|
}
|
|
2323
|
-
}
|
|
2324
|
-
getDeviceFleetReport(args, optionsOrCb, cb) {
|
|
2325
|
-
|
|
2328
|
+
};
|
|
2329
|
+
SageMaker.prototype.getDeviceFleetReport = function (args, optionsOrCb, cb) {
|
|
2330
|
+
var command = new GetDeviceFleetReportCommand(args);
|
|
2326
2331
|
if (typeof optionsOrCb === "function") {
|
|
2327
2332
|
this.send(command, optionsOrCb);
|
|
2328
2333
|
}
|
|
2329
2334
|
else if (typeof cb === "function") {
|
|
2330
2335
|
if (typeof optionsOrCb !== "object")
|
|
2331
|
-
throw new Error(
|
|
2336
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2332
2337
|
this.send(command, optionsOrCb || {}, cb);
|
|
2333
2338
|
}
|
|
2334
2339
|
else {
|
|
2335
2340
|
return this.send(command, optionsOrCb);
|
|
2336
2341
|
}
|
|
2337
|
-
}
|
|
2338
|
-
getLineageGroupPolicy(args, optionsOrCb, cb) {
|
|
2339
|
-
|
|
2342
|
+
};
|
|
2343
|
+
SageMaker.prototype.getLineageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
2344
|
+
var command = new GetLineageGroupPolicyCommand(args);
|
|
2340
2345
|
if (typeof optionsOrCb === "function") {
|
|
2341
2346
|
this.send(command, optionsOrCb);
|
|
2342
2347
|
}
|
|
2343
2348
|
else if (typeof cb === "function") {
|
|
2344
2349
|
if (typeof optionsOrCb !== "object")
|
|
2345
|
-
throw new Error(
|
|
2350
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2346
2351
|
this.send(command, optionsOrCb || {}, cb);
|
|
2347
2352
|
}
|
|
2348
2353
|
else {
|
|
2349
2354
|
return this.send(command, optionsOrCb);
|
|
2350
2355
|
}
|
|
2351
|
-
}
|
|
2352
|
-
getModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
2353
|
-
|
|
2356
|
+
};
|
|
2357
|
+
SageMaker.prototype.getModelPackageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
2358
|
+
var command = new GetModelPackageGroupPolicyCommand(args);
|
|
2354
2359
|
if (typeof optionsOrCb === "function") {
|
|
2355
2360
|
this.send(command, optionsOrCb);
|
|
2356
2361
|
}
|
|
2357
2362
|
else if (typeof cb === "function") {
|
|
2358
2363
|
if (typeof optionsOrCb !== "object")
|
|
2359
|
-
throw new Error(
|
|
2364
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2360
2365
|
this.send(command, optionsOrCb || {}, cb);
|
|
2361
2366
|
}
|
|
2362
2367
|
else {
|
|
2363
2368
|
return this.send(command, optionsOrCb);
|
|
2364
2369
|
}
|
|
2365
|
-
}
|
|
2366
|
-
getSagemakerServicecatalogPortfolioStatus(args, optionsOrCb, cb) {
|
|
2367
|
-
|
|
2370
|
+
};
|
|
2371
|
+
SageMaker.prototype.getSagemakerServicecatalogPortfolioStatus = function (args, optionsOrCb, cb) {
|
|
2372
|
+
var command = new GetSagemakerServicecatalogPortfolioStatusCommand(args);
|
|
2368
2373
|
if (typeof optionsOrCb === "function") {
|
|
2369
2374
|
this.send(command, optionsOrCb);
|
|
2370
2375
|
}
|
|
2371
2376
|
else if (typeof cb === "function") {
|
|
2372
2377
|
if (typeof optionsOrCb !== "object")
|
|
2373
|
-
throw new Error(
|
|
2378
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2374
2379
|
this.send(command, optionsOrCb || {}, cb);
|
|
2375
2380
|
}
|
|
2376
2381
|
else {
|
|
2377
2382
|
return this.send(command, optionsOrCb);
|
|
2378
2383
|
}
|
|
2379
|
-
}
|
|
2380
|
-
getSearchSuggestions(args, optionsOrCb, cb) {
|
|
2381
|
-
|
|
2384
|
+
};
|
|
2385
|
+
SageMaker.prototype.getSearchSuggestions = function (args, optionsOrCb, cb) {
|
|
2386
|
+
var command = new GetSearchSuggestionsCommand(args);
|
|
2382
2387
|
if (typeof optionsOrCb === "function") {
|
|
2383
2388
|
this.send(command, optionsOrCb);
|
|
2384
2389
|
}
|
|
2385
2390
|
else if (typeof cb === "function") {
|
|
2386
2391
|
if (typeof optionsOrCb !== "object")
|
|
2387
|
-
throw new Error(
|
|
2392
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2388
2393
|
this.send(command, optionsOrCb || {}, cb);
|
|
2389
2394
|
}
|
|
2390
2395
|
else {
|
|
2391
2396
|
return this.send(command, optionsOrCb);
|
|
2392
2397
|
}
|
|
2393
|
-
}
|
|
2394
|
-
listActions(args, optionsOrCb, cb) {
|
|
2395
|
-
|
|
2398
|
+
};
|
|
2399
|
+
SageMaker.prototype.listActions = function (args, optionsOrCb, cb) {
|
|
2400
|
+
var command = new ListActionsCommand(args);
|
|
2396
2401
|
if (typeof optionsOrCb === "function") {
|
|
2397
2402
|
this.send(command, optionsOrCb);
|
|
2398
2403
|
}
|
|
2399
2404
|
else if (typeof cb === "function") {
|
|
2400
2405
|
if (typeof optionsOrCb !== "object")
|
|
2401
|
-
throw new Error(
|
|
2406
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2402
2407
|
this.send(command, optionsOrCb || {}, cb);
|
|
2403
2408
|
}
|
|
2404
2409
|
else {
|
|
2405
2410
|
return this.send(command, optionsOrCb);
|
|
2406
2411
|
}
|
|
2407
|
-
}
|
|
2408
|
-
listAlgorithms(args, optionsOrCb, cb) {
|
|
2409
|
-
|
|
2412
|
+
};
|
|
2413
|
+
SageMaker.prototype.listAlgorithms = function (args, optionsOrCb, cb) {
|
|
2414
|
+
var command = new ListAlgorithmsCommand(args);
|
|
2410
2415
|
if (typeof optionsOrCb === "function") {
|
|
2411
2416
|
this.send(command, optionsOrCb);
|
|
2412
2417
|
}
|
|
2413
2418
|
else if (typeof cb === "function") {
|
|
2414
2419
|
if (typeof optionsOrCb !== "object")
|
|
2415
|
-
throw new Error(
|
|
2420
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2416
2421
|
this.send(command, optionsOrCb || {}, cb);
|
|
2417
2422
|
}
|
|
2418
2423
|
else {
|
|
2419
2424
|
return this.send(command, optionsOrCb);
|
|
2420
2425
|
}
|
|
2421
|
-
}
|
|
2422
|
-
listAppImageConfigs(args, optionsOrCb, cb) {
|
|
2423
|
-
|
|
2426
|
+
};
|
|
2427
|
+
SageMaker.prototype.listAppImageConfigs = function (args, optionsOrCb, cb) {
|
|
2428
|
+
var command = new ListAppImageConfigsCommand(args);
|
|
2424
2429
|
if (typeof optionsOrCb === "function") {
|
|
2425
2430
|
this.send(command, optionsOrCb);
|
|
2426
2431
|
}
|
|
2427
2432
|
else if (typeof cb === "function") {
|
|
2428
2433
|
if (typeof optionsOrCb !== "object")
|
|
2429
|
-
throw new Error(
|
|
2434
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2430
2435
|
this.send(command, optionsOrCb || {}, cb);
|
|
2431
2436
|
}
|
|
2432
2437
|
else {
|
|
2433
2438
|
return this.send(command, optionsOrCb);
|
|
2434
2439
|
}
|
|
2435
|
-
}
|
|
2436
|
-
listApps(args, optionsOrCb, cb) {
|
|
2437
|
-
|
|
2440
|
+
};
|
|
2441
|
+
SageMaker.prototype.listApps = function (args, optionsOrCb, cb) {
|
|
2442
|
+
var command = new ListAppsCommand(args);
|
|
2438
2443
|
if (typeof optionsOrCb === "function") {
|
|
2439
2444
|
this.send(command, optionsOrCb);
|
|
2440
2445
|
}
|
|
2441
2446
|
else if (typeof cb === "function") {
|
|
2442
2447
|
if (typeof optionsOrCb !== "object")
|
|
2443
|
-
throw new Error(
|
|
2448
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2444
2449
|
this.send(command, optionsOrCb || {}, cb);
|
|
2445
2450
|
}
|
|
2446
2451
|
else {
|
|
2447
2452
|
return this.send(command, optionsOrCb);
|
|
2448
2453
|
}
|
|
2449
|
-
}
|
|
2450
|
-
listArtifacts(args, optionsOrCb, cb) {
|
|
2451
|
-
|
|
2454
|
+
};
|
|
2455
|
+
SageMaker.prototype.listArtifacts = function (args, optionsOrCb, cb) {
|
|
2456
|
+
var command = new ListArtifactsCommand(args);
|
|
2452
2457
|
if (typeof optionsOrCb === "function") {
|
|
2453
2458
|
this.send(command, optionsOrCb);
|
|
2454
2459
|
}
|
|
2455
2460
|
else if (typeof cb === "function") {
|
|
2456
2461
|
if (typeof optionsOrCb !== "object")
|
|
2457
|
-
throw new Error(
|
|
2462
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2458
2463
|
this.send(command, optionsOrCb || {}, cb);
|
|
2459
2464
|
}
|
|
2460
2465
|
else {
|
|
2461
2466
|
return this.send(command, optionsOrCb);
|
|
2462
2467
|
}
|
|
2463
|
-
}
|
|
2464
|
-
listAssociations(args, optionsOrCb, cb) {
|
|
2465
|
-
|
|
2468
|
+
};
|
|
2469
|
+
SageMaker.prototype.listAssociations = function (args, optionsOrCb, cb) {
|
|
2470
|
+
var command = new ListAssociationsCommand(args);
|
|
2466
2471
|
if (typeof optionsOrCb === "function") {
|
|
2467
2472
|
this.send(command, optionsOrCb);
|
|
2468
2473
|
}
|
|
2469
2474
|
else if (typeof cb === "function") {
|
|
2470
2475
|
if (typeof optionsOrCb !== "object")
|
|
2471
|
-
throw new Error(
|
|
2476
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2472
2477
|
this.send(command, optionsOrCb || {}, cb);
|
|
2473
2478
|
}
|
|
2474
2479
|
else {
|
|
2475
2480
|
return this.send(command, optionsOrCb);
|
|
2476
2481
|
}
|
|
2477
|
-
}
|
|
2478
|
-
listAutoMLJobs(args, optionsOrCb, cb) {
|
|
2479
|
-
|
|
2482
|
+
};
|
|
2483
|
+
SageMaker.prototype.listAutoMLJobs = function (args, optionsOrCb, cb) {
|
|
2484
|
+
var command = new ListAutoMLJobsCommand(args);
|
|
2480
2485
|
if (typeof optionsOrCb === "function") {
|
|
2481
2486
|
this.send(command, optionsOrCb);
|
|
2482
2487
|
}
|
|
2483
2488
|
else if (typeof cb === "function") {
|
|
2484
2489
|
if (typeof optionsOrCb !== "object")
|
|
2485
|
-
throw new Error(
|
|
2490
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2486
2491
|
this.send(command, optionsOrCb || {}, cb);
|
|
2487
2492
|
}
|
|
2488
2493
|
else {
|
|
2489
2494
|
return this.send(command, optionsOrCb);
|
|
2490
2495
|
}
|
|
2491
|
-
}
|
|
2492
|
-
listCandidatesForAutoMLJob(args, optionsOrCb, cb) {
|
|
2493
|
-
|
|
2496
|
+
};
|
|
2497
|
+
SageMaker.prototype.listCandidatesForAutoMLJob = function (args, optionsOrCb, cb) {
|
|
2498
|
+
var command = new ListCandidatesForAutoMLJobCommand(args);
|
|
2494
2499
|
if (typeof optionsOrCb === "function") {
|
|
2495
2500
|
this.send(command, optionsOrCb);
|
|
2496
2501
|
}
|
|
2497
2502
|
else if (typeof cb === "function") {
|
|
2498
2503
|
if (typeof optionsOrCb !== "object")
|
|
2499
|
-
throw new Error(
|
|
2504
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2500
2505
|
this.send(command, optionsOrCb || {}, cb);
|
|
2501
2506
|
}
|
|
2502
2507
|
else {
|
|
2503
2508
|
return this.send(command, optionsOrCb);
|
|
2504
2509
|
}
|
|
2505
|
-
}
|
|
2506
|
-
listCodeRepositories(args, optionsOrCb, cb) {
|
|
2507
|
-
|
|
2510
|
+
};
|
|
2511
|
+
SageMaker.prototype.listCodeRepositories = function (args, optionsOrCb, cb) {
|
|
2512
|
+
var command = new ListCodeRepositoriesCommand(args);
|
|
2508
2513
|
if (typeof optionsOrCb === "function") {
|
|
2509
2514
|
this.send(command, optionsOrCb);
|
|
2510
2515
|
}
|
|
2511
2516
|
else if (typeof cb === "function") {
|
|
2512
2517
|
if (typeof optionsOrCb !== "object")
|
|
2513
|
-
throw new Error(
|
|
2518
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2514
2519
|
this.send(command, optionsOrCb || {}, cb);
|
|
2515
2520
|
}
|
|
2516
2521
|
else {
|
|
2517
2522
|
return this.send(command, optionsOrCb);
|
|
2518
2523
|
}
|
|
2519
|
-
}
|
|
2520
|
-
listCompilationJobs(args, optionsOrCb, cb) {
|
|
2521
|
-
|
|
2524
|
+
};
|
|
2525
|
+
SageMaker.prototype.listCompilationJobs = function (args, optionsOrCb, cb) {
|
|
2526
|
+
var command = new ListCompilationJobsCommand(args);
|
|
2522
2527
|
if (typeof optionsOrCb === "function") {
|
|
2523
2528
|
this.send(command, optionsOrCb);
|
|
2524
2529
|
}
|
|
2525
2530
|
else if (typeof cb === "function") {
|
|
2526
2531
|
if (typeof optionsOrCb !== "object")
|
|
2527
|
-
throw new Error(
|
|
2532
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2528
2533
|
this.send(command, optionsOrCb || {}, cb);
|
|
2529
2534
|
}
|
|
2530
2535
|
else {
|
|
2531
2536
|
return this.send(command, optionsOrCb);
|
|
2532
2537
|
}
|
|
2533
|
-
}
|
|
2534
|
-
listContexts(args, optionsOrCb, cb) {
|
|
2535
|
-
|
|
2538
|
+
};
|
|
2539
|
+
SageMaker.prototype.listContexts = function (args, optionsOrCb, cb) {
|
|
2540
|
+
var command = new ListContextsCommand(args);
|
|
2536
2541
|
if (typeof optionsOrCb === "function") {
|
|
2537
2542
|
this.send(command, optionsOrCb);
|
|
2538
2543
|
}
|
|
2539
2544
|
else if (typeof cb === "function") {
|
|
2540
2545
|
if (typeof optionsOrCb !== "object")
|
|
2541
|
-
throw new Error(
|
|
2546
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2542
2547
|
this.send(command, optionsOrCb || {}, cb);
|
|
2543
2548
|
}
|
|
2544
2549
|
else {
|
|
2545
2550
|
return this.send(command, optionsOrCb);
|
|
2546
2551
|
}
|
|
2547
|
-
}
|
|
2548
|
-
listDataQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
2549
|
-
|
|
2552
|
+
};
|
|
2553
|
+
SageMaker.prototype.listDataQualityJobDefinitions = function (args, optionsOrCb, cb) {
|
|
2554
|
+
var command = new ListDataQualityJobDefinitionsCommand(args);
|
|
2550
2555
|
if (typeof optionsOrCb === "function") {
|
|
2551
2556
|
this.send(command, optionsOrCb);
|
|
2552
2557
|
}
|
|
2553
2558
|
else if (typeof cb === "function") {
|
|
2554
2559
|
if (typeof optionsOrCb !== "object")
|
|
2555
|
-
throw new Error(
|
|
2560
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2556
2561
|
this.send(command, optionsOrCb || {}, cb);
|
|
2557
2562
|
}
|
|
2558
2563
|
else {
|
|
2559
2564
|
return this.send(command, optionsOrCb);
|
|
2560
2565
|
}
|
|
2561
|
-
}
|
|
2562
|
-
listDeviceFleets(args, optionsOrCb, cb) {
|
|
2563
|
-
|
|
2566
|
+
};
|
|
2567
|
+
SageMaker.prototype.listDeviceFleets = function (args, optionsOrCb, cb) {
|
|
2568
|
+
var command = new ListDeviceFleetsCommand(args);
|
|
2564
2569
|
if (typeof optionsOrCb === "function") {
|
|
2565
2570
|
this.send(command, optionsOrCb);
|
|
2566
2571
|
}
|
|
2567
2572
|
else if (typeof cb === "function") {
|
|
2568
2573
|
if (typeof optionsOrCb !== "object")
|
|
2569
|
-
throw new Error(
|
|
2574
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2570
2575
|
this.send(command, optionsOrCb || {}, cb);
|
|
2571
2576
|
}
|
|
2572
2577
|
else {
|
|
2573
2578
|
return this.send(command, optionsOrCb);
|
|
2574
2579
|
}
|
|
2575
|
-
}
|
|
2576
|
-
listDevices(args, optionsOrCb, cb) {
|
|
2577
|
-
|
|
2580
|
+
};
|
|
2581
|
+
SageMaker.prototype.listDevices = function (args, optionsOrCb, cb) {
|
|
2582
|
+
var command = new ListDevicesCommand(args);
|
|
2578
2583
|
if (typeof optionsOrCb === "function") {
|
|
2579
2584
|
this.send(command, optionsOrCb);
|
|
2580
2585
|
}
|
|
2581
2586
|
else if (typeof cb === "function") {
|
|
2582
2587
|
if (typeof optionsOrCb !== "object")
|
|
2583
|
-
throw new Error(
|
|
2588
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2584
2589
|
this.send(command, optionsOrCb || {}, cb);
|
|
2585
2590
|
}
|
|
2586
2591
|
else {
|
|
2587
2592
|
return this.send(command, optionsOrCb);
|
|
2588
2593
|
}
|
|
2589
|
-
}
|
|
2590
|
-
listDomains(args, optionsOrCb, cb) {
|
|
2591
|
-
|
|
2594
|
+
};
|
|
2595
|
+
SageMaker.prototype.listDomains = function (args, optionsOrCb, cb) {
|
|
2596
|
+
var command = new ListDomainsCommand(args);
|
|
2592
2597
|
if (typeof optionsOrCb === "function") {
|
|
2593
2598
|
this.send(command, optionsOrCb);
|
|
2594
2599
|
}
|
|
2595
2600
|
else if (typeof cb === "function") {
|
|
2596
2601
|
if (typeof optionsOrCb !== "object")
|
|
2597
|
-
throw new Error(
|
|
2602
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2598
2603
|
this.send(command, optionsOrCb || {}, cb);
|
|
2599
2604
|
}
|
|
2600
2605
|
else {
|
|
2601
2606
|
return this.send(command, optionsOrCb);
|
|
2602
2607
|
}
|
|
2603
|
-
}
|
|
2604
|
-
listEdgeDeploymentPlans(args, optionsOrCb, cb) {
|
|
2605
|
-
|
|
2608
|
+
};
|
|
2609
|
+
SageMaker.prototype.listEdgeDeploymentPlans = function (args, optionsOrCb, cb) {
|
|
2610
|
+
var command = new ListEdgeDeploymentPlansCommand(args);
|
|
2606
2611
|
if (typeof optionsOrCb === "function") {
|
|
2607
2612
|
this.send(command, optionsOrCb);
|
|
2608
2613
|
}
|
|
2609
2614
|
else if (typeof cb === "function") {
|
|
2610
2615
|
if (typeof optionsOrCb !== "object")
|
|
2611
|
-
throw new Error(
|
|
2616
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2612
2617
|
this.send(command, optionsOrCb || {}, cb);
|
|
2613
2618
|
}
|
|
2614
2619
|
else {
|
|
2615
2620
|
return this.send(command, optionsOrCb);
|
|
2616
2621
|
}
|
|
2617
|
-
}
|
|
2618
|
-
listEdgePackagingJobs(args, optionsOrCb, cb) {
|
|
2619
|
-
|
|
2622
|
+
};
|
|
2623
|
+
SageMaker.prototype.listEdgePackagingJobs = function (args, optionsOrCb, cb) {
|
|
2624
|
+
var command = new ListEdgePackagingJobsCommand(args);
|
|
2620
2625
|
if (typeof optionsOrCb === "function") {
|
|
2621
2626
|
this.send(command, optionsOrCb);
|
|
2622
2627
|
}
|
|
2623
2628
|
else if (typeof cb === "function") {
|
|
2624
2629
|
if (typeof optionsOrCb !== "object")
|
|
2625
|
-
throw new Error(
|
|
2630
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2626
2631
|
this.send(command, optionsOrCb || {}, cb);
|
|
2627
2632
|
}
|
|
2628
2633
|
else {
|
|
2629
2634
|
return this.send(command, optionsOrCb);
|
|
2630
2635
|
}
|
|
2631
|
-
}
|
|
2632
|
-
listEndpointConfigs(args, optionsOrCb, cb) {
|
|
2633
|
-
|
|
2636
|
+
};
|
|
2637
|
+
SageMaker.prototype.listEndpointConfigs = function (args, optionsOrCb, cb) {
|
|
2638
|
+
var command = new ListEndpointConfigsCommand(args);
|
|
2634
2639
|
if (typeof optionsOrCb === "function") {
|
|
2635
2640
|
this.send(command, optionsOrCb);
|
|
2636
2641
|
}
|
|
2637
2642
|
else if (typeof cb === "function") {
|
|
2638
2643
|
if (typeof optionsOrCb !== "object")
|
|
2639
|
-
throw new Error(
|
|
2644
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2640
2645
|
this.send(command, optionsOrCb || {}, cb);
|
|
2641
2646
|
}
|
|
2642
2647
|
else {
|
|
2643
2648
|
return this.send(command, optionsOrCb);
|
|
2644
2649
|
}
|
|
2645
|
-
}
|
|
2646
|
-
listEndpoints(args, optionsOrCb, cb) {
|
|
2647
|
-
|
|
2650
|
+
};
|
|
2651
|
+
SageMaker.prototype.listEndpoints = function (args, optionsOrCb, cb) {
|
|
2652
|
+
var command = new ListEndpointsCommand(args);
|
|
2648
2653
|
if (typeof optionsOrCb === "function") {
|
|
2649
2654
|
this.send(command, optionsOrCb);
|
|
2650
2655
|
}
|
|
2651
2656
|
else if (typeof cb === "function") {
|
|
2652
2657
|
if (typeof optionsOrCb !== "object")
|
|
2653
|
-
throw new Error(
|
|
2658
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2654
2659
|
this.send(command, optionsOrCb || {}, cb);
|
|
2655
2660
|
}
|
|
2656
2661
|
else {
|
|
2657
2662
|
return this.send(command, optionsOrCb);
|
|
2658
2663
|
}
|
|
2659
|
-
}
|
|
2660
|
-
listExperiments(args, optionsOrCb, cb) {
|
|
2661
|
-
|
|
2664
|
+
};
|
|
2665
|
+
SageMaker.prototype.listExperiments = function (args, optionsOrCb, cb) {
|
|
2666
|
+
var command = new ListExperimentsCommand(args);
|
|
2662
2667
|
if (typeof optionsOrCb === "function") {
|
|
2663
2668
|
this.send(command, optionsOrCb);
|
|
2664
2669
|
}
|
|
2665
2670
|
else if (typeof cb === "function") {
|
|
2666
2671
|
if (typeof optionsOrCb !== "object")
|
|
2667
|
-
throw new Error(
|
|
2672
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2668
2673
|
this.send(command, optionsOrCb || {}, cb);
|
|
2669
2674
|
}
|
|
2670
2675
|
else {
|
|
2671
2676
|
return this.send(command, optionsOrCb);
|
|
2672
2677
|
}
|
|
2673
|
-
}
|
|
2674
|
-
listFeatureGroups(args, optionsOrCb, cb) {
|
|
2675
|
-
|
|
2678
|
+
};
|
|
2679
|
+
SageMaker.prototype.listFeatureGroups = function (args, optionsOrCb, cb) {
|
|
2680
|
+
var command = new ListFeatureGroupsCommand(args);
|
|
2676
2681
|
if (typeof optionsOrCb === "function") {
|
|
2677
2682
|
this.send(command, optionsOrCb);
|
|
2678
2683
|
}
|
|
2679
2684
|
else if (typeof cb === "function") {
|
|
2680
2685
|
if (typeof optionsOrCb !== "object")
|
|
2681
|
-
throw new Error(
|
|
2686
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2682
2687
|
this.send(command, optionsOrCb || {}, cb);
|
|
2683
2688
|
}
|
|
2684
2689
|
else {
|
|
2685
2690
|
return this.send(command, optionsOrCb);
|
|
2686
2691
|
}
|
|
2687
|
-
}
|
|
2688
|
-
listFlowDefinitions(args, optionsOrCb, cb) {
|
|
2689
|
-
|
|
2692
|
+
};
|
|
2693
|
+
SageMaker.prototype.listFlowDefinitions = function (args, optionsOrCb, cb) {
|
|
2694
|
+
var command = new ListFlowDefinitionsCommand(args);
|
|
2690
2695
|
if (typeof optionsOrCb === "function") {
|
|
2691
2696
|
this.send(command, optionsOrCb);
|
|
2692
2697
|
}
|
|
2693
2698
|
else if (typeof cb === "function") {
|
|
2694
2699
|
if (typeof optionsOrCb !== "object")
|
|
2695
|
-
throw new Error(
|
|
2700
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2696
2701
|
this.send(command, optionsOrCb || {}, cb);
|
|
2697
2702
|
}
|
|
2698
2703
|
else {
|
|
2699
2704
|
return this.send(command, optionsOrCb);
|
|
2700
2705
|
}
|
|
2701
|
-
}
|
|
2702
|
-
listHumanTaskUis(args, optionsOrCb, cb) {
|
|
2703
|
-
|
|
2706
|
+
};
|
|
2707
|
+
SageMaker.prototype.listHumanTaskUis = function (args, optionsOrCb, cb) {
|
|
2708
|
+
var command = new ListHumanTaskUisCommand(args);
|
|
2704
2709
|
if (typeof optionsOrCb === "function") {
|
|
2705
2710
|
this.send(command, optionsOrCb);
|
|
2706
2711
|
}
|
|
2707
2712
|
else if (typeof cb === "function") {
|
|
2708
2713
|
if (typeof optionsOrCb !== "object")
|
|
2709
|
-
throw new Error(
|
|
2714
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2710
2715
|
this.send(command, optionsOrCb || {}, cb);
|
|
2711
2716
|
}
|
|
2712
2717
|
else {
|
|
2713
2718
|
return this.send(command, optionsOrCb);
|
|
2714
2719
|
}
|
|
2715
|
-
}
|
|
2716
|
-
listHyperParameterTuningJobs(args, optionsOrCb, cb) {
|
|
2717
|
-
|
|
2720
|
+
};
|
|
2721
|
+
SageMaker.prototype.listHyperParameterTuningJobs = function (args, optionsOrCb, cb) {
|
|
2722
|
+
var command = new ListHyperParameterTuningJobsCommand(args);
|
|
2718
2723
|
if (typeof optionsOrCb === "function") {
|
|
2719
2724
|
this.send(command, optionsOrCb);
|
|
2720
2725
|
}
|
|
2721
2726
|
else if (typeof cb === "function") {
|
|
2722
2727
|
if (typeof optionsOrCb !== "object")
|
|
2723
|
-
throw new Error(
|
|
2728
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2724
2729
|
this.send(command, optionsOrCb || {}, cb);
|
|
2725
2730
|
}
|
|
2726
2731
|
else {
|
|
2727
2732
|
return this.send(command, optionsOrCb);
|
|
2728
2733
|
}
|
|
2729
|
-
}
|
|
2730
|
-
listImages(args, optionsOrCb, cb) {
|
|
2731
|
-
|
|
2734
|
+
};
|
|
2735
|
+
SageMaker.prototype.listImages = function (args, optionsOrCb, cb) {
|
|
2736
|
+
var command = new ListImagesCommand(args);
|
|
2732
2737
|
if (typeof optionsOrCb === "function") {
|
|
2733
2738
|
this.send(command, optionsOrCb);
|
|
2734
2739
|
}
|
|
2735
2740
|
else if (typeof cb === "function") {
|
|
2736
2741
|
if (typeof optionsOrCb !== "object")
|
|
2737
|
-
throw new Error(
|
|
2742
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2738
2743
|
this.send(command, optionsOrCb || {}, cb);
|
|
2739
2744
|
}
|
|
2740
2745
|
else {
|
|
2741
2746
|
return this.send(command, optionsOrCb);
|
|
2742
2747
|
}
|
|
2743
|
-
}
|
|
2744
|
-
listImageVersions(args, optionsOrCb, cb) {
|
|
2745
|
-
|
|
2748
|
+
};
|
|
2749
|
+
SageMaker.prototype.listImageVersions = function (args, optionsOrCb, cb) {
|
|
2750
|
+
var command = new ListImageVersionsCommand(args);
|
|
2746
2751
|
if (typeof optionsOrCb === "function") {
|
|
2747
2752
|
this.send(command, optionsOrCb);
|
|
2748
2753
|
}
|
|
2749
2754
|
else if (typeof cb === "function") {
|
|
2750
2755
|
if (typeof optionsOrCb !== "object")
|
|
2751
|
-
throw new Error(
|
|
2756
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2752
2757
|
this.send(command, optionsOrCb || {}, cb);
|
|
2753
2758
|
}
|
|
2754
2759
|
else {
|
|
2755
2760
|
return this.send(command, optionsOrCb);
|
|
2756
2761
|
}
|
|
2757
|
-
}
|
|
2758
|
-
listInferenceRecommendationsJobs(args, optionsOrCb, cb) {
|
|
2759
|
-
|
|
2762
|
+
};
|
|
2763
|
+
SageMaker.prototype.listInferenceRecommendationsJobs = function (args, optionsOrCb, cb) {
|
|
2764
|
+
var command = new ListInferenceRecommendationsJobsCommand(args);
|
|
2760
2765
|
if (typeof optionsOrCb === "function") {
|
|
2761
2766
|
this.send(command, optionsOrCb);
|
|
2762
2767
|
}
|
|
2763
2768
|
else if (typeof cb === "function") {
|
|
2764
2769
|
if (typeof optionsOrCb !== "object")
|
|
2765
|
-
throw new Error(
|
|
2770
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2766
2771
|
this.send(command, optionsOrCb || {}, cb);
|
|
2767
2772
|
}
|
|
2768
2773
|
else {
|
|
2769
2774
|
return this.send(command, optionsOrCb);
|
|
2770
2775
|
}
|
|
2771
|
-
}
|
|
2772
|
-
listLabelingJobs(args, optionsOrCb, cb) {
|
|
2773
|
-
|
|
2776
|
+
};
|
|
2777
|
+
SageMaker.prototype.listLabelingJobs = function (args, optionsOrCb, cb) {
|
|
2778
|
+
var command = new ListLabelingJobsCommand(args);
|
|
2774
2779
|
if (typeof optionsOrCb === "function") {
|
|
2775
2780
|
this.send(command, optionsOrCb);
|
|
2776
2781
|
}
|
|
2777
2782
|
else if (typeof cb === "function") {
|
|
2778
2783
|
if (typeof optionsOrCb !== "object")
|
|
2779
|
-
throw new Error(
|
|
2784
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2780
2785
|
this.send(command, optionsOrCb || {}, cb);
|
|
2781
2786
|
}
|
|
2782
2787
|
else {
|
|
2783
2788
|
return this.send(command, optionsOrCb);
|
|
2784
2789
|
}
|
|
2785
|
-
}
|
|
2786
|
-
listLabelingJobsForWorkteam(args, optionsOrCb, cb) {
|
|
2787
|
-
|
|
2790
|
+
};
|
|
2791
|
+
SageMaker.prototype.listLabelingJobsForWorkteam = function (args, optionsOrCb, cb) {
|
|
2792
|
+
var command = new ListLabelingJobsForWorkteamCommand(args);
|
|
2788
2793
|
if (typeof optionsOrCb === "function") {
|
|
2789
2794
|
this.send(command, optionsOrCb);
|
|
2790
2795
|
}
|
|
2791
2796
|
else if (typeof cb === "function") {
|
|
2792
2797
|
if (typeof optionsOrCb !== "object")
|
|
2793
|
-
throw new Error(
|
|
2798
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2794
2799
|
this.send(command, optionsOrCb || {}, cb);
|
|
2795
2800
|
}
|
|
2796
2801
|
else {
|
|
2797
2802
|
return this.send(command, optionsOrCb);
|
|
2798
2803
|
}
|
|
2799
|
-
}
|
|
2800
|
-
listLineageGroups(args, optionsOrCb, cb) {
|
|
2801
|
-
|
|
2804
|
+
};
|
|
2805
|
+
SageMaker.prototype.listLineageGroups = function (args, optionsOrCb, cb) {
|
|
2806
|
+
var command = new ListLineageGroupsCommand(args);
|
|
2802
2807
|
if (typeof optionsOrCb === "function") {
|
|
2803
2808
|
this.send(command, optionsOrCb);
|
|
2804
2809
|
}
|
|
2805
2810
|
else if (typeof cb === "function") {
|
|
2806
2811
|
if (typeof optionsOrCb !== "object")
|
|
2807
|
-
throw new Error(
|
|
2812
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2808
2813
|
this.send(command, optionsOrCb || {}, cb);
|
|
2809
2814
|
}
|
|
2810
2815
|
else {
|
|
2811
2816
|
return this.send(command, optionsOrCb);
|
|
2812
2817
|
}
|
|
2813
|
-
}
|
|
2814
|
-
listModelBiasJobDefinitions(args, optionsOrCb, cb) {
|
|
2815
|
-
|
|
2818
|
+
};
|
|
2819
|
+
SageMaker.prototype.listModelBiasJobDefinitions = function (args, optionsOrCb, cb) {
|
|
2820
|
+
var command = new ListModelBiasJobDefinitionsCommand(args);
|
|
2816
2821
|
if (typeof optionsOrCb === "function") {
|
|
2817
2822
|
this.send(command, optionsOrCb);
|
|
2818
2823
|
}
|
|
2819
2824
|
else if (typeof cb === "function") {
|
|
2820
2825
|
if (typeof optionsOrCb !== "object")
|
|
2821
|
-
throw new Error(
|
|
2826
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2822
2827
|
this.send(command, optionsOrCb || {}, cb);
|
|
2823
2828
|
}
|
|
2824
2829
|
else {
|
|
2825
2830
|
return this.send(command, optionsOrCb);
|
|
2826
2831
|
}
|
|
2827
|
-
}
|
|
2828
|
-
listModelExplainabilityJobDefinitions(args, optionsOrCb, cb) {
|
|
2829
|
-
|
|
2832
|
+
};
|
|
2833
|
+
SageMaker.prototype.listModelExplainabilityJobDefinitions = function (args, optionsOrCb, cb) {
|
|
2834
|
+
var command = new ListModelExplainabilityJobDefinitionsCommand(args);
|
|
2830
2835
|
if (typeof optionsOrCb === "function") {
|
|
2831
2836
|
this.send(command, optionsOrCb);
|
|
2832
2837
|
}
|
|
2833
2838
|
else if (typeof cb === "function") {
|
|
2834
2839
|
if (typeof optionsOrCb !== "object")
|
|
2835
|
-
throw new Error(
|
|
2840
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2836
2841
|
this.send(command, optionsOrCb || {}, cb);
|
|
2837
2842
|
}
|
|
2838
2843
|
else {
|
|
2839
2844
|
return this.send(command, optionsOrCb);
|
|
2840
2845
|
}
|
|
2841
|
-
}
|
|
2842
|
-
listModelMetadata(args, optionsOrCb, cb) {
|
|
2843
|
-
|
|
2846
|
+
};
|
|
2847
|
+
SageMaker.prototype.listModelMetadata = function (args, optionsOrCb, cb) {
|
|
2848
|
+
var command = new ListModelMetadataCommand(args);
|
|
2844
2849
|
if (typeof optionsOrCb === "function") {
|
|
2845
2850
|
this.send(command, optionsOrCb);
|
|
2846
2851
|
}
|
|
2847
2852
|
else if (typeof cb === "function") {
|
|
2848
2853
|
if (typeof optionsOrCb !== "object")
|
|
2849
|
-
throw new Error(
|
|
2854
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2850
2855
|
this.send(command, optionsOrCb || {}, cb);
|
|
2851
2856
|
}
|
|
2852
2857
|
else {
|
|
2853
2858
|
return this.send(command, optionsOrCb);
|
|
2854
2859
|
}
|
|
2855
|
-
}
|
|
2856
|
-
listModelPackageGroups(args, optionsOrCb, cb) {
|
|
2857
|
-
|
|
2860
|
+
};
|
|
2861
|
+
SageMaker.prototype.listModelPackageGroups = function (args, optionsOrCb, cb) {
|
|
2862
|
+
var command = new ListModelPackageGroupsCommand(args);
|
|
2858
2863
|
if (typeof optionsOrCb === "function") {
|
|
2859
2864
|
this.send(command, optionsOrCb);
|
|
2860
2865
|
}
|
|
2861
2866
|
else if (typeof cb === "function") {
|
|
2862
2867
|
if (typeof optionsOrCb !== "object")
|
|
2863
|
-
throw new Error(
|
|
2868
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2864
2869
|
this.send(command, optionsOrCb || {}, cb);
|
|
2865
2870
|
}
|
|
2866
2871
|
else {
|
|
2867
2872
|
return this.send(command, optionsOrCb);
|
|
2868
2873
|
}
|
|
2869
|
-
}
|
|
2870
|
-
listModelPackages(args, optionsOrCb, cb) {
|
|
2871
|
-
|
|
2874
|
+
};
|
|
2875
|
+
SageMaker.prototype.listModelPackages = function (args, optionsOrCb, cb) {
|
|
2876
|
+
var command = new ListModelPackagesCommand(args);
|
|
2872
2877
|
if (typeof optionsOrCb === "function") {
|
|
2873
2878
|
this.send(command, optionsOrCb);
|
|
2874
2879
|
}
|
|
2875
2880
|
else if (typeof cb === "function") {
|
|
2876
2881
|
if (typeof optionsOrCb !== "object")
|
|
2877
|
-
throw new Error(
|
|
2882
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2878
2883
|
this.send(command, optionsOrCb || {}, cb);
|
|
2879
2884
|
}
|
|
2880
2885
|
else {
|
|
2881
2886
|
return this.send(command, optionsOrCb);
|
|
2882
2887
|
}
|
|
2883
|
-
}
|
|
2884
|
-
listModelQualityJobDefinitions(args, optionsOrCb, cb) {
|
|
2885
|
-
|
|
2888
|
+
};
|
|
2889
|
+
SageMaker.prototype.listModelQualityJobDefinitions = function (args, optionsOrCb, cb) {
|
|
2890
|
+
var command = new ListModelQualityJobDefinitionsCommand(args);
|
|
2886
2891
|
if (typeof optionsOrCb === "function") {
|
|
2887
2892
|
this.send(command, optionsOrCb);
|
|
2888
2893
|
}
|
|
2889
2894
|
else if (typeof cb === "function") {
|
|
2890
2895
|
if (typeof optionsOrCb !== "object")
|
|
2891
|
-
throw new Error(
|
|
2896
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2892
2897
|
this.send(command, optionsOrCb || {}, cb);
|
|
2893
2898
|
}
|
|
2894
2899
|
else {
|
|
2895
2900
|
return this.send(command, optionsOrCb);
|
|
2896
2901
|
}
|
|
2897
|
-
}
|
|
2898
|
-
listModels(args, optionsOrCb, cb) {
|
|
2899
|
-
|
|
2902
|
+
};
|
|
2903
|
+
SageMaker.prototype.listModels = function (args, optionsOrCb, cb) {
|
|
2904
|
+
var command = new ListModelsCommand(args);
|
|
2900
2905
|
if (typeof optionsOrCb === "function") {
|
|
2901
2906
|
this.send(command, optionsOrCb);
|
|
2902
2907
|
}
|
|
2903
2908
|
else if (typeof cb === "function") {
|
|
2904
2909
|
if (typeof optionsOrCb !== "object")
|
|
2905
|
-
throw new Error(
|
|
2910
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2906
2911
|
this.send(command, optionsOrCb || {}, cb);
|
|
2907
2912
|
}
|
|
2908
2913
|
else {
|
|
2909
2914
|
return this.send(command, optionsOrCb);
|
|
2910
2915
|
}
|
|
2911
|
-
}
|
|
2912
|
-
listMonitoringExecutions(args, optionsOrCb, cb) {
|
|
2913
|
-
|
|
2916
|
+
};
|
|
2917
|
+
SageMaker.prototype.listMonitoringExecutions = function (args, optionsOrCb, cb) {
|
|
2918
|
+
var command = new ListMonitoringExecutionsCommand(args);
|
|
2914
2919
|
if (typeof optionsOrCb === "function") {
|
|
2915
2920
|
this.send(command, optionsOrCb);
|
|
2916
2921
|
}
|
|
2917
2922
|
else if (typeof cb === "function") {
|
|
2918
2923
|
if (typeof optionsOrCb !== "object")
|
|
2919
|
-
throw new Error(
|
|
2924
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2920
2925
|
this.send(command, optionsOrCb || {}, cb);
|
|
2921
2926
|
}
|
|
2922
2927
|
else {
|
|
2923
2928
|
return this.send(command, optionsOrCb);
|
|
2924
2929
|
}
|
|
2925
|
-
}
|
|
2926
|
-
listMonitoringSchedules(args, optionsOrCb, cb) {
|
|
2927
|
-
|
|
2930
|
+
};
|
|
2931
|
+
SageMaker.prototype.listMonitoringSchedules = function (args, optionsOrCb, cb) {
|
|
2932
|
+
var command = new ListMonitoringSchedulesCommand(args);
|
|
2928
2933
|
if (typeof optionsOrCb === "function") {
|
|
2929
2934
|
this.send(command, optionsOrCb);
|
|
2930
2935
|
}
|
|
2931
2936
|
else if (typeof cb === "function") {
|
|
2932
2937
|
if (typeof optionsOrCb !== "object")
|
|
2933
|
-
throw new Error(
|
|
2938
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2934
2939
|
this.send(command, optionsOrCb || {}, cb);
|
|
2935
2940
|
}
|
|
2936
2941
|
else {
|
|
2937
2942
|
return this.send(command, optionsOrCb);
|
|
2938
2943
|
}
|
|
2939
|
-
}
|
|
2940
|
-
listNotebookInstanceLifecycleConfigs(args, optionsOrCb, cb) {
|
|
2941
|
-
|
|
2944
|
+
};
|
|
2945
|
+
SageMaker.prototype.listNotebookInstanceLifecycleConfigs = function (args, optionsOrCb, cb) {
|
|
2946
|
+
var command = new ListNotebookInstanceLifecycleConfigsCommand(args);
|
|
2942
2947
|
if (typeof optionsOrCb === "function") {
|
|
2943
2948
|
this.send(command, optionsOrCb);
|
|
2944
2949
|
}
|
|
2945
2950
|
else if (typeof cb === "function") {
|
|
2946
2951
|
if (typeof optionsOrCb !== "object")
|
|
2947
|
-
throw new Error(
|
|
2952
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2948
2953
|
this.send(command, optionsOrCb || {}, cb);
|
|
2949
2954
|
}
|
|
2950
2955
|
else {
|
|
2951
2956
|
return this.send(command, optionsOrCb);
|
|
2952
2957
|
}
|
|
2953
|
-
}
|
|
2954
|
-
listNotebookInstances(args, optionsOrCb, cb) {
|
|
2955
|
-
|
|
2958
|
+
};
|
|
2959
|
+
SageMaker.prototype.listNotebookInstances = function (args, optionsOrCb, cb) {
|
|
2960
|
+
var command = new ListNotebookInstancesCommand(args);
|
|
2956
2961
|
if (typeof optionsOrCb === "function") {
|
|
2957
2962
|
this.send(command, optionsOrCb);
|
|
2958
2963
|
}
|
|
2959
2964
|
else if (typeof cb === "function") {
|
|
2960
2965
|
if (typeof optionsOrCb !== "object")
|
|
2961
|
-
throw new Error(
|
|
2966
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2962
2967
|
this.send(command, optionsOrCb || {}, cb);
|
|
2963
2968
|
}
|
|
2964
2969
|
else {
|
|
2965
2970
|
return this.send(command, optionsOrCb);
|
|
2966
2971
|
}
|
|
2967
|
-
}
|
|
2968
|
-
listPipelineExecutions(args, optionsOrCb, cb) {
|
|
2969
|
-
|
|
2972
|
+
};
|
|
2973
|
+
SageMaker.prototype.listPipelineExecutions = function (args, optionsOrCb, cb) {
|
|
2974
|
+
var command = new ListPipelineExecutionsCommand(args);
|
|
2970
2975
|
if (typeof optionsOrCb === "function") {
|
|
2971
2976
|
this.send(command, optionsOrCb);
|
|
2972
2977
|
}
|
|
2973
2978
|
else if (typeof cb === "function") {
|
|
2974
2979
|
if (typeof optionsOrCb !== "object")
|
|
2975
|
-
throw new Error(
|
|
2980
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2976
2981
|
this.send(command, optionsOrCb || {}, cb);
|
|
2977
2982
|
}
|
|
2978
2983
|
else {
|
|
2979
2984
|
return this.send(command, optionsOrCb);
|
|
2980
2985
|
}
|
|
2981
|
-
}
|
|
2982
|
-
listPipelineExecutionSteps(args, optionsOrCb, cb) {
|
|
2983
|
-
|
|
2986
|
+
};
|
|
2987
|
+
SageMaker.prototype.listPipelineExecutionSteps = function (args, optionsOrCb, cb) {
|
|
2988
|
+
var command = new ListPipelineExecutionStepsCommand(args);
|
|
2984
2989
|
if (typeof optionsOrCb === "function") {
|
|
2985
2990
|
this.send(command, optionsOrCb);
|
|
2986
2991
|
}
|
|
2987
2992
|
else if (typeof cb === "function") {
|
|
2988
2993
|
if (typeof optionsOrCb !== "object")
|
|
2989
|
-
throw new Error(
|
|
2994
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
2990
2995
|
this.send(command, optionsOrCb || {}, cb);
|
|
2991
2996
|
}
|
|
2992
2997
|
else {
|
|
2993
2998
|
return this.send(command, optionsOrCb);
|
|
2994
2999
|
}
|
|
2995
|
-
}
|
|
2996
|
-
listPipelineParametersForExecution(args, optionsOrCb, cb) {
|
|
2997
|
-
|
|
3000
|
+
};
|
|
3001
|
+
SageMaker.prototype.listPipelineParametersForExecution = function (args, optionsOrCb, cb) {
|
|
3002
|
+
var command = new ListPipelineParametersForExecutionCommand(args);
|
|
2998
3003
|
if (typeof optionsOrCb === "function") {
|
|
2999
3004
|
this.send(command, optionsOrCb);
|
|
3000
3005
|
}
|
|
3001
3006
|
else if (typeof cb === "function") {
|
|
3002
3007
|
if (typeof optionsOrCb !== "object")
|
|
3003
|
-
throw new Error(
|
|
3008
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3004
3009
|
this.send(command, optionsOrCb || {}, cb);
|
|
3005
3010
|
}
|
|
3006
3011
|
else {
|
|
3007
3012
|
return this.send(command, optionsOrCb);
|
|
3008
3013
|
}
|
|
3009
|
-
}
|
|
3010
|
-
listPipelines(args, optionsOrCb, cb) {
|
|
3011
|
-
|
|
3014
|
+
};
|
|
3015
|
+
SageMaker.prototype.listPipelines = function (args, optionsOrCb, cb) {
|
|
3016
|
+
var command = new ListPipelinesCommand(args);
|
|
3012
3017
|
if (typeof optionsOrCb === "function") {
|
|
3013
3018
|
this.send(command, optionsOrCb);
|
|
3014
3019
|
}
|
|
3015
3020
|
else if (typeof cb === "function") {
|
|
3016
3021
|
if (typeof optionsOrCb !== "object")
|
|
3017
|
-
throw new Error(
|
|
3022
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3018
3023
|
this.send(command, optionsOrCb || {}, cb);
|
|
3019
3024
|
}
|
|
3020
3025
|
else {
|
|
3021
3026
|
return this.send(command, optionsOrCb);
|
|
3022
3027
|
}
|
|
3023
|
-
}
|
|
3024
|
-
listProcessingJobs(args, optionsOrCb, cb) {
|
|
3025
|
-
|
|
3028
|
+
};
|
|
3029
|
+
SageMaker.prototype.listProcessingJobs = function (args, optionsOrCb, cb) {
|
|
3030
|
+
var command = new ListProcessingJobsCommand(args);
|
|
3026
3031
|
if (typeof optionsOrCb === "function") {
|
|
3027
3032
|
this.send(command, optionsOrCb);
|
|
3028
3033
|
}
|
|
3029
3034
|
else if (typeof cb === "function") {
|
|
3030
3035
|
if (typeof optionsOrCb !== "object")
|
|
3031
|
-
throw new Error(
|
|
3036
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3032
3037
|
this.send(command, optionsOrCb || {}, cb);
|
|
3033
3038
|
}
|
|
3034
3039
|
else {
|
|
3035
3040
|
return this.send(command, optionsOrCb);
|
|
3036
3041
|
}
|
|
3037
|
-
}
|
|
3038
|
-
listProjects(args, optionsOrCb, cb) {
|
|
3039
|
-
|
|
3042
|
+
};
|
|
3043
|
+
SageMaker.prototype.listProjects = function (args, optionsOrCb, cb) {
|
|
3044
|
+
var command = new ListProjectsCommand(args);
|
|
3040
3045
|
if (typeof optionsOrCb === "function") {
|
|
3041
3046
|
this.send(command, optionsOrCb);
|
|
3042
3047
|
}
|
|
3043
3048
|
else if (typeof cb === "function") {
|
|
3044
3049
|
if (typeof optionsOrCb !== "object")
|
|
3045
|
-
throw new Error(
|
|
3050
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3046
3051
|
this.send(command, optionsOrCb || {}, cb);
|
|
3047
3052
|
}
|
|
3048
3053
|
else {
|
|
3049
3054
|
return this.send(command, optionsOrCb);
|
|
3050
3055
|
}
|
|
3051
|
-
}
|
|
3052
|
-
listStageDevices(args, optionsOrCb, cb) {
|
|
3053
|
-
|
|
3056
|
+
};
|
|
3057
|
+
SageMaker.prototype.listStageDevices = function (args, optionsOrCb, cb) {
|
|
3058
|
+
var command = new ListStageDevicesCommand(args);
|
|
3054
3059
|
if (typeof optionsOrCb === "function") {
|
|
3055
3060
|
this.send(command, optionsOrCb);
|
|
3056
3061
|
}
|
|
3057
3062
|
else if (typeof cb === "function") {
|
|
3058
3063
|
if (typeof optionsOrCb !== "object")
|
|
3059
|
-
throw new Error(
|
|
3064
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3060
3065
|
this.send(command, optionsOrCb || {}, cb);
|
|
3061
3066
|
}
|
|
3062
3067
|
else {
|
|
3063
3068
|
return this.send(command, optionsOrCb);
|
|
3064
3069
|
}
|
|
3065
|
-
}
|
|
3066
|
-
listStudioLifecycleConfigs(args, optionsOrCb, cb) {
|
|
3067
|
-
|
|
3070
|
+
};
|
|
3071
|
+
SageMaker.prototype.listStudioLifecycleConfigs = function (args, optionsOrCb, cb) {
|
|
3072
|
+
var command = new ListStudioLifecycleConfigsCommand(args);
|
|
3068
3073
|
if (typeof optionsOrCb === "function") {
|
|
3069
3074
|
this.send(command, optionsOrCb);
|
|
3070
3075
|
}
|
|
3071
3076
|
else if (typeof cb === "function") {
|
|
3072
3077
|
if (typeof optionsOrCb !== "object")
|
|
3073
|
-
throw new Error(
|
|
3078
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3074
3079
|
this.send(command, optionsOrCb || {}, cb);
|
|
3075
3080
|
}
|
|
3076
3081
|
else {
|
|
3077
3082
|
return this.send(command, optionsOrCb);
|
|
3078
3083
|
}
|
|
3079
|
-
}
|
|
3080
|
-
listSubscribedWorkteams(args, optionsOrCb, cb) {
|
|
3081
|
-
|
|
3084
|
+
};
|
|
3085
|
+
SageMaker.prototype.listSubscribedWorkteams = function (args, optionsOrCb, cb) {
|
|
3086
|
+
var command = new ListSubscribedWorkteamsCommand(args);
|
|
3082
3087
|
if (typeof optionsOrCb === "function") {
|
|
3083
3088
|
this.send(command, optionsOrCb);
|
|
3084
3089
|
}
|
|
3085
3090
|
else if (typeof cb === "function") {
|
|
3086
3091
|
if (typeof optionsOrCb !== "object")
|
|
3087
|
-
throw new Error(
|
|
3092
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3088
3093
|
this.send(command, optionsOrCb || {}, cb);
|
|
3089
3094
|
}
|
|
3090
3095
|
else {
|
|
3091
3096
|
return this.send(command, optionsOrCb);
|
|
3092
3097
|
}
|
|
3093
|
-
}
|
|
3094
|
-
listTags(args, optionsOrCb, cb) {
|
|
3095
|
-
|
|
3098
|
+
};
|
|
3099
|
+
SageMaker.prototype.listTags = function (args, optionsOrCb, cb) {
|
|
3100
|
+
var command = new ListTagsCommand(args);
|
|
3096
3101
|
if (typeof optionsOrCb === "function") {
|
|
3097
3102
|
this.send(command, optionsOrCb);
|
|
3098
3103
|
}
|
|
3099
3104
|
else if (typeof cb === "function") {
|
|
3100
3105
|
if (typeof optionsOrCb !== "object")
|
|
3101
|
-
throw new Error(
|
|
3106
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3102
3107
|
this.send(command, optionsOrCb || {}, cb);
|
|
3103
3108
|
}
|
|
3104
3109
|
else {
|
|
3105
3110
|
return this.send(command, optionsOrCb);
|
|
3106
3111
|
}
|
|
3107
|
-
}
|
|
3108
|
-
listTrainingJobs(args, optionsOrCb, cb) {
|
|
3109
|
-
|
|
3112
|
+
};
|
|
3113
|
+
SageMaker.prototype.listTrainingJobs = function (args, optionsOrCb, cb) {
|
|
3114
|
+
var command = new ListTrainingJobsCommand(args);
|
|
3110
3115
|
if (typeof optionsOrCb === "function") {
|
|
3111
3116
|
this.send(command, optionsOrCb);
|
|
3112
3117
|
}
|
|
3113
3118
|
else if (typeof cb === "function") {
|
|
3114
3119
|
if (typeof optionsOrCb !== "object")
|
|
3115
|
-
throw new Error(
|
|
3120
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3116
3121
|
this.send(command, optionsOrCb || {}, cb);
|
|
3117
3122
|
}
|
|
3118
3123
|
else {
|
|
3119
3124
|
return this.send(command, optionsOrCb);
|
|
3120
3125
|
}
|
|
3121
|
-
}
|
|
3122
|
-
listTrainingJobsForHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3123
|
-
|
|
3126
|
+
};
|
|
3127
|
+
SageMaker.prototype.listTrainingJobsForHyperParameterTuningJob = function (args, optionsOrCb, cb) {
|
|
3128
|
+
var command = new ListTrainingJobsForHyperParameterTuningJobCommand(args);
|
|
3124
3129
|
if (typeof optionsOrCb === "function") {
|
|
3125
3130
|
this.send(command, optionsOrCb);
|
|
3126
3131
|
}
|
|
3127
3132
|
else if (typeof cb === "function") {
|
|
3128
3133
|
if (typeof optionsOrCb !== "object")
|
|
3129
|
-
throw new Error(
|
|
3134
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3130
3135
|
this.send(command, optionsOrCb || {}, cb);
|
|
3131
3136
|
}
|
|
3132
3137
|
else {
|
|
3133
3138
|
return this.send(command, optionsOrCb);
|
|
3134
3139
|
}
|
|
3135
|
-
}
|
|
3136
|
-
listTransformJobs(args, optionsOrCb, cb) {
|
|
3137
|
-
|
|
3140
|
+
};
|
|
3141
|
+
SageMaker.prototype.listTransformJobs = function (args, optionsOrCb, cb) {
|
|
3142
|
+
var command = new ListTransformJobsCommand(args);
|
|
3138
3143
|
if (typeof optionsOrCb === "function") {
|
|
3139
3144
|
this.send(command, optionsOrCb);
|
|
3140
3145
|
}
|
|
3141
3146
|
else if (typeof cb === "function") {
|
|
3142
3147
|
if (typeof optionsOrCb !== "object")
|
|
3143
|
-
throw new Error(
|
|
3148
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3144
3149
|
this.send(command, optionsOrCb || {}, cb);
|
|
3145
3150
|
}
|
|
3146
3151
|
else {
|
|
3147
3152
|
return this.send(command, optionsOrCb);
|
|
3148
3153
|
}
|
|
3149
|
-
}
|
|
3150
|
-
listTrialComponents(args, optionsOrCb, cb) {
|
|
3151
|
-
|
|
3154
|
+
};
|
|
3155
|
+
SageMaker.prototype.listTrialComponents = function (args, optionsOrCb, cb) {
|
|
3156
|
+
var command = new ListTrialComponentsCommand(args);
|
|
3152
3157
|
if (typeof optionsOrCb === "function") {
|
|
3153
3158
|
this.send(command, optionsOrCb);
|
|
3154
3159
|
}
|
|
3155
3160
|
else if (typeof cb === "function") {
|
|
3156
3161
|
if (typeof optionsOrCb !== "object")
|
|
3157
|
-
throw new Error(
|
|
3162
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3158
3163
|
this.send(command, optionsOrCb || {}, cb);
|
|
3159
3164
|
}
|
|
3160
3165
|
else {
|
|
3161
3166
|
return this.send(command, optionsOrCb);
|
|
3162
3167
|
}
|
|
3163
|
-
}
|
|
3164
|
-
listTrials(args, optionsOrCb, cb) {
|
|
3165
|
-
|
|
3168
|
+
};
|
|
3169
|
+
SageMaker.prototype.listTrials = function (args, optionsOrCb, cb) {
|
|
3170
|
+
var command = new ListTrialsCommand(args);
|
|
3166
3171
|
if (typeof optionsOrCb === "function") {
|
|
3167
3172
|
this.send(command, optionsOrCb);
|
|
3168
3173
|
}
|
|
3169
3174
|
else if (typeof cb === "function") {
|
|
3170
3175
|
if (typeof optionsOrCb !== "object")
|
|
3171
|
-
throw new Error(
|
|
3176
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3172
3177
|
this.send(command, optionsOrCb || {}, cb);
|
|
3173
3178
|
}
|
|
3174
3179
|
else {
|
|
3175
3180
|
return this.send(command, optionsOrCb);
|
|
3176
3181
|
}
|
|
3177
|
-
}
|
|
3178
|
-
listUserProfiles(args, optionsOrCb, cb) {
|
|
3179
|
-
|
|
3182
|
+
};
|
|
3183
|
+
SageMaker.prototype.listUserProfiles = function (args, optionsOrCb, cb) {
|
|
3184
|
+
var command = new ListUserProfilesCommand(args);
|
|
3180
3185
|
if (typeof optionsOrCb === "function") {
|
|
3181
3186
|
this.send(command, optionsOrCb);
|
|
3182
3187
|
}
|
|
3183
3188
|
else if (typeof cb === "function") {
|
|
3184
3189
|
if (typeof optionsOrCb !== "object")
|
|
3185
|
-
throw new Error(
|
|
3190
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3186
3191
|
this.send(command, optionsOrCb || {}, cb);
|
|
3187
3192
|
}
|
|
3188
3193
|
else {
|
|
3189
3194
|
return this.send(command, optionsOrCb);
|
|
3190
3195
|
}
|
|
3191
|
-
}
|
|
3192
|
-
listWorkforces(args, optionsOrCb, cb) {
|
|
3193
|
-
|
|
3196
|
+
};
|
|
3197
|
+
SageMaker.prototype.listWorkforces = function (args, optionsOrCb, cb) {
|
|
3198
|
+
var command = new ListWorkforcesCommand(args);
|
|
3194
3199
|
if (typeof optionsOrCb === "function") {
|
|
3195
3200
|
this.send(command, optionsOrCb);
|
|
3196
3201
|
}
|
|
3197
3202
|
else if (typeof cb === "function") {
|
|
3198
3203
|
if (typeof optionsOrCb !== "object")
|
|
3199
|
-
throw new Error(
|
|
3204
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3200
3205
|
this.send(command, optionsOrCb || {}, cb);
|
|
3201
3206
|
}
|
|
3202
3207
|
else {
|
|
3203
3208
|
return this.send(command, optionsOrCb);
|
|
3204
3209
|
}
|
|
3205
|
-
}
|
|
3206
|
-
listWorkteams(args, optionsOrCb, cb) {
|
|
3207
|
-
|
|
3210
|
+
};
|
|
3211
|
+
SageMaker.prototype.listWorkteams = function (args, optionsOrCb, cb) {
|
|
3212
|
+
var command = new ListWorkteamsCommand(args);
|
|
3208
3213
|
if (typeof optionsOrCb === "function") {
|
|
3209
3214
|
this.send(command, optionsOrCb);
|
|
3210
3215
|
}
|
|
3211
3216
|
else if (typeof cb === "function") {
|
|
3212
3217
|
if (typeof optionsOrCb !== "object")
|
|
3213
|
-
throw new Error(
|
|
3218
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3214
3219
|
this.send(command, optionsOrCb || {}, cb);
|
|
3215
3220
|
}
|
|
3216
3221
|
else {
|
|
3217
3222
|
return this.send(command, optionsOrCb);
|
|
3218
3223
|
}
|
|
3219
|
-
}
|
|
3220
|
-
putModelPackageGroupPolicy(args, optionsOrCb, cb) {
|
|
3221
|
-
|
|
3224
|
+
};
|
|
3225
|
+
SageMaker.prototype.putModelPackageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
3226
|
+
var command = new PutModelPackageGroupPolicyCommand(args);
|
|
3222
3227
|
if (typeof optionsOrCb === "function") {
|
|
3223
3228
|
this.send(command, optionsOrCb);
|
|
3224
3229
|
}
|
|
3225
3230
|
else if (typeof cb === "function") {
|
|
3226
3231
|
if (typeof optionsOrCb !== "object")
|
|
3227
|
-
throw new Error(
|
|
3232
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3228
3233
|
this.send(command, optionsOrCb || {}, cb);
|
|
3229
3234
|
}
|
|
3230
3235
|
else {
|
|
3231
3236
|
return this.send(command, optionsOrCb);
|
|
3232
3237
|
}
|
|
3233
|
-
}
|
|
3234
|
-
queryLineage(args, optionsOrCb, cb) {
|
|
3235
|
-
|
|
3238
|
+
};
|
|
3239
|
+
SageMaker.prototype.queryLineage = function (args, optionsOrCb, cb) {
|
|
3240
|
+
var command = new QueryLineageCommand(args);
|
|
3236
3241
|
if (typeof optionsOrCb === "function") {
|
|
3237
3242
|
this.send(command, optionsOrCb);
|
|
3238
3243
|
}
|
|
3239
3244
|
else if (typeof cb === "function") {
|
|
3240
3245
|
if (typeof optionsOrCb !== "object")
|
|
3241
|
-
throw new Error(
|
|
3246
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3242
3247
|
this.send(command, optionsOrCb || {}, cb);
|
|
3243
3248
|
}
|
|
3244
3249
|
else {
|
|
3245
3250
|
return this.send(command, optionsOrCb);
|
|
3246
3251
|
}
|
|
3247
|
-
}
|
|
3248
|
-
registerDevices(args, optionsOrCb, cb) {
|
|
3249
|
-
|
|
3252
|
+
};
|
|
3253
|
+
SageMaker.prototype.registerDevices = function (args, optionsOrCb, cb) {
|
|
3254
|
+
var command = new RegisterDevicesCommand(args);
|
|
3250
3255
|
if (typeof optionsOrCb === "function") {
|
|
3251
3256
|
this.send(command, optionsOrCb);
|
|
3252
3257
|
}
|
|
3253
3258
|
else if (typeof cb === "function") {
|
|
3254
3259
|
if (typeof optionsOrCb !== "object")
|
|
3255
|
-
throw new Error(
|
|
3260
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3256
3261
|
this.send(command, optionsOrCb || {}, cb);
|
|
3257
3262
|
}
|
|
3258
3263
|
else {
|
|
3259
3264
|
return this.send(command, optionsOrCb);
|
|
3260
3265
|
}
|
|
3261
|
-
}
|
|
3262
|
-
renderUiTemplate(args, optionsOrCb, cb) {
|
|
3263
|
-
|
|
3266
|
+
};
|
|
3267
|
+
SageMaker.prototype.renderUiTemplate = function (args, optionsOrCb, cb) {
|
|
3268
|
+
var command = new RenderUiTemplateCommand(args);
|
|
3264
3269
|
if (typeof optionsOrCb === "function") {
|
|
3265
3270
|
this.send(command, optionsOrCb);
|
|
3266
3271
|
}
|
|
3267
3272
|
else if (typeof cb === "function") {
|
|
3268
3273
|
if (typeof optionsOrCb !== "object")
|
|
3269
|
-
throw new Error(
|
|
3274
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3270
3275
|
this.send(command, optionsOrCb || {}, cb);
|
|
3271
3276
|
}
|
|
3272
3277
|
else {
|
|
3273
3278
|
return this.send(command, optionsOrCb);
|
|
3274
3279
|
}
|
|
3275
|
-
}
|
|
3276
|
-
retryPipelineExecution(args, optionsOrCb, cb) {
|
|
3277
|
-
|
|
3280
|
+
};
|
|
3281
|
+
SageMaker.prototype.retryPipelineExecution = function (args, optionsOrCb, cb) {
|
|
3282
|
+
var command = new RetryPipelineExecutionCommand(args);
|
|
3278
3283
|
if (typeof optionsOrCb === "function") {
|
|
3279
3284
|
this.send(command, optionsOrCb);
|
|
3280
3285
|
}
|
|
3281
3286
|
else if (typeof cb === "function") {
|
|
3282
3287
|
if (typeof optionsOrCb !== "object")
|
|
3283
|
-
throw new Error(
|
|
3288
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3284
3289
|
this.send(command, optionsOrCb || {}, cb);
|
|
3285
3290
|
}
|
|
3286
3291
|
else {
|
|
3287
3292
|
return this.send(command, optionsOrCb);
|
|
3288
3293
|
}
|
|
3289
|
-
}
|
|
3290
|
-
search(args, optionsOrCb, cb) {
|
|
3291
|
-
|
|
3294
|
+
};
|
|
3295
|
+
SageMaker.prototype.search = function (args, optionsOrCb, cb) {
|
|
3296
|
+
var command = new SearchCommand(args);
|
|
3292
3297
|
if (typeof optionsOrCb === "function") {
|
|
3293
3298
|
this.send(command, optionsOrCb);
|
|
3294
3299
|
}
|
|
3295
3300
|
else if (typeof cb === "function") {
|
|
3296
3301
|
if (typeof optionsOrCb !== "object")
|
|
3297
|
-
throw new Error(
|
|
3302
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3298
3303
|
this.send(command, optionsOrCb || {}, cb);
|
|
3299
3304
|
}
|
|
3300
3305
|
else {
|
|
3301
3306
|
return this.send(command, optionsOrCb);
|
|
3302
3307
|
}
|
|
3303
|
-
}
|
|
3304
|
-
sendPipelineExecutionStepFailure(args, optionsOrCb, cb) {
|
|
3305
|
-
|
|
3308
|
+
};
|
|
3309
|
+
SageMaker.prototype.sendPipelineExecutionStepFailure = function (args, optionsOrCb, cb) {
|
|
3310
|
+
var command = new SendPipelineExecutionStepFailureCommand(args);
|
|
3306
3311
|
if (typeof optionsOrCb === "function") {
|
|
3307
3312
|
this.send(command, optionsOrCb);
|
|
3308
3313
|
}
|
|
3309
3314
|
else if (typeof cb === "function") {
|
|
3310
3315
|
if (typeof optionsOrCb !== "object")
|
|
3311
|
-
throw new Error(
|
|
3316
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3312
3317
|
this.send(command, optionsOrCb || {}, cb);
|
|
3313
3318
|
}
|
|
3314
3319
|
else {
|
|
3315
3320
|
return this.send(command, optionsOrCb);
|
|
3316
3321
|
}
|
|
3317
|
-
}
|
|
3318
|
-
sendPipelineExecutionStepSuccess(args, optionsOrCb, cb) {
|
|
3319
|
-
|
|
3322
|
+
};
|
|
3323
|
+
SageMaker.prototype.sendPipelineExecutionStepSuccess = function (args, optionsOrCb, cb) {
|
|
3324
|
+
var command = new SendPipelineExecutionStepSuccessCommand(args);
|
|
3320
3325
|
if (typeof optionsOrCb === "function") {
|
|
3321
3326
|
this.send(command, optionsOrCb);
|
|
3322
3327
|
}
|
|
3323
3328
|
else if (typeof cb === "function") {
|
|
3324
3329
|
if (typeof optionsOrCb !== "object")
|
|
3325
|
-
throw new Error(
|
|
3330
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3326
3331
|
this.send(command, optionsOrCb || {}, cb);
|
|
3327
3332
|
}
|
|
3328
3333
|
else {
|
|
3329
3334
|
return this.send(command, optionsOrCb);
|
|
3330
3335
|
}
|
|
3331
|
-
}
|
|
3332
|
-
startEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3333
|
-
|
|
3336
|
+
};
|
|
3337
|
+
SageMaker.prototype.startEdgeDeploymentStage = function (args, optionsOrCb, cb) {
|
|
3338
|
+
var command = new StartEdgeDeploymentStageCommand(args);
|
|
3334
3339
|
if (typeof optionsOrCb === "function") {
|
|
3335
3340
|
this.send(command, optionsOrCb);
|
|
3336
3341
|
}
|
|
3337
3342
|
else if (typeof cb === "function") {
|
|
3338
3343
|
if (typeof optionsOrCb !== "object")
|
|
3339
|
-
throw new Error(
|
|
3344
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3340
3345
|
this.send(command, optionsOrCb || {}, cb);
|
|
3341
3346
|
}
|
|
3342
3347
|
else {
|
|
3343
3348
|
return this.send(command, optionsOrCb);
|
|
3344
3349
|
}
|
|
3345
|
-
}
|
|
3346
|
-
startMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3347
|
-
|
|
3350
|
+
};
|
|
3351
|
+
SageMaker.prototype.startMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
3352
|
+
var command = new StartMonitoringScheduleCommand(args);
|
|
3348
3353
|
if (typeof optionsOrCb === "function") {
|
|
3349
3354
|
this.send(command, optionsOrCb);
|
|
3350
3355
|
}
|
|
3351
3356
|
else if (typeof cb === "function") {
|
|
3352
3357
|
if (typeof optionsOrCb !== "object")
|
|
3353
|
-
throw new Error(
|
|
3358
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3354
3359
|
this.send(command, optionsOrCb || {}, cb);
|
|
3355
3360
|
}
|
|
3356
3361
|
else {
|
|
3357
3362
|
return this.send(command, optionsOrCb);
|
|
3358
3363
|
}
|
|
3359
|
-
}
|
|
3360
|
-
startNotebookInstance(args, optionsOrCb, cb) {
|
|
3361
|
-
|
|
3364
|
+
};
|
|
3365
|
+
SageMaker.prototype.startNotebookInstance = function (args, optionsOrCb, cb) {
|
|
3366
|
+
var command = new StartNotebookInstanceCommand(args);
|
|
3362
3367
|
if (typeof optionsOrCb === "function") {
|
|
3363
3368
|
this.send(command, optionsOrCb);
|
|
3364
3369
|
}
|
|
3365
3370
|
else if (typeof cb === "function") {
|
|
3366
3371
|
if (typeof optionsOrCb !== "object")
|
|
3367
|
-
throw new Error(
|
|
3372
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3368
3373
|
this.send(command, optionsOrCb || {}, cb);
|
|
3369
3374
|
}
|
|
3370
3375
|
else {
|
|
3371
3376
|
return this.send(command, optionsOrCb);
|
|
3372
3377
|
}
|
|
3373
|
-
}
|
|
3374
|
-
startPipelineExecution(args, optionsOrCb, cb) {
|
|
3375
|
-
|
|
3378
|
+
};
|
|
3379
|
+
SageMaker.prototype.startPipelineExecution = function (args, optionsOrCb, cb) {
|
|
3380
|
+
var command = new StartPipelineExecutionCommand(args);
|
|
3376
3381
|
if (typeof optionsOrCb === "function") {
|
|
3377
3382
|
this.send(command, optionsOrCb);
|
|
3378
3383
|
}
|
|
3379
3384
|
else if (typeof cb === "function") {
|
|
3380
3385
|
if (typeof optionsOrCb !== "object")
|
|
3381
|
-
throw new Error(
|
|
3386
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3382
3387
|
this.send(command, optionsOrCb || {}, cb);
|
|
3383
3388
|
}
|
|
3384
3389
|
else {
|
|
3385
3390
|
return this.send(command, optionsOrCb);
|
|
3386
3391
|
}
|
|
3387
|
-
}
|
|
3388
|
-
stopAutoMLJob(args, optionsOrCb, cb) {
|
|
3389
|
-
|
|
3392
|
+
};
|
|
3393
|
+
SageMaker.prototype.stopAutoMLJob = function (args, optionsOrCb, cb) {
|
|
3394
|
+
var command = new StopAutoMLJobCommand(args);
|
|
3390
3395
|
if (typeof optionsOrCb === "function") {
|
|
3391
3396
|
this.send(command, optionsOrCb);
|
|
3392
3397
|
}
|
|
3393
3398
|
else if (typeof cb === "function") {
|
|
3394
3399
|
if (typeof optionsOrCb !== "object")
|
|
3395
|
-
throw new Error(
|
|
3400
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3396
3401
|
this.send(command, optionsOrCb || {}, cb);
|
|
3397
3402
|
}
|
|
3398
3403
|
else {
|
|
3399
3404
|
return this.send(command, optionsOrCb);
|
|
3400
3405
|
}
|
|
3401
|
-
}
|
|
3402
|
-
stopCompilationJob(args, optionsOrCb, cb) {
|
|
3403
|
-
|
|
3406
|
+
};
|
|
3407
|
+
SageMaker.prototype.stopCompilationJob = function (args, optionsOrCb, cb) {
|
|
3408
|
+
var command = new StopCompilationJobCommand(args);
|
|
3404
3409
|
if (typeof optionsOrCb === "function") {
|
|
3405
3410
|
this.send(command, optionsOrCb);
|
|
3406
3411
|
}
|
|
3407
3412
|
else if (typeof cb === "function") {
|
|
3408
3413
|
if (typeof optionsOrCb !== "object")
|
|
3409
|
-
throw new Error(
|
|
3414
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3410
3415
|
this.send(command, optionsOrCb || {}, cb);
|
|
3411
3416
|
}
|
|
3412
3417
|
else {
|
|
3413
3418
|
return this.send(command, optionsOrCb);
|
|
3414
3419
|
}
|
|
3415
|
-
}
|
|
3416
|
-
stopEdgeDeploymentStage(args, optionsOrCb, cb) {
|
|
3417
|
-
|
|
3420
|
+
};
|
|
3421
|
+
SageMaker.prototype.stopEdgeDeploymentStage = function (args, optionsOrCb, cb) {
|
|
3422
|
+
var command = new StopEdgeDeploymentStageCommand(args);
|
|
3418
3423
|
if (typeof optionsOrCb === "function") {
|
|
3419
3424
|
this.send(command, optionsOrCb);
|
|
3420
3425
|
}
|
|
3421
3426
|
else if (typeof cb === "function") {
|
|
3422
3427
|
if (typeof optionsOrCb !== "object")
|
|
3423
|
-
throw new Error(
|
|
3428
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3424
3429
|
this.send(command, optionsOrCb || {}, cb);
|
|
3425
3430
|
}
|
|
3426
3431
|
else {
|
|
3427
3432
|
return this.send(command, optionsOrCb);
|
|
3428
3433
|
}
|
|
3429
|
-
}
|
|
3430
|
-
stopEdgePackagingJob(args, optionsOrCb, cb) {
|
|
3431
|
-
|
|
3434
|
+
};
|
|
3435
|
+
SageMaker.prototype.stopEdgePackagingJob = function (args, optionsOrCb, cb) {
|
|
3436
|
+
var command = new StopEdgePackagingJobCommand(args);
|
|
3432
3437
|
if (typeof optionsOrCb === "function") {
|
|
3433
3438
|
this.send(command, optionsOrCb);
|
|
3434
3439
|
}
|
|
3435
3440
|
else if (typeof cb === "function") {
|
|
3436
3441
|
if (typeof optionsOrCb !== "object")
|
|
3437
|
-
throw new Error(
|
|
3442
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3438
3443
|
this.send(command, optionsOrCb || {}, cb);
|
|
3439
3444
|
}
|
|
3440
3445
|
else {
|
|
3441
3446
|
return this.send(command, optionsOrCb);
|
|
3442
3447
|
}
|
|
3443
|
-
}
|
|
3444
|
-
stopHyperParameterTuningJob(args, optionsOrCb, cb) {
|
|
3445
|
-
|
|
3448
|
+
};
|
|
3449
|
+
SageMaker.prototype.stopHyperParameterTuningJob = function (args, optionsOrCb, cb) {
|
|
3450
|
+
var command = new StopHyperParameterTuningJobCommand(args);
|
|
3446
3451
|
if (typeof optionsOrCb === "function") {
|
|
3447
3452
|
this.send(command, optionsOrCb);
|
|
3448
3453
|
}
|
|
3449
3454
|
else if (typeof cb === "function") {
|
|
3450
3455
|
if (typeof optionsOrCb !== "object")
|
|
3451
|
-
throw new Error(
|
|
3456
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3452
3457
|
this.send(command, optionsOrCb || {}, cb);
|
|
3453
3458
|
}
|
|
3454
3459
|
else {
|
|
3455
3460
|
return this.send(command, optionsOrCb);
|
|
3456
3461
|
}
|
|
3457
|
-
}
|
|
3458
|
-
stopInferenceRecommendationsJob(args, optionsOrCb, cb) {
|
|
3459
|
-
|
|
3462
|
+
};
|
|
3463
|
+
SageMaker.prototype.stopInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
3464
|
+
var command = new StopInferenceRecommendationsJobCommand(args);
|
|
3460
3465
|
if (typeof optionsOrCb === "function") {
|
|
3461
3466
|
this.send(command, optionsOrCb);
|
|
3462
3467
|
}
|
|
3463
3468
|
else if (typeof cb === "function") {
|
|
3464
3469
|
if (typeof optionsOrCb !== "object")
|
|
3465
|
-
throw new Error(
|
|
3470
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3466
3471
|
this.send(command, optionsOrCb || {}, cb);
|
|
3467
3472
|
}
|
|
3468
3473
|
else {
|
|
3469
3474
|
return this.send(command, optionsOrCb);
|
|
3470
3475
|
}
|
|
3471
|
-
}
|
|
3472
|
-
stopLabelingJob(args, optionsOrCb, cb) {
|
|
3473
|
-
|
|
3476
|
+
};
|
|
3477
|
+
SageMaker.prototype.stopLabelingJob = function (args, optionsOrCb, cb) {
|
|
3478
|
+
var command = new StopLabelingJobCommand(args);
|
|
3474
3479
|
if (typeof optionsOrCb === "function") {
|
|
3475
3480
|
this.send(command, optionsOrCb);
|
|
3476
3481
|
}
|
|
3477
3482
|
else if (typeof cb === "function") {
|
|
3478
3483
|
if (typeof optionsOrCb !== "object")
|
|
3479
|
-
throw new Error(
|
|
3484
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3480
3485
|
this.send(command, optionsOrCb || {}, cb);
|
|
3481
3486
|
}
|
|
3482
3487
|
else {
|
|
3483
3488
|
return this.send(command, optionsOrCb);
|
|
3484
3489
|
}
|
|
3485
|
-
}
|
|
3486
|
-
stopMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3487
|
-
|
|
3490
|
+
};
|
|
3491
|
+
SageMaker.prototype.stopMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
3492
|
+
var command = new StopMonitoringScheduleCommand(args);
|
|
3488
3493
|
if (typeof optionsOrCb === "function") {
|
|
3489
3494
|
this.send(command, optionsOrCb);
|
|
3490
3495
|
}
|
|
3491
3496
|
else if (typeof cb === "function") {
|
|
3492
3497
|
if (typeof optionsOrCb !== "object")
|
|
3493
|
-
throw new Error(
|
|
3498
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3494
3499
|
this.send(command, optionsOrCb || {}, cb);
|
|
3495
3500
|
}
|
|
3496
3501
|
else {
|
|
3497
3502
|
return this.send(command, optionsOrCb);
|
|
3498
3503
|
}
|
|
3499
|
-
}
|
|
3500
|
-
stopNotebookInstance(args, optionsOrCb, cb) {
|
|
3501
|
-
|
|
3504
|
+
};
|
|
3505
|
+
SageMaker.prototype.stopNotebookInstance = function (args, optionsOrCb, cb) {
|
|
3506
|
+
var command = new StopNotebookInstanceCommand(args);
|
|
3502
3507
|
if (typeof optionsOrCb === "function") {
|
|
3503
3508
|
this.send(command, optionsOrCb);
|
|
3504
3509
|
}
|
|
3505
3510
|
else if (typeof cb === "function") {
|
|
3506
3511
|
if (typeof optionsOrCb !== "object")
|
|
3507
|
-
throw new Error(
|
|
3512
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3508
3513
|
this.send(command, optionsOrCb || {}, cb);
|
|
3509
3514
|
}
|
|
3510
3515
|
else {
|
|
3511
3516
|
return this.send(command, optionsOrCb);
|
|
3512
3517
|
}
|
|
3513
|
-
}
|
|
3514
|
-
stopPipelineExecution(args, optionsOrCb, cb) {
|
|
3515
|
-
|
|
3518
|
+
};
|
|
3519
|
+
SageMaker.prototype.stopPipelineExecution = function (args, optionsOrCb, cb) {
|
|
3520
|
+
var command = new StopPipelineExecutionCommand(args);
|
|
3516
3521
|
if (typeof optionsOrCb === "function") {
|
|
3517
3522
|
this.send(command, optionsOrCb);
|
|
3518
3523
|
}
|
|
3519
3524
|
else if (typeof cb === "function") {
|
|
3520
3525
|
if (typeof optionsOrCb !== "object")
|
|
3521
|
-
throw new Error(
|
|
3526
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3522
3527
|
this.send(command, optionsOrCb || {}, cb);
|
|
3523
3528
|
}
|
|
3524
3529
|
else {
|
|
3525
3530
|
return this.send(command, optionsOrCb);
|
|
3526
3531
|
}
|
|
3527
|
-
}
|
|
3528
|
-
stopProcessingJob(args, optionsOrCb, cb) {
|
|
3529
|
-
|
|
3532
|
+
};
|
|
3533
|
+
SageMaker.prototype.stopProcessingJob = function (args, optionsOrCb, cb) {
|
|
3534
|
+
var command = new StopProcessingJobCommand(args);
|
|
3530
3535
|
if (typeof optionsOrCb === "function") {
|
|
3531
3536
|
this.send(command, optionsOrCb);
|
|
3532
3537
|
}
|
|
3533
3538
|
else if (typeof cb === "function") {
|
|
3534
3539
|
if (typeof optionsOrCb !== "object")
|
|
3535
|
-
throw new Error(
|
|
3540
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3536
3541
|
this.send(command, optionsOrCb || {}, cb);
|
|
3537
3542
|
}
|
|
3538
3543
|
else {
|
|
3539
3544
|
return this.send(command, optionsOrCb);
|
|
3540
3545
|
}
|
|
3541
|
-
}
|
|
3542
|
-
stopTrainingJob(args, optionsOrCb, cb) {
|
|
3543
|
-
|
|
3546
|
+
};
|
|
3547
|
+
SageMaker.prototype.stopTrainingJob = function (args, optionsOrCb, cb) {
|
|
3548
|
+
var command = new StopTrainingJobCommand(args);
|
|
3544
3549
|
if (typeof optionsOrCb === "function") {
|
|
3545
3550
|
this.send(command, optionsOrCb);
|
|
3546
3551
|
}
|
|
3547
3552
|
else if (typeof cb === "function") {
|
|
3548
3553
|
if (typeof optionsOrCb !== "object")
|
|
3549
|
-
throw new Error(
|
|
3554
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3550
3555
|
this.send(command, optionsOrCb || {}, cb);
|
|
3551
3556
|
}
|
|
3552
3557
|
else {
|
|
3553
3558
|
return this.send(command, optionsOrCb);
|
|
3554
3559
|
}
|
|
3555
|
-
}
|
|
3556
|
-
stopTransformJob(args, optionsOrCb, cb) {
|
|
3557
|
-
|
|
3560
|
+
};
|
|
3561
|
+
SageMaker.prototype.stopTransformJob = function (args, optionsOrCb, cb) {
|
|
3562
|
+
var command = new StopTransformJobCommand(args);
|
|
3558
3563
|
if (typeof optionsOrCb === "function") {
|
|
3559
3564
|
this.send(command, optionsOrCb);
|
|
3560
3565
|
}
|
|
3561
3566
|
else if (typeof cb === "function") {
|
|
3562
3567
|
if (typeof optionsOrCb !== "object")
|
|
3563
|
-
throw new Error(
|
|
3568
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3564
3569
|
this.send(command, optionsOrCb || {}, cb);
|
|
3565
3570
|
}
|
|
3566
3571
|
else {
|
|
3567
3572
|
return this.send(command, optionsOrCb);
|
|
3568
3573
|
}
|
|
3569
|
-
}
|
|
3570
|
-
updateAction(args, optionsOrCb, cb) {
|
|
3571
|
-
|
|
3574
|
+
};
|
|
3575
|
+
SageMaker.prototype.updateAction = function (args, optionsOrCb, cb) {
|
|
3576
|
+
var command = new UpdateActionCommand(args);
|
|
3572
3577
|
if (typeof optionsOrCb === "function") {
|
|
3573
3578
|
this.send(command, optionsOrCb);
|
|
3574
3579
|
}
|
|
3575
3580
|
else if (typeof cb === "function") {
|
|
3576
3581
|
if (typeof optionsOrCb !== "object")
|
|
3577
|
-
throw new Error(
|
|
3582
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3578
3583
|
this.send(command, optionsOrCb || {}, cb);
|
|
3579
3584
|
}
|
|
3580
3585
|
else {
|
|
3581
3586
|
return this.send(command, optionsOrCb);
|
|
3582
3587
|
}
|
|
3583
|
-
}
|
|
3584
|
-
updateAppImageConfig(args, optionsOrCb, cb) {
|
|
3585
|
-
|
|
3588
|
+
};
|
|
3589
|
+
SageMaker.prototype.updateAppImageConfig = function (args, optionsOrCb, cb) {
|
|
3590
|
+
var command = new UpdateAppImageConfigCommand(args);
|
|
3586
3591
|
if (typeof optionsOrCb === "function") {
|
|
3587
3592
|
this.send(command, optionsOrCb);
|
|
3588
3593
|
}
|
|
3589
3594
|
else if (typeof cb === "function") {
|
|
3590
3595
|
if (typeof optionsOrCb !== "object")
|
|
3591
|
-
throw new Error(
|
|
3596
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3592
3597
|
this.send(command, optionsOrCb || {}, cb);
|
|
3593
3598
|
}
|
|
3594
3599
|
else {
|
|
3595
3600
|
return this.send(command, optionsOrCb);
|
|
3596
3601
|
}
|
|
3597
|
-
}
|
|
3598
|
-
updateArtifact(args, optionsOrCb, cb) {
|
|
3599
|
-
|
|
3602
|
+
};
|
|
3603
|
+
SageMaker.prototype.updateArtifact = function (args, optionsOrCb, cb) {
|
|
3604
|
+
var command = new UpdateArtifactCommand(args);
|
|
3600
3605
|
if (typeof optionsOrCb === "function") {
|
|
3601
3606
|
this.send(command, optionsOrCb);
|
|
3602
3607
|
}
|
|
3603
3608
|
else if (typeof cb === "function") {
|
|
3604
3609
|
if (typeof optionsOrCb !== "object")
|
|
3605
|
-
throw new Error(
|
|
3610
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3606
3611
|
this.send(command, optionsOrCb || {}, cb);
|
|
3607
3612
|
}
|
|
3608
3613
|
else {
|
|
3609
3614
|
return this.send(command, optionsOrCb);
|
|
3610
3615
|
}
|
|
3611
|
-
}
|
|
3612
|
-
updateCodeRepository(args, optionsOrCb, cb) {
|
|
3613
|
-
|
|
3616
|
+
};
|
|
3617
|
+
SageMaker.prototype.updateCodeRepository = function (args, optionsOrCb, cb) {
|
|
3618
|
+
var command = new UpdateCodeRepositoryCommand(args);
|
|
3614
3619
|
if (typeof optionsOrCb === "function") {
|
|
3615
3620
|
this.send(command, optionsOrCb);
|
|
3616
3621
|
}
|
|
3617
3622
|
else if (typeof cb === "function") {
|
|
3618
3623
|
if (typeof optionsOrCb !== "object")
|
|
3619
|
-
throw new Error(
|
|
3624
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3620
3625
|
this.send(command, optionsOrCb || {}, cb);
|
|
3621
3626
|
}
|
|
3622
3627
|
else {
|
|
3623
3628
|
return this.send(command, optionsOrCb);
|
|
3624
3629
|
}
|
|
3625
|
-
}
|
|
3626
|
-
updateContext(args, optionsOrCb, cb) {
|
|
3627
|
-
|
|
3630
|
+
};
|
|
3631
|
+
SageMaker.prototype.updateContext = function (args, optionsOrCb, cb) {
|
|
3632
|
+
var command = new UpdateContextCommand(args);
|
|
3628
3633
|
if (typeof optionsOrCb === "function") {
|
|
3629
3634
|
this.send(command, optionsOrCb);
|
|
3630
3635
|
}
|
|
3631
3636
|
else if (typeof cb === "function") {
|
|
3632
3637
|
if (typeof optionsOrCb !== "object")
|
|
3633
|
-
throw new Error(
|
|
3638
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3634
3639
|
this.send(command, optionsOrCb || {}, cb);
|
|
3635
3640
|
}
|
|
3636
3641
|
else {
|
|
3637
3642
|
return this.send(command, optionsOrCb);
|
|
3638
3643
|
}
|
|
3639
|
-
}
|
|
3640
|
-
updateDeviceFleet(args, optionsOrCb, cb) {
|
|
3641
|
-
|
|
3644
|
+
};
|
|
3645
|
+
SageMaker.prototype.updateDeviceFleet = function (args, optionsOrCb, cb) {
|
|
3646
|
+
var command = new UpdateDeviceFleetCommand(args);
|
|
3642
3647
|
if (typeof optionsOrCb === "function") {
|
|
3643
3648
|
this.send(command, optionsOrCb);
|
|
3644
3649
|
}
|
|
3645
3650
|
else if (typeof cb === "function") {
|
|
3646
3651
|
if (typeof optionsOrCb !== "object")
|
|
3647
|
-
throw new Error(
|
|
3652
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3648
3653
|
this.send(command, optionsOrCb || {}, cb);
|
|
3649
3654
|
}
|
|
3650
3655
|
else {
|
|
3651
3656
|
return this.send(command, optionsOrCb);
|
|
3652
3657
|
}
|
|
3653
|
-
}
|
|
3654
|
-
updateDevices(args, optionsOrCb, cb) {
|
|
3655
|
-
|
|
3658
|
+
};
|
|
3659
|
+
SageMaker.prototype.updateDevices = function (args, optionsOrCb, cb) {
|
|
3660
|
+
var command = new UpdateDevicesCommand(args);
|
|
3656
3661
|
if (typeof optionsOrCb === "function") {
|
|
3657
3662
|
this.send(command, optionsOrCb);
|
|
3658
3663
|
}
|
|
3659
3664
|
else if (typeof cb === "function") {
|
|
3660
3665
|
if (typeof optionsOrCb !== "object")
|
|
3661
|
-
throw new Error(
|
|
3666
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3662
3667
|
this.send(command, optionsOrCb || {}, cb);
|
|
3663
3668
|
}
|
|
3664
3669
|
else {
|
|
3665
3670
|
return this.send(command, optionsOrCb);
|
|
3666
3671
|
}
|
|
3667
|
-
}
|
|
3668
|
-
updateDomain(args, optionsOrCb, cb) {
|
|
3669
|
-
|
|
3672
|
+
};
|
|
3673
|
+
SageMaker.prototype.updateDomain = function (args, optionsOrCb, cb) {
|
|
3674
|
+
var command = new UpdateDomainCommand(args);
|
|
3670
3675
|
if (typeof optionsOrCb === "function") {
|
|
3671
3676
|
this.send(command, optionsOrCb);
|
|
3672
3677
|
}
|
|
3673
3678
|
else if (typeof cb === "function") {
|
|
3674
3679
|
if (typeof optionsOrCb !== "object")
|
|
3675
|
-
throw new Error(
|
|
3680
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3676
3681
|
this.send(command, optionsOrCb || {}, cb);
|
|
3677
3682
|
}
|
|
3678
3683
|
else {
|
|
3679
3684
|
return this.send(command, optionsOrCb);
|
|
3680
3685
|
}
|
|
3681
|
-
}
|
|
3682
|
-
updateEndpoint(args, optionsOrCb, cb) {
|
|
3683
|
-
|
|
3686
|
+
};
|
|
3687
|
+
SageMaker.prototype.updateEndpoint = function (args, optionsOrCb, cb) {
|
|
3688
|
+
var command = new UpdateEndpointCommand(args);
|
|
3684
3689
|
if (typeof optionsOrCb === "function") {
|
|
3685
3690
|
this.send(command, optionsOrCb);
|
|
3686
3691
|
}
|
|
3687
3692
|
else if (typeof cb === "function") {
|
|
3688
3693
|
if (typeof optionsOrCb !== "object")
|
|
3689
|
-
throw new Error(
|
|
3694
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3690
3695
|
this.send(command, optionsOrCb || {}, cb);
|
|
3691
3696
|
}
|
|
3692
3697
|
else {
|
|
3693
3698
|
return this.send(command, optionsOrCb);
|
|
3694
3699
|
}
|
|
3695
|
-
}
|
|
3696
|
-
updateEndpointWeightsAndCapacities(args, optionsOrCb, cb) {
|
|
3697
|
-
|
|
3700
|
+
};
|
|
3701
|
+
SageMaker.prototype.updateEndpointWeightsAndCapacities = function (args, optionsOrCb, cb) {
|
|
3702
|
+
var command = new UpdateEndpointWeightsAndCapacitiesCommand(args);
|
|
3698
3703
|
if (typeof optionsOrCb === "function") {
|
|
3699
3704
|
this.send(command, optionsOrCb);
|
|
3700
3705
|
}
|
|
3701
3706
|
else if (typeof cb === "function") {
|
|
3702
3707
|
if (typeof optionsOrCb !== "object")
|
|
3703
|
-
throw new Error(
|
|
3708
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3704
3709
|
this.send(command, optionsOrCb || {}, cb);
|
|
3705
3710
|
}
|
|
3706
3711
|
else {
|
|
3707
3712
|
return this.send(command, optionsOrCb);
|
|
3708
3713
|
}
|
|
3709
|
-
}
|
|
3710
|
-
updateExperiment(args, optionsOrCb, cb) {
|
|
3711
|
-
|
|
3714
|
+
};
|
|
3715
|
+
SageMaker.prototype.updateExperiment = function (args, optionsOrCb, cb) {
|
|
3716
|
+
var command = new UpdateExperimentCommand(args);
|
|
3712
3717
|
if (typeof optionsOrCb === "function") {
|
|
3713
3718
|
this.send(command, optionsOrCb);
|
|
3714
3719
|
}
|
|
3715
3720
|
else if (typeof cb === "function") {
|
|
3716
3721
|
if (typeof optionsOrCb !== "object")
|
|
3717
|
-
throw new Error(
|
|
3722
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3718
3723
|
this.send(command, optionsOrCb || {}, cb);
|
|
3719
3724
|
}
|
|
3720
3725
|
else {
|
|
3721
3726
|
return this.send(command, optionsOrCb);
|
|
3722
3727
|
}
|
|
3723
|
-
}
|
|
3724
|
-
updateFeatureGroup(args, optionsOrCb, cb) {
|
|
3725
|
-
|
|
3728
|
+
};
|
|
3729
|
+
SageMaker.prototype.updateFeatureGroup = function (args, optionsOrCb, cb) {
|
|
3730
|
+
var command = new UpdateFeatureGroupCommand(args);
|
|
3726
3731
|
if (typeof optionsOrCb === "function") {
|
|
3727
3732
|
this.send(command, optionsOrCb);
|
|
3728
3733
|
}
|
|
3729
3734
|
else if (typeof cb === "function") {
|
|
3730
3735
|
if (typeof optionsOrCb !== "object")
|
|
3731
|
-
throw new Error(
|
|
3736
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3732
3737
|
this.send(command, optionsOrCb || {}, cb);
|
|
3733
3738
|
}
|
|
3734
3739
|
else {
|
|
3735
3740
|
return this.send(command, optionsOrCb);
|
|
3736
3741
|
}
|
|
3737
|
-
}
|
|
3738
|
-
updateFeatureMetadata(args, optionsOrCb, cb) {
|
|
3739
|
-
|
|
3742
|
+
};
|
|
3743
|
+
SageMaker.prototype.updateFeatureMetadata = function (args, optionsOrCb, cb) {
|
|
3744
|
+
var command = new UpdateFeatureMetadataCommand(args);
|
|
3740
3745
|
if (typeof optionsOrCb === "function") {
|
|
3741
3746
|
this.send(command, optionsOrCb);
|
|
3742
3747
|
}
|
|
3743
3748
|
else if (typeof cb === "function") {
|
|
3744
3749
|
if (typeof optionsOrCb !== "object")
|
|
3745
|
-
throw new Error(
|
|
3750
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3746
3751
|
this.send(command, optionsOrCb || {}, cb);
|
|
3747
3752
|
}
|
|
3748
3753
|
else {
|
|
3749
3754
|
return this.send(command, optionsOrCb);
|
|
3750
3755
|
}
|
|
3751
|
-
}
|
|
3752
|
-
updateImage(args, optionsOrCb, cb) {
|
|
3753
|
-
|
|
3756
|
+
};
|
|
3757
|
+
SageMaker.prototype.updateImage = function (args, optionsOrCb, cb) {
|
|
3758
|
+
var command = new UpdateImageCommand(args);
|
|
3754
3759
|
if (typeof optionsOrCb === "function") {
|
|
3755
3760
|
this.send(command, optionsOrCb);
|
|
3756
3761
|
}
|
|
3757
3762
|
else if (typeof cb === "function") {
|
|
3758
3763
|
if (typeof optionsOrCb !== "object")
|
|
3759
|
-
throw new Error(
|
|
3764
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3760
3765
|
this.send(command, optionsOrCb || {}, cb);
|
|
3761
3766
|
}
|
|
3762
3767
|
else {
|
|
3763
3768
|
return this.send(command, optionsOrCb);
|
|
3764
3769
|
}
|
|
3765
|
-
}
|
|
3766
|
-
updateModelPackage(args, optionsOrCb, cb) {
|
|
3767
|
-
|
|
3770
|
+
};
|
|
3771
|
+
SageMaker.prototype.updateModelPackage = function (args, optionsOrCb, cb) {
|
|
3772
|
+
var command = new UpdateModelPackageCommand(args);
|
|
3768
3773
|
if (typeof optionsOrCb === "function") {
|
|
3769
3774
|
this.send(command, optionsOrCb);
|
|
3770
3775
|
}
|
|
3771
3776
|
else if (typeof cb === "function") {
|
|
3772
3777
|
if (typeof optionsOrCb !== "object")
|
|
3773
|
-
throw new Error(
|
|
3778
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3774
3779
|
this.send(command, optionsOrCb || {}, cb);
|
|
3775
3780
|
}
|
|
3776
3781
|
else {
|
|
3777
3782
|
return this.send(command, optionsOrCb);
|
|
3778
3783
|
}
|
|
3779
|
-
}
|
|
3780
|
-
updateMonitoringSchedule(args, optionsOrCb, cb) {
|
|
3781
|
-
|
|
3784
|
+
};
|
|
3785
|
+
SageMaker.prototype.updateMonitoringSchedule = function (args, optionsOrCb, cb) {
|
|
3786
|
+
var command = new UpdateMonitoringScheduleCommand(args);
|
|
3782
3787
|
if (typeof optionsOrCb === "function") {
|
|
3783
3788
|
this.send(command, optionsOrCb);
|
|
3784
3789
|
}
|
|
3785
3790
|
else if (typeof cb === "function") {
|
|
3786
3791
|
if (typeof optionsOrCb !== "object")
|
|
3787
|
-
throw new Error(
|
|
3792
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3788
3793
|
this.send(command, optionsOrCb || {}, cb);
|
|
3789
3794
|
}
|
|
3790
3795
|
else {
|
|
3791
3796
|
return this.send(command, optionsOrCb);
|
|
3792
3797
|
}
|
|
3793
|
-
}
|
|
3794
|
-
updateNotebookInstance(args, optionsOrCb, cb) {
|
|
3795
|
-
|
|
3798
|
+
};
|
|
3799
|
+
SageMaker.prototype.updateNotebookInstance = function (args, optionsOrCb, cb) {
|
|
3800
|
+
var command = new UpdateNotebookInstanceCommand(args);
|
|
3796
3801
|
if (typeof optionsOrCb === "function") {
|
|
3797
3802
|
this.send(command, optionsOrCb);
|
|
3798
3803
|
}
|
|
3799
3804
|
else if (typeof cb === "function") {
|
|
3800
3805
|
if (typeof optionsOrCb !== "object")
|
|
3801
|
-
throw new Error(
|
|
3806
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3802
3807
|
this.send(command, optionsOrCb || {}, cb);
|
|
3803
3808
|
}
|
|
3804
3809
|
else {
|
|
3805
3810
|
return this.send(command, optionsOrCb);
|
|
3806
3811
|
}
|
|
3807
|
-
}
|
|
3808
|
-
updateNotebookInstanceLifecycleConfig(args, optionsOrCb, cb) {
|
|
3809
|
-
|
|
3812
|
+
};
|
|
3813
|
+
SageMaker.prototype.updateNotebookInstanceLifecycleConfig = function (args, optionsOrCb, cb) {
|
|
3814
|
+
var command = new UpdateNotebookInstanceLifecycleConfigCommand(args);
|
|
3810
3815
|
if (typeof optionsOrCb === "function") {
|
|
3811
3816
|
this.send(command, optionsOrCb);
|
|
3812
3817
|
}
|
|
3813
3818
|
else if (typeof cb === "function") {
|
|
3814
3819
|
if (typeof optionsOrCb !== "object")
|
|
3815
|
-
throw new Error(
|
|
3820
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3816
3821
|
this.send(command, optionsOrCb || {}, cb);
|
|
3817
3822
|
}
|
|
3818
3823
|
else {
|
|
3819
3824
|
return this.send(command, optionsOrCb);
|
|
3820
3825
|
}
|
|
3821
|
-
}
|
|
3822
|
-
updatePipeline(args, optionsOrCb, cb) {
|
|
3823
|
-
|
|
3826
|
+
};
|
|
3827
|
+
SageMaker.prototype.updatePipeline = function (args, optionsOrCb, cb) {
|
|
3828
|
+
var command = new UpdatePipelineCommand(args);
|
|
3824
3829
|
if (typeof optionsOrCb === "function") {
|
|
3825
3830
|
this.send(command, optionsOrCb);
|
|
3826
3831
|
}
|
|
3827
3832
|
else if (typeof cb === "function") {
|
|
3828
3833
|
if (typeof optionsOrCb !== "object")
|
|
3829
|
-
throw new Error(
|
|
3834
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3830
3835
|
this.send(command, optionsOrCb || {}, cb);
|
|
3831
3836
|
}
|
|
3832
3837
|
else {
|
|
3833
3838
|
return this.send(command, optionsOrCb);
|
|
3834
3839
|
}
|
|
3835
|
-
}
|
|
3836
|
-
updatePipelineExecution(args, optionsOrCb, cb) {
|
|
3837
|
-
|
|
3840
|
+
};
|
|
3841
|
+
SageMaker.prototype.updatePipelineExecution = function (args, optionsOrCb, cb) {
|
|
3842
|
+
var command = new UpdatePipelineExecutionCommand(args);
|
|
3838
3843
|
if (typeof optionsOrCb === "function") {
|
|
3839
3844
|
this.send(command, optionsOrCb);
|
|
3840
3845
|
}
|
|
3841
3846
|
else if (typeof cb === "function") {
|
|
3842
3847
|
if (typeof optionsOrCb !== "object")
|
|
3843
|
-
throw new Error(
|
|
3848
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3844
3849
|
this.send(command, optionsOrCb || {}, cb);
|
|
3845
3850
|
}
|
|
3846
3851
|
else {
|
|
3847
3852
|
return this.send(command, optionsOrCb);
|
|
3848
3853
|
}
|
|
3849
|
-
}
|
|
3850
|
-
updateProject(args, optionsOrCb, cb) {
|
|
3851
|
-
|
|
3854
|
+
};
|
|
3855
|
+
SageMaker.prototype.updateProject = function (args, optionsOrCb, cb) {
|
|
3856
|
+
var command = new UpdateProjectCommand(args);
|
|
3852
3857
|
if (typeof optionsOrCb === "function") {
|
|
3853
3858
|
this.send(command, optionsOrCb);
|
|
3854
3859
|
}
|
|
3855
3860
|
else if (typeof cb === "function") {
|
|
3856
3861
|
if (typeof optionsOrCb !== "object")
|
|
3857
|
-
throw new Error(
|
|
3862
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3858
3863
|
this.send(command, optionsOrCb || {}, cb);
|
|
3859
3864
|
}
|
|
3860
3865
|
else {
|
|
3861
3866
|
return this.send(command, optionsOrCb);
|
|
3862
3867
|
}
|
|
3863
|
-
}
|
|
3864
|
-
updateTrainingJob(args, optionsOrCb, cb) {
|
|
3865
|
-
|
|
3868
|
+
};
|
|
3869
|
+
SageMaker.prototype.updateTrainingJob = function (args, optionsOrCb, cb) {
|
|
3870
|
+
var command = new UpdateTrainingJobCommand(args);
|
|
3866
3871
|
if (typeof optionsOrCb === "function") {
|
|
3867
3872
|
this.send(command, optionsOrCb);
|
|
3868
3873
|
}
|
|
3869
3874
|
else if (typeof cb === "function") {
|
|
3870
3875
|
if (typeof optionsOrCb !== "object")
|
|
3871
|
-
throw new Error(
|
|
3876
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3872
3877
|
this.send(command, optionsOrCb || {}, cb);
|
|
3873
3878
|
}
|
|
3874
3879
|
else {
|
|
3875
3880
|
return this.send(command, optionsOrCb);
|
|
3876
3881
|
}
|
|
3877
|
-
}
|
|
3878
|
-
updateTrial(args, optionsOrCb, cb) {
|
|
3879
|
-
|
|
3882
|
+
};
|
|
3883
|
+
SageMaker.prototype.updateTrial = function (args, optionsOrCb, cb) {
|
|
3884
|
+
var command = new UpdateTrialCommand(args);
|
|
3880
3885
|
if (typeof optionsOrCb === "function") {
|
|
3881
3886
|
this.send(command, optionsOrCb);
|
|
3882
3887
|
}
|
|
3883
3888
|
else if (typeof cb === "function") {
|
|
3884
3889
|
if (typeof optionsOrCb !== "object")
|
|
3885
|
-
throw new Error(
|
|
3890
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3886
3891
|
this.send(command, optionsOrCb || {}, cb);
|
|
3887
3892
|
}
|
|
3888
3893
|
else {
|
|
3889
3894
|
return this.send(command, optionsOrCb);
|
|
3890
3895
|
}
|
|
3891
|
-
}
|
|
3892
|
-
updateTrialComponent(args, optionsOrCb, cb) {
|
|
3893
|
-
|
|
3896
|
+
};
|
|
3897
|
+
SageMaker.prototype.updateTrialComponent = function (args, optionsOrCb, cb) {
|
|
3898
|
+
var command = new UpdateTrialComponentCommand(args);
|
|
3894
3899
|
if (typeof optionsOrCb === "function") {
|
|
3895
3900
|
this.send(command, optionsOrCb);
|
|
3896
3901
|
}
|
|
3897
3902
|
else if (typeof cb === "function") {
|
|
3898
3903
|
if (typeof optionsOrCb !== "object")
|
|
3899
|
-
throw new Error(
|
|
3904
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3900
3905
|
this.send(command, optionsOrCb || {}, cb);
|
|
3901
3906
|
}
|
|
3902
3907
|
else {
|
|
3903
3908
|
return this.send(command, optionsOrCb);
|
|
3904
3909
|
}
|
|
3905
|
-
}
|
|
3906
|
-
updateUserProfile(args, optionsOrCb, cb) {
|
|
3907
|
-
|
|
3910
|
+
};
|
|
3911
|
+
SageMaker.prototype.updateUserProfile = function (args, optionsOrCb, cb) {
|
|
3912
|
+
var command = new UpdateUserProfileCommand(args);
|
|
3908
3913
|
if (typeof optionsOrCb === "function") {
|
|
3909
3914
|
this.send(command, optionsOrCb);
|
|
3910
3915
|
}
|
|
3911
3916
|
else if (typeof cb === "function") {
|
|
3912
3917
|
if (typeof optionsOrCb !== "object")
|
|
3913
|
-
throw new Error(
|
|
3918
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3914
3919
|
this.send(command, optionsOrCb || {}, cb);
|
|
3915
3920
|
}
|
|
3916
3921
|
else {
|
|
3917
3922
|
return this.send(command, optionsOrCb);
|
|
3918
3923
|
}
|
|
3919
|
-
}
|
|
3920
|
-
updateWorkforce(args, optionsOrCb, cb) {
|
|
3921
|
-
|
|
3924
|
+
};
|
|
3925
|
+
SageMaker.prototype.updateWorkforce = function (args, optionsOrCb, cb) {
|
|
3926
|
+
var command = new UpdateWorkforceCommand(args);
|
|
3922
3927
|
if (typeof optionsOrCb === "function") {
|
|
3923
3928
|
this.send(command, optionsOrCb);
|
|
3924
3929
|
}
|
|
3925
3930
|
else if (typeof cb === "function") {
|
|
3926
3931
|
if (typeof optionsOrCb !== "object")
|
|
3927
|
-
throw new Error(
|
|
3932
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3928
3933
|
this.send(command, optionsOrCb || {}, cb);
|
|
3929
3934
|
}
|
|
3930
3935
|
else {
|
|
3931
3936
|
return this.send(command, optionsOrCb);
|
|
3932
3937
|
}
|
|
3933
|
-
}
|
|
3934
|
-
updateWorkteam(args, optionsOrCb, cb) {
|
|
3935
|
-
|
|
3938
|
+
};
|
|
3939
|
+
SageMaker.prototype.updateWorkteam = function (args, optionsOrCb, cb) {
|
|
3940
|
+
var command = new UpdateWorkteamCommand(args);
|
|
3936
3941
|
if (typeof optionsOrCb === "function") {
|
|
3937
3942
|
this.send(command, optionsOrCb);
|
|
3938
3943
|
}
|
|
3939
3944
|
else if (typeof cb === "function") {
|
|
3940
3945
|
if (typeof optionsOrCb !== "object")
|
|
3941
|
-
throw new Error(
|
|
3946
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
3942
3947
|
this.send(command, optionsOrCb || {}, cb);
|
|
3943
3948
|
}
|
|
3944
3949
|
else {
|
|
3945
3950
|
return this.send(command, optionsOrCb);
|
|
3946
3951
|
}
|
|
3947
|
-
}
|
|
3948
|
-
|
|
3952
|
+
};
|
|
3953
|
+
return SageMaker;
|
|
3954
|
+
}(SageMakerClient));
|
|
3955
|
+
export { SageMaker };
|