@aws-sdk/client-sagemaker 3.50.0 → 3.53.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SageMakerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +65 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
- package/dist-es/index.js +1 -0
- package/dist-es/models/SageMakerServiceException.js +12 -0
- package/dist-es/models/models_0.js +56 -1
- package/dist-es/protocols/Aws_json1_1.js +3418 -4377
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SageMakerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -14
- package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
- package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +251 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +13 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeHyperParameterTuningJobRequest, DescribeHyperParameterTuningJobResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeHyperParameterTuningJobCommandInput extends DescribeHyperParameterTuningJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeHyperParameterTuningJobCommandOutput extends DescribeHyperParameterTuningJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeHyperParameterTuningJobCommand extends $Command<DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeHyperParameterTuningJobCommandInput;
|
|
12
|
+
constructor(input: DescribeHyperParameterTuningJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeImageRequest, DescribeImageResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeImageCommandInput extends DescribeImageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeImageCommandOutput extends DescribeImageResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeImageCommand extends $Command<DescribeImageCommandInput, DescribeImageCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeImageCommandInput;
|
|
12
|
+
constructor(input: DescribeImageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageCommandInput, DescribeImageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeImageVersionRequest, DescribeImageVersionResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeImageVersionCommandInput extends DescribeImageVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeImageVersionCommandOutput extends DescribeImageVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeImageVersionCommand extends $Command<DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeImageVersionCommandInput;
|
|
12
|
+
constructor(input: DescribeImageVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeInferenceRecommendationsJobRequest, DescribeInferenceRecommendationsJobResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeInferenceRecommendationsJobCommandInput extends DescribeInferenceRecommendationsJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeInferenceRecommendationsJobCommandOutput extends DescribeInferenceRecommendationsJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeInferenceRecommendationsJobCommand extends $Command<DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeInferenceRecommendationsJobCommandInput;
|
|
12
|
+
constructor(input: DescribeInferenceRecommendationsJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeLabelingJobCommandInput extends DescribeLabelingJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeLabelingJobCommandOutput extends DescribeLabelingJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeLabelingJobCommand extends $Command<DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeLabelingJobCommandInput;
|
|
12
|
+
constructor(input: DescribeLabelingJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeLineageGroupCommandInput extends DescribeLineageGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeLineageGroupCommandOutput extends DescribeLineageGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeLineageGroupCommand extends $Command<DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeLineageGroupCommandInput;
|
|
12
|
+
constructor(input: DescribeLineageGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeModelBiasJobDefinitionCommandInput extends DescribeModelBiasJobDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeModelBiasJobDefinitionCommandOutput extends DescribeModelBiasJobDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeModelBiasJobDefinitionCommand extends $Command<DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeModelBiasJobDefinitionCommandInput;
|
|
12
|
+
constructor(input: DescribeModelBiasJobDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelInput } from "../models/models_1";
|
|
4
|
+
import { DescribeModelOutput } from "../models/models_2";
|
|
5
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
|
+
export interface DescribeModelCommandInput extends DescribeModelInput {
|
|
7
|
+
}
|
|
8
|
+
export interface DescribeModelCommandOutput extends DescribeModelOutput, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export declare class DescribeModelCommand extends $Command<DescribeModelCommandInput, DescribeModelCommandOutput, SageMakerClientResolvedConfig> {
|
|
12
|
+
readonly input: DescribeModelCommandInput;
|
|
13
|
+
constructor(input: DescribeModelCommandInput);
|
|
14
|
+
|
|
15
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
|
|
16
|
+
private serialize;
|
|
17
|
+
private deserialize;
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelExplainabilityJobDefinitionRequest, DescribeModelExplainabilityJobDefinitionResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeModelExplainabilityJobDefinitionCommandInput extends DescribeModelExplainabilityJobDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeModelExplainabilityJobDefinitionCommandOutput extends DescribeModelExplainabilityJobDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeModelExplainabilityJobDefinitionCommand extends $Command<DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeModelExplainabilityJobDefinitionCommandInput;
|
|
12
|
+
constructor(input: DescribeModelExplainabilityJobDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeModelPackageCommandInput extends DescribeModelPackageInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeModelPackageCommandOutput extends DescribeModelPackageOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeModelPackageCommand extends $Command<DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeModelPackageCommandInput;
|
|
12
|
+
constructor(input: DescribeModelPackageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeModelPackageGroupCommandInput extends DescribeModelPackageGroupInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeModelPackageGroupCommandOutput extends DescribeModelPackageGroupOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeModelPackageGroupCommand extends $Command<DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeModelPackageGroupCommandInput;
|
|
12
|
+
constructor(input: DescribeModelPackageGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeModelQualityJobDefinitionCommandInput extends DescribeModelQualityJobDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeModelQualityJobDefinitionCommandOutput extends DescribeModelQualityJobDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeModelQualityJobDefinitionCommand extends $Command<DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeModelQualityJobDefinitionCommandInput;
|
|
12
|
+
constructor(input: DescribeModelQualityJobDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeMonitoringScheduleCommandInput extends DescribeMonitoringScheduleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitoringScheduleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeMonitoringScheduleCommand extends $Command<DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeMonitoringScheduleCommandInput;
|
|
12
|
+
constructor(input: DescribeMonitoringScheduleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeNotebookInstanceCommandInput extends DescribeNotebookInstanceInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeNotebookInstanceCommandOutput extends DescribeNotebookInstanceOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeNotebookInstanceCommand extends $Command<DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeNotebookInstanceCommandInput;
|
|
12
|
+
constructor(input: DescribeNotebookInstanceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeNotebookInstanceLifecycleConfigCommandInput extends DescribeNotebookInstanceLifecycleConfigInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeNotebookInstanceLifecycleConfigCommandOutput extends DescribeNotebookInstanceLifecycleConfigOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeNotebookInstanceLifecycleConfigCommand extends $Command<DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeNotebookInstanceLifecycleConfigCommandInput;
|
|
12
|
+
constructor(input: DescribeNotebookInstanceLifecycleConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribePipelineCommandInput extends DescribePipelineRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribePipelineCommandOutput extends DescribePipelineResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribePipelineCommand extends $Command<DescribePipelineCommandInput, DescribePipelineCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribePipelineCommandInput;
|
|
12
|
+
constructor(input: DescribePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePipelineCommandInput, DescribePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribePipelineDefinitionForExecutionRequest, DescribePipelineDefinitionForExecutionResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribePipelineDefinitionForExecutionCommandInput extends DescribePipelineDefinitionForExecutionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribePipelineDefinitionForExecutionCommandOutput extends DescribePipelineDefinitionForExecutionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribePipelineDefinitionForExecutionCommand extends $Command<DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribePipelineDefinitionForExecutionCommandInput;
|
|
12
|
+
constructor(input: DescribePipelineDefinitionForExecutionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribePipelineExecutionCommandInput extends DescribePipelineExecutionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribePipelineExecutionCommandOutput extends DescribePipelineExecutionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribePipelineExecutionCommand extends $Command<DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribePipelineExecutionCommandInput;
|
|
12
|
+
constructor(input: DescribePipelineExecutionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeProcessingJobCommandInput extends DescribeProcessingJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeProcessingJobCommand extends $Command<DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeProcessingJobCommandInput;
|
|
12
|
+
constructor(input: DescribeProcessingJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeProjectInput, DescribeProjectOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeProjectCommandInput extends DescribeProjectInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeProjectCommandOutput extends DescribeProjectOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeProjectCommandInput;
|
|
12
|
+
constructor(input: DescribeProjectCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeStudioLifecycleConfigRequest, DescribeStudioLifecycleConfigResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeStudioLifecycleConfigCommandInput extends DescribeStudioLifecycleConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeStudioLifecycleConfigCommandOutput extends DescribeStudioLifecycleConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeStudioLifecycleConfigCommand extends $Command<DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeStudioLifecycleConfigCommandInput;
|
|
12
|
+
constructor(input: DescribeStudioLifecycleConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeSubscribedWorkteamRequest, DescribeSubscribedWorkteamResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeSubscribedWorkteamCommandInput extends DescribeSubscribedWorkteamRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSubscribedWorkteamCommandOutput extends DescribeSubscribedWorkteamResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeSubscribedWorkteamCommand extends $Command<DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeSubscribedWorkteamCommandInput;
|
|
12
|
+
constructor(input: DescribeSubscribedWorkteamCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTrainingJobRequest, DescribeTrainingJobResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeTrainingJobCommandInput extends DescribeTrainingJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTrainingJobCommandOutput extends DescribeTrainingJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTrainingJobCommand extends $Command<DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTrainingJobCommandInput;
|
|
12
|
+
constructor(input: DescribeTrainingJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeTransformJobCommandInput extends DescribeTransformJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTransformJobCommandOutput extends DescribeTransformJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTransformJobCommand extends $Command<DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTransformJobCommandInput;
|
|
12
|
+
constructor(input: DescribeTransformJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTrialRequest, DescribeTrialResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeTrialCommandInput extends DescribeTrialRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTrialCommandOutput extends DescribeTrialResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTrialCommand extends $Command<DescribeTrialCommandInput, DescribeTrialCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTrialCommandInput;
|
|
12
|
+
constructor(input: DescribeTrialCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrialCommandInput, DescribeTrialCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeTrialComponentCommandInput extends DescribeTrialComponentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTrialComponentCommandOutput extends DescribeTrialComponentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTrialComponentCommand extends $Command<DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTrialComponentCommandInput;
|
|
12
|
+
constructor(input: DescribeTrialComponentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeUserProfileCommandInput extends DescribeUserProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserProfileCommandOutput extends DescribeUserProfileResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserProfileCommand extends $Command<DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserProfileCommandInput;
|
|
12
|
+
constructor(input: DescribeUserProfileCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkforceRequest, DescribeWorkforceResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeWorkforceCommandInput extends DescribeWorkforceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkforceCommandOutput extends DescribeWorkforceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWorkforceCommand extends $Command<DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWorkforceCommandInput;
|
|
12
|
+
constructor(input: DescribeWorkforceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkteamRequest, DescribeWorkteamResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeWorkteamCommandInput extends DescribeWorkteamRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkteamCommandOutput extends DescribeWorkteamResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWorkteamCommand extends $Command<DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWorkteamCommandInput;
|
|
12
|
+
constructor(input: DescribeWorkteamCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisableSagemakerServicecatalogPortfolioInput, DisableSagemakerServicecatalogPortfolioOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DisableSagemakerServicecatalogPortfolioCommandInput extends DisableSagemakerServicecatalogPortfolioInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DisableSagemakerServicecatalogPortfolioCommandOutput extends DisableSagemakerServicecatalogPortfolioOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisableSagemakerServicecatalogPortfolioCommand extends $Command<DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DisableSagemakerServicecatalogPortfolioCommandInput;
|
|
12
|
+
constructor(input: DisableSagemakerServicecatalogPortfolioCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateTrialComponentRequest, DisassociateTrialComponentResponse } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DisassociateTrialComponentCommandInput extends DisassociateTrialComponentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateTrialComponentCommandOutput extends DisassociateTrialComponentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateTrialComponentCommand extends $Command<DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateTrialComponentCommandInput;
|
|
12
|
+
constructor(input: DisassociateTrialComponentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EnableSagemakerServicecatalogPortfolioInput, EnableSagemakerServicecatalogPortfolioOutput } from "../models/models_2";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface EnableSagemakerServicecatalogPortfolioCommandInput extends EnableSagemakerServicecatalogPortfolioInput {
|
|
6
|
+
}
|
|
7
|
+
export interface EnableSagemakerServicecatalogPortfolioCommandOutput extends EnableSagemakerServicecatalogPortfolioOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class EnableSagemakerServicecatalogPortfolioCommand extends $Command<EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: EnableSagemakerServicecatalogPortfolioCommandInput;
|
|
12
|
+
constructor(input: EnableSagemakerServicecatalogPortfolioCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|