@aws-sdk/client-sagemaker 3.975.0 → 3.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +638 -519
- package/dist-es/SageMaker.js +201 -1
- package/dist-es/models/enums.js +127 -118
- package/dist-es/schemas/schemas_0.js +13 -6
- package/dist-types/SageMaker.d.ts +675 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +4 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +13 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +13 -0
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +13 -0
- package/dist-types/models/enums.d.ts +151 -126
- package/dist-types/models/models_0.d.ts +47 -37
- package/dist-types/models/models_2.d.ts +6 -1
- package/dist-types/ts3.4/SageMaker.d.ts +719 -1
- package/dist-types/ts3.4/models/enums.d.ts +133 -120
- package/dist-types/ts3.4/models/models_0.d.ts +11 -8
- package/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/package.json +17 -17
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddAssociationCommandInput,
|
|
4
10
|
AddAssociationCommandOutput,
|
|
@@ -6667,5 +6673,717 @@ export interface SageMaker {
|
|
|
6667
6673
|
options: __HttpHandlerOptions,
|
|
6668
6674
|
cb: (err: any, data?: UpdateWorkteamCommandOutput) => void
|
|
6669
6675
|
): void;
|
|
6676
|
+
paginateCreateHubContentPresignedUrls(
|
|
6677
|
+
args: CreateHubContentPresignedUrlsCommandInput,
|
|
6678
|
+
paginationConfig?: Pick<
|
|
6679
|
+
PaginationConfiguration,
|
|
6680
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6681
|
+
>
|
|
6682
|
+
): Paginator<CreateHubContentPresignedUrlsCommandOutput>;
|
|
6683
|
+
paginateListActions(
|
|
6684
|
+
args?: ListActionsCommandInput,
|
|
6685
|
+
paginationConfig?: Pick<
|
|
6686
|
+
PaginationConfiguration,
|
|
6687
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6688
|
+
>
|
|
6689
|
+
): Paginator<ListActionsCommandOutput>;
|
|
6690
|
+
paginateListAlgorithms(
|
|
6691
|
+
args?: ListAlgorithmsCommandInput,
|
|
6692
|
+
paginationConfig?: Pick<
|
|
6693
|
+
PaginationConfiguration,
|
|
6694
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6695
|
+
>
|
|
6696
|
+
): Paginator<ListAlgorithmsCommandOutput>;
|
|
6697
|
+
paginateListAliases(
|
|
6698
|
+
args: ListAliasesCommandInput,
|
|
6699
|
+
paginationConfig?: Pick<
|
|
6700
|
+
PaginationConfiguration,
|
|
6701
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6702
|
+
>
|
|
6703
|
+
): Paginator<ListAliasesCommandOutput>;
|
|
6704
|
+
paginateListAppImageConfigs(
|
|
6705
|
+
args?: ListAppImageConfigsCommandInput,
|
|
6706
|
+
paginationConfig?: Pick<
|
|
6707
|
+
PaginationConfiguration,
|
|
6708
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6709
|
+
>
|
|
6710
|
+
): Paginator<ListAppImageConfigsCommandOutput>;
|
|
6711
|
+
paginateListApps(
|
|
6712
|
+
args?: ListAppsCommandInput,
|
|
6713
|
+
paginationConfig?: Pick<
|
|
6714
|
+
PaginationConfiguration,
|
|
6715
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6716
|
+
>
|
|
6717
|
+
): Paginator<ListAppsCommandOutput>;
|
|
6718
|
+
paginateListArtifacts(
|
|
6719
|
+
args?: ListArtifactsCommandInput,
|
|
6720
|
+
paginationConfig?: Pick<
|
|
6721
|
+
PaginationConfiguration,
|
|
6722
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6723
|
+
>
|
|
6724
|
+
): Paginator<ListArtifactsCommandOutput>;
|
|
6725
|
+
paginateListAssociations(
|
|
6726
|
+
args?: ListAssociationsCommandInput,
|
|
6727
|
+
paginationConfig?: Pick<
|
|
6728
|
+
PaginationConfiguration,
|
|
6729
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6730
|
+
>
|
|
6731
|
+
): Paginator<ListAssociationsCommandOutput>;
|
|
6732
|
+
paginateListAutoMLJobs(
|
|
6733
|
+
args?: ListAutoMLJobsCommandInput,
|
|
6734
|
+
paginationConfig?: Pick<
|
|
6735
|
+
PaginationConfiguration,
|
|
6736
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6737
|
+
>
|
|
6738
|
+
): Paginator<ListAutoMLJobsCommandOutput>;
|
|
6739
|
+
paginateListCandidatesForAutoMLJob(
|
|
6740
|
+
args: ListCandidatesForAutoMLJobCommandInput,
|
|
6741
|
+
paginationConfig?: Pick<
|
|
6742
|
+
PaginationConfiguration,
|
|
6743
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6744
|
+
>
|
|
6745
|
+
): Paginator<ListCandidatesForAutoMLJobCommandOutput>;
|
|
6746
|
+
paginateListClusterEvents(
|
|
6747
|
+
args: ListClusterEventsCommandInput,
|
|
6748
|
+
paginationConfig?: Pick<
|
|
6749
|
+
PaginationConfiguration,
|
|
6750
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6751
|
+
>
|
|
6752
|
+
): Paginator<ListClusterEventsCommandOutput>;
|
|
6753
|
+
paginateListClusterNodes(
|
|
6754
|
+
args: ListClusterNodesCommandInput,
|
|
6755
|
+
paginationConfig?: Pick<
|
|
6756
|
+
PaginationConfiguration,
|
|
6757
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6758
|
+
>
|
|
6759
|
+
): Paginator<ListClusterNodesCommandOutput>;
|
|
6760
|
+
paginateListClusters(
|
|
6761
|
+
args?: ListClustersCommandInput,
|
|
6762
|
+
paginationConfig?: Pick<
|
|
6763
|
+
PaginationConfiguration,
|
|
6764
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6765
|
+
>
|
|
6766
|
+
): Paginator<ListClustersCommandOutput>;
|
|
6767
|
+
paginateListClusterSchedulerConfigs(
|
|
6768
|
+
args?: ListClusterSchedulerConfigsCommandInput,
|
|
6769
|
+
paginationConfig?: Pick<
|
|
6770
|
+
PaginationConfiguration,
|
|
6771
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6772
|
+
>
|
|
6773
|
+
): Paginator<ListClusterSchedulerConfigsCommandOutput>;
|
|
6774
|
+
paginateListCodeRepositories(
|
|
6775
|
+
args?: ListCodeRepositoriesCommandInput,
|
|
6776
|
+
paginationConfig?: Pick<
|
|
6777
|
+
PaginationConfiguration,
|
|
6778
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6779
|
+
>
|
|
6780
|
+
): Paginator<ListCodeRepositoriesCommandOutput>;
|
|
6781
|
+
paginateListCompilationJobs(
|
|
6782
|
+
args?: ListCompilationJobsCommandInput,
|
|
6783
|
+
paginationConfig?: Pick<
|
|
6784
|
+
PaginationConfiguration,
|
|
6785
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6786
|
+
>
|
|
6787
|
+
): Paginator<ListCompilationJobsCommandOutput>;
|
|
6788
|
+
paginateListComputeQuotas(
|
|
6789
|
+
args?: ListComputeQuotasCommandInput,
|
|
6790
|
+
paginationConfig?: Pick<
|
|
6791
|
+
PaginationConfiguration,
|
|
6792
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6793
|
+
>
|
|
6794
|
+
): Paginator<ListComputeQuotasCommandOutput>;
|
|
6795
|
+
paginateListContexts(
|
|
6796
|
+
args?: ListContextsCommandInput,
|
|
6797
|
+
paginationConfig?: Pick<
|
|
6798
|
+
PaginationConfiguration,
|
|
6799
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6800
|
+
>
|
|
6801
|
+
): Paginator<ListContextsCommandOutput>;
|
|
6802
|
+
paginateListDataQualityJobDefinitions(
|
|
6803
|
+
args?: ListDataQualityJobDefinitionsCommandInput,
|
|
6804
|
+
paginationConfig?: Pick<
|
|
6805
|
+
PaginationConfiguration,
|
|
6806
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6807
|
+
>
|
|
6808
|
+
): Paginator<ListDataQualityJobDefinitionsCommandOutput>;
|
|
6809
|
+
paginateListDeviceFleets(
|
|
6810
|
+
args?: ListDeviceFleetsCommandInput,
|
|
6811
|
+
paginationConfig?: Pick<
|
|
6812
|
+
PaginationConfiguration,
|
|
6813
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6814
|
+
>
|
|
6815
|
+
): Paginator<ListDeviceFleetsCommandOutput>;
|
|
6816
|
+
paginateListDevices(
|
|
6817
|
+
args?: ListDevicesCommandInput,
|
|
6818
|
+
paginationConfig?: Pick<
|
|
6819
|
+
PaginationConfiguration,
|
|
6820
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6821
|
+
>
|
|
6822
|
+
): Paginator<ListDevicesCommandOutput>;
|
|
6823
|
+
paginateListDomains(
|
|
6824
|
+
args?: ListDomainsCommandInput,
|
|
6825
|
+
paginationConfig?: Pick<
|
|
6826
|
+
PaginationConfiguration,
|
|
6827
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6828
|
+
>
|
|
6829
|
+
): Paginator<ListDomainsCommandOutput>;
|
|
6830
|
+
paginateListEdgeDeploymentPlans(
|
|
6831
|
+
args?: ListEdgeDeploymentPlansCommandInput,
|
|
6832
|
+
paginationConfig?: Pick<
|
|
6833
|
+
PaginationConfiguration,
|
|
6834
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6835
|
+
>
|
|
6836
|
+
): Paginator<ListEdgeDeploymentPlansCommandOutput>;
|
|
6837
|
+
paginateListEdgePackagingJobs(
|
|
6838
|
+
args?: ListEdgePackagingJobsCommandInput,
|
|
6839
|
+
paginationConfig?: Pick<
|
|
6840
|
+
PaginationConfiguration,
|
|
6841
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6842
|
+
>
|
|
6843
|
+
): Paginator<ListEdgePackagingJobsCommandOutput>;
|
|
6844
|
+
paginateListEndpointConfigs(
|
|
6845
|
+
args?: ListEndpointConfigsCommandInput,
|
|
6846
|
+
paginationConfig?: Pick<
|
|
6847
|
+
PaginationConfiguration,
|
|
6848
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6849
|
+
>
|
|
6850
|
+
): Paginator<ListEndpointConfigsCommandOutput>;
|
|
6851
|
+
paginateListEndpoints(
|
|
6852
|
+
args?: ListEndpointsCommandInput,
|
|
6853
|
+
paginationConfig?: Pick<
|
|
6854
|
+
PaginationConfiguration,
|
|
6855
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6856
|
+
>
|
|
6857
|
+
): Paginator<ListEndpointsCommandOutput>;
|
|
6858
|
+
paginateListExperiments(
|
|
6859
|
+
args?: ListExperimentsCommandInput,
|
|
6860
|
+
paginationConfig?: Pick<
|
|
6861
|
+
PaginationConfiguration,
|
|
6862
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6863
|
+
>
|
|
6864
|
+
): Paginator<ListExperimentsCommandOutput>;
|
|
6865
|
+
paginateListFeatureGroups(
|
|
6866
|
+
args?: ListFeatureGroupsCommandInput,
|
|
6867
|
+
paginationConfig?: Pick<
|
|
6868
|
+
PaginationConfiguration,
|
|
6869
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6870
|
+
>
|
|
6871
|
+
): Paginator<ListFeatureGroupsCommandOutput>;
|
|
6872
|
+
paginateListFlowDefinitions(
|
|
6873
|
+
args?: ListFlowDefinitionsCommandInput,
|
|
6874
|
+
paginationConfig?: Pick<
|
|
6875
|
+
PaginationConfiguration,
|
|
6876
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6877
|
+
>
|
|
6878
|
+
): Paginator<ListFlowDefinitionsCommandOutput>;
|
|
6879
|
+
paginateListHumanTaskUis(
|
|
6880
|
+
args?: ListHumanTaskUisCommandInput,
|
|
6881
|
+
paginationConfig?: Pick<
|
|
6882
|
+
PaginationConfiguration,
|
|
6883
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6884
|
+
>
|
|
6885
|
+
): Paginator<ListHumanTaskUisCommandOutput>;
|
|
6886
|
+
paginateListHyperParameterTuningJobs(
|
|
6887
|
+
args?: ListHyperParameterTuningJobsCommandInput,
|
|
6888
|
+
paginationConfig?: Pick<
|
|
6889
|
+
PaginationConfiguration,
|
|
6890
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6891
|
+
>
|
|
6892
|
+
): Paginator<ListHyperParameterTuningJobsCommandOutput>;
|
|
6893
|
+
paginateListImages(
|
|
6894
|
+
args?: ListImagesCommandInput,
|
|
6895
|
+
paginationConfig?: Pick<
|
|
6896
|
+
PaginationConfiguration,
|
|
6897
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6898
|
+
>
|
|
6899
|
+
): Paginator<ListImagesCommandOutput>;
|
|
6900
|
+
paginateListImageVersions(
|
|
6901
|
+
args: ListImageVersionsCommandInput,
|
|
6902
|
+
paginationConfig?: Pick<
|
|
6903
|
+
PaginationConfiguration,
|
|
6904
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6905
|
+
>
|
|
6906
|
+
): Paginator<ListImageVersionsCommandOutput>;
|
|
6907
|
+
paginateListInferenceComponents(
|
|
6908
|
+
args?: ListInferenceComponentsCommandInput,
|
|
6909
|
+
paginationConfig?: Pick<
|
|
6910
|
+
PaginationConfiguration,
|
|
6911
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6912
|
+
>
|
|
6913
|
+
): Paginator<ListInferenceComponentsCommandOutput>;
|
|
6914
|
+
paginateListInferenceExperiments(
|
|
6915
|
+
args?: ListInferenceExperimentsCommandInput,
|
|
6916
|
+
paginationConfig?: Pick<
|
|
6917
|
+
PaginationConfiguration,
|
|
6918
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6919
|
+
>
|
|
6920
|
+
): Paginator<ListInferenceExperimentsCommandOutput>;
|
|
6921
|
+
paginateListInferenceRecommendationsJobs(
|
|
6922
|
+
args?: ListInferenceRecommendationsJobsCommandInput,
|
|
6923
|
+
paginationConfig?: Pick<
|
|
6924
|
+
PaginationConfiguration,
|
|
6925
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6926
|
+
>
|
|
6927
|
+
): Paginator<ListInferenceRecommendationsJobsCommandOutput>;
|
|
6928
|
+
paginateListInferenceRecommendationsJobSteps(
|
|
6929
|
+
args: ListInferenceRecommendationsJobStepsCommandInput,
|
|
6930
|
+
paginationConfig?: Pick<
|
|
6931
|
+
PaginationConfiguration,
|
|
6932
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6933
|
+
>
|
|
6934
|
+
): Paginator<ListInferenceRecommendationsJobStepsCommandOutput>;
|
|
6935
|
+
paginateListLabelingJobs(
|
|
6936
|
+
args?: ListLabelingJobsCommandInput,
|
|
6937
|
+
paginationConfig?: Pick<
|
|
6938
|
+
PaginationConfiguration,
|
|
6939
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6940
|
+
>
|
|
6941
|
+
): Paginator<ListLabelingJobsCommandOutput>;
|
|
6942
|
+
paginateListLabelingJobsForWorkteam(
|
|
6943
|
+
args: ListLabelingJobsForWorkteamCommandInput,
|
|
6944
|
+
paginationConfig?: Pick<
|
|
6945
|
+
PaginationConfiguration,
|
|
6946
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6947
|
+
>
|
|
6948
|
+
): Paginator<ListLabelingJobsForWorkteamCommandOutput>;
|
|
6949
|
+
paginateListLineageGroups(
|
|
6950
|
+
args?: ListLineageGroupsCommandInput,
|
|
6951
|
+
paginationConfig?: Pick<
|
|
6952
|
+
PaginationConfiguration,
|
|
6953
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6954
|
+
>
|
|
6955
|
+
): Paginator<ListLineageGroupsCommandOutput>;
|
|
6956
|
+
paginateListMlflowApps(
|
|
6957
|
+
args?: ListMlflowAppsCommandInput,
|
|
6958
|
+
paginationConfig?: Pick<
|
|
6959
|
+
PaginationConfiguration,
|
|
6960
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6961
|
+
>
|
|
6962
|
+
): Paginator<ListMlflowAppsCommandOutput>;
|
|
6963
|
+
paginateListMlflowTrackingServers(
|
|
6964
|
+
args?: ListMlflowTrackingServersCommandInput,
|
|
6965
|
+
paginationConfig?: Pick<
|
|
6966
|
+
PaginationConfiguration,
|
|
6967
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6968
|
+
>
|
|
6969
|
+
): Paginator<ListMlflowTrackingServersCommandOutput>;
|
|
6970
|
+
paginateListModelBiasJobDefinitions(
|
|
6971
|
+
args?: ListModelBiasJobDefinitionsCommandInput,
|
|
6972
|
+
paginationConfig?: Pick<
|
|
6973
|
+
PaginationConfiguration,
|
|
6974
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6975
|
+
>
|
|
6976
|
+
): Paginator<ListModelBiasJobDefinitionsCommandOutput>;
|
|
6977
|
+
paginateListModelCardExportJobs(
|
|
6978
|
+
args: ListModelCardExportJobsCommandInput,
|
|
6979
|
+
paginationConfig?: Pick<
|
|
6980
|
+
PaginationConfiguration,
|
|
6981
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6982
|
+
>
|
|
6983
|
+
): Paginator<ListModelCardExportJobsCommandOutput>;
|
|
6984
|
+
paginateListModelCards(
|
|
6985
|
+
args?: ListModelCardsCommandInput,
|
|
6986
|
+
paginationConfig?: Pick<
|
|
6987
|
+
PaginationConfiguration,
|
|
6988
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6989
|
+
>
|
|
6990
|
+
): Paginator<ListModelCardsCommandOutput>;
|
|
6991
|
+
paginateListModelCardVersions(
|
|
6992
|
+
args: ListModelCardVersionsCommandInput,
|
|
6993
|
+
paginationConfig?: Pick<
|
|
6994
|
+
PaginationConfiguration,
|
|
6995
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6996
|
+
>
|
|
6997
|
+
): Paginator<ListModelCardVersionsCommandOutput>;
|
|
6998
|
+
paginateListModelExplainabilityJobDefinitions(
|
|
6999
|
+
args?: ListModelExplainabilityJobDefinitionsCommandInput,
|
|
7000
|
+
paginationConfig?: Pick<
|
|
7001
|
+
PaginationConfiguration,
|
|
7002
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7003
|
+
>
|
|
7004
|
+
): Paginator<ListModelExplainabilityJobDefinitionsCommandOutput>;
|
|
7005
|
+
paginateListModelMetadata(
|
|
7006
|
+
args?: ListModelMetadataCommandInput,
|
|
7007
|
+
paginationConfig?: Pick<
|
|
7008
|
+
PaginationConfiguration,
|
|
7009
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7010
|
+
>
|
|
7011
|
+
): Paginator<ListModelMetadataCommandOutput>;
|
|
7012
|
+
paginateListModelPackageGroups(
|
|
7013
|
+
args?: ListModelPackageGroupsCommandInput,
|
|
7014
|
+
paginationConfig?: Pick<
|
|
7015
|
+
PaginationConfiguration,
|
|
7016
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7017
|
+
>
|
|
7018
|
+
): Paginator<ListModelPackageGroupsCommandOutput>;
|
|
7019
|
+
paginateListModelPackages(
|
|
7020
|
+
args?: ListModelPackagesCommandInput,
|
|
7021
|
+
paginationConfig?: Pick<
|
|
7022
|
+
PaginationConfiguration,
|
|
7023
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7024
|
+
>
|
|
7025
|
+
): Paginator<ListModelPackagesCommandOutput>;
|
|
7026
|
+
paginateListModelQualityJobDefinitions(
|
|
7027
|
+
args?: ListModelQualityJobDefinitionsCommandInput,
|
|
7028
|
+
paginationConfig?: Pick<
|
|
7029
|
+
PaginationConfiguration,
|
|
7030
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7031
|
+
>
|
|
7032
|
+
): Paginator<ListModelQualityJobDefinitionsCommandOutput>;
|
|
7033
|
+
paginateListModels(
|
|
7034
|
+
args?: ListModelsCommandInput,
|
|
7035
|
+
paginationConfig?: Pick<
|
|
7036
|
+
PaginationConfiguration,
|
|
7037
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7038
|
+
>
|
|
7039
|
+
): Paginator<ListModelsCommandOutput>;
|
|
7040
|
+
paginateListMonitoringAlertHistory(
|
|
7041
|
+
args?: ListMonitoringAlertHistoryCommandInput,
|
|
7042
|
+
paginationConfig?: Pick<
|
|
7043
|
+
PaginationConfiguration,
|
|
7044
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7045
|
+
>
|
|
7046
|
+
): Paginator<ListMonitoringAlertHistoryCommandOutput>;
|
|
7047
|
+
paginateListMonitoringAlerts(
|
|
7048
|
+
args: ListMonitoringAlertsCommandInput,
|
|
7049
|
+
paginationConfig?: Pick<
|
|
7050
|
+
PaginationConfiguration,
|
|
7051
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7052
|
+
>
|
|
7053
|
+
): Paginator<ListMonitoringAlertsCommandOutput>;
|
|
7054
|
+
paginateListMonitoringExecutions(
|
|
7055
|
+
args?: ListMonitoringExecutionsCommandInput,
|
|
7056
|
+
paginationConfig?: Pick<
|
|
7057
|
+
PaginationConfiguration,
|
|
7058
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7059
|
+
>
|
|
7060
|
+
): Paginator<ListMonitoringExecutionsCommandOutput>;
|
|
7061
|
+
paginateListMonitoringSchedules(
|
|
7062
|
+
args?: ListMonitoringSchedulesCommandInput,
|
|
7063
|
+
paginationConfig?: Pick<
|
|
7064
|
+
PaginationConfiguration,
|
|
7065
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7066
|
+
>
|
|
7067
|
+
): Paginator<ListMonitoringSchedulesCommandOutput>;
|
|
7068
|
+
paginateListNotebookInstanceLifecycleConfigs(
|
|
7069
|
+
args?: ListNotebookInstanceLifecycleConfigsCommandInput,
|
|
7070
|
+
paginationConfig?: Pick<
|
|
7071
|
+
PaginationConfiguration,
|
|
7072
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7073
|
+
>
|
|
7074
|
+
): Paginator<ListNotebookInstanceLifecycleConfigsCommandOutput>;
|
|
7075
|
+
paginateListNotebookInstances(
|
|
7076
|
+
args?: ListNotebookInstancesCommandInput,
|
|
7077
|
+
paginationConfig?: Pick<
|
|
7078
|
+
PaginationConfiguration,
|
|
7079
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7080
|
+
>
|
|
7081
|
+
): Paginator<ListNotebookInstancesCommandOutput>;
|
|
7082
|
+
paginateListOptimizationJobs(
|
|
7083
|
+
args?: ListOptimizationJobsCommandInput,
|
|
7084
|
+
paginationConfig?: Pick<
|
|
7085
|
+
PaginationConfiguration,
|
|
7086
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7087
|
+
>
|
|
7088
|
+
): Paginator<ListOptimizationJobsCommandOutput>;
|
|
7089
|
+
paginateListPartnerApps(
|
|
7090
|
+
args?: ListPartnerAppsCommandInput,
|
|
7091
|
+
paginationConfig?: Pick<
|
|
7092
|
+
PaginationConfiguration,
|
|
7093
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7094
|
+
>
|
|
7095
|
+
): Paginator<ListPartnerAppsCommandOutput>;
|
|
7096
|
+
paginateListPipelineExecutions(
|
|
7097
|
+
args: ListPipelineExecutionsCommandInput,
|
|
7098
|
+
paginationConfig?: Pick<
|
|
7099
|
+
PaginationConfiguration,
|
|
7100
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7101
|
+
>
|
|
7102
|
+
): Paginator<ListPipelineExecutionsCommandOutput>;
|
|
7103
|
+
paginateListPipelineExecutionSteps(
|
|
7104
|
+
args?: ListPipelineExecutionStepsCommandInput,
|
|
7105
|
+
paginationConfig?: Pick<
|
|
7106
|
+
PaginationConfiguration,
|
|
7107
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7108
|
+
>
|
|
7109
|
+
): Paginator<ListPipelineExecutionStepsCommandOutput>;
|
|
7110
|
+
paginateListPipelineParametersForExecution(
|
|
7111
|
+
args: ListPipelineParametersForExecutionCommandInput,
|
|
7112
|
+
paginationConfig?: Pick<
|
|
7113
|
+
PaginationConfiguration,
|
|
7114
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7115
|
+
>
|
|
7116
|
+
): Paginator<ListPipelineParametersForExecutionCommandOutput>;
|
|
7117
|
+
paginateListPipelines(
|
|
7118
|
+
args?: ListPipelinesCommandInput,
|
|
7119
|
+
paginationConfig?: Pick<
|
|
7120
|
+
PaginationConfiguration,
|
|
7121
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7122
|
+
>
|
|
7123
|
+
): Paginator<ListPipelinesCommandOutput>;
|
|
7124
|
+
paginateListPipelineVersions(
|
|
7125
|
+
args: ListPipelineVersionsCommandInput,
|
|
7126
|
+
paginationConfig?: Pick<
|
|
7127
|
+
PaginationConfiguration,
|
|
7128
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7129
|
+
>
|
|
7130
|
+
): Paginator<ListPipelineVersionsCommandOutput>;
|
|
7131
|
+
paginateListProcessingJobs(
|
|
7132
|
+
args?: ListProcessingJobsCommandInput,
|
|
7133
|
+
paginationConfig?: Pick<
|
|
7134
|
+
PaginationConfiguration,
|
|
7135
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7136
|
+
>
|
|
7137
|
+
): Paginator<ListProcessingJobsCommandOutput>;
|
|
7138
|
+
paginateListProjects(
|
|
7139
|
+
args?: ListProjectsCommandInput,
|
|
7140
|
+
paginationConfig?: Pick<
|
|
7141
|
+
PaginationConfiguration,
|
|
7142
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7143
|
+
>
|
|
7144
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
7145
|
+
paginateListResourceCatalogs(
|
|
7146
|
+
args?: ListResourceCatalogsCommandInput,
|
|
7147
|
+
paginationConfig?: Pick<
|
|
7148
|
+
PaginationConfiguration,
|
|
7149
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7150
|
+
>
|
|
7151
|
+
): Paginator<ListResourceCatalogsCommandOutput>;
|
|
7152
|
+
paginateListSpaces(
|
|
7153
|
+
args?: ListSpacesCommandInput,
|
|
7154
|
+
paginationConfig?: Pick<
|
|
7155
|
+
PaginationConfiguration,
|
|
7156
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7157
|
+
>
|
|
7158
|
+
): Paginator<ListSpacesCommandOutput>;
|
|
7159
|
+
paginateListStageDevices(
|
|
7160
|
+
args: ListStageDevicesCommandInput,
|
|
7161
|
+
paginationConfig?: Pick<
|
|
7162
|
+
PaginationConfiguration,
|
|
7163
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7164
|
+
>
|
|
7165
|
+
): Paginator<ListStageDevicesCommandOutput>;
|
|
7166
|
+
paginateListStudioLifecycleConfigs(
|
|
7167
|
+
args?: ListStudioLifecycleConfigsCommandInput,
|
|
7168
|
+
paginationConfig?: Pick<
|
|
7169
|
+
PaginationConfiguration,
|
|
7170
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7171
|
+
>
|
|
7172
|
+
): Paginator<ListStudioLifecycleConfigsCommandOutput>;
|
|
7173
|
+
paginateListSubscribedWorkteams(
|
|
7174
|
+
args?: ListSubscribedWorkteamsCommandInput,
|
|
7175
|
+
paginationConfig?: Pick<
|
|
7176
|
+
PaginationConfiguration,
|
|
7177
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7178
|
+
>
|
|
7179
|
+
): Paginator<ListSubscribedWorkteamsCommandOutput>;
|
|
7180
|
+
paginateListTags(
|
|
7181
|
+
args: ListTagsCommandInput,
|
|
7182
|
+
paginationConfig?: Pick<
|
|
7183
|
+
PaginationConfiguration,
|
|
7184
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7185
|
+
>
|
|
7186
|
+
): Paginator<ListTagsCommandOutput>;
|
|
7187
|
+
paginateListTrainingJobs(
|
|
7188
|
+
args?: ListTrainingJobsCommandInput,
|
|
7189
|
+
paginationConfig?: Pick<
|
|
7190
|
+
PaginationConfiguration,
|
|
7191
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7192
|
+
>
|
|
7193
|
+
): Paginator<ListTrainingJobsCommandOutput>;
|
|
7194
|
+
paginateListTrainingJobsForHyperParameterTuningJob(
|
|
7195
|
+
args: ListTrainingJobsForHyperParameterTuningJobCommandInput,
|
|
7196
|
+
paginationConfig?: Pick<
|
|
7197
|
+
PaginationConfiguration,
|
|
7198
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7199
|
+
>
|
|
7200
|
+
): Paginator<ListTrainingJobsForHyperParameterTuningJobCommandOutput>;
|
|
7201
|
+
paginateListTrainingPlans(
|
|
7202
|
+
args?: ListTrainingPlansCommandInput,
|
|
7203
|
+
paginationConfig?: Pick<
|
|
7204
|
+
PaginationConfiguration,
|
|
7205
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7206
|
+
>
|
|
7207
|
+
): Paginator<ListTrainingPlansCommandOutput>;
|
|
7208
|
+
paginateListTransformJobs(
|
|
7209
|
+
args?: ListTransformJobsCommandInput,
|
|
7210
|
+
paginationConfig?: Pick<
|
|
7211
|
+
PaginationConfiguration,
|
|
7212
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7213
|
+
>
|
|
7214
|
+
): Paginator<ListTransformJobsCommandOutput>;
|
|
7215
|
+
paginateListTrialComponents(
|
|
7216
|
+
args?: ListTrialComponentsCommandInput,
|
|
7217
|
+
paginationConfig?: Pick<
|
|
7218
|
+
PaginationConfiguration,
|
|
7219
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7220
|
+
>
|
|
7221
|
+
): Paginator<ListTrialComponentsCommandOutput>;
|
|
7222
|
+
paginateListTrials(
|
|
7223
|
+
args?: ListTrialsCommandInput,
|
|
7224
|
+
paginationConfig?: Pick<
|
|
7225
|
+
PaginationConfiguration,
|
|
7226
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7227
|
+
>
|
|
7228
|
+
): Paginator<ListTrialsCommandOutput>;
|
|
7229
|
+
paginateListUltraServersByReservedCapacity(
|
|
7230
|
+
args: ListUltraServersByReservedCapacityCommandInput,
|
|
7231
|
+
paginationConfig?: Pick<
|
|
7232
|
+
PaginationConfiguration,
|
|
7233
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7234
|
+
>
|
|
7235
|
+
): Paginator<ListUltraServersByReservedCapacityCommandOutput>;
|
|
7236
|
+
paginateListUserProfiles(
|
|
7237
|
+
args?: ListUserProfilesCommandInput,
|
|
7238
|
+
paginationConfig?: Pick<
|
|
7239
|
+
PaginationConfiguration,
|
|
7240
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7241
|
+
>
|
|
7242
|
+
): Paginator<ListUserProfilesCommandOutput>;
|
|
7243
|
+
paginateListWorkforces(
|
|
7244
|
+
args?: ListWorkforcesCommandInput,
|
|
7245
|
+
paginationConfig?: Pick<
|
|
7246
|
+
PaginationConfiguration,
|
|
7247
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7248
|
+
>
|
|
7249
|
+
): Paginator<ListWorkforcesCommandOutput>;
|
|
7250
|
+
paginateListWorkteams(
|
|
7251
|
+
args?: ListWorkteamsCommandInput,
|
|
7252
|
+
paginationConfig?: Pick<
|
|
7253
|
+
PaginationConfiguration,
|
|
7254
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7255
|
+
>
|
|
7256
|
+
): Paginator<ListWorkteamsCommandOutput>;
|
|
7257
|
+
paginateQueryLineage(
|
|
7258
|
+
args?: QueryLineageCommandInput,
|
|
7259
|
+
paginationConfig?: Pick<
|
|
7260
|
+
PaginationConfiguration,
|
|
7261
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7262
|
+
>
|
|
7263
|
+
): Paginator<QueryLineageCommandOutput>;
|
|
7264
|
+
paginateSearch(
|
|
7265
|
+
args: SearchCommandInput,
|
|
7266
|
+
paginationConfig?: Pick<
|
|
7267
|
+
PaginationConfiguration,
|
|
7268
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
7269
|
+
>
|
|
7270
|
+
): Paginator<SearchCommandOutput>;
|
|
7271
|
+
waitUntilEndpointDeleted(
|
|
7272
|
+
args: DescribeEndpointCommandInput,
|
|
7273
|
+
waiterConfig:
|
|
7274
|
+
| number
|
|
7275
|
+
| Pick<
|
|
7276
|
+
WaiterConfiguration<SageMaker>,
|
|
7277
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7278
|
+
>
|
|
7279
|
+
): Promise<WaiterResult>;
|
|
7280
|
+
waitUntilEndpointInService(
|
|
7281
|
+
args: DescribeEndpointCommandInput,
|
|
7282
|
+
waiterConfig:
|
|
7283
|
+
| number
|
|
7284
|
+
| Pick<
|
|
7285
|
+
WaiterConfiguration<SageMaker>,
|
|
7286
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7287
|
+
>
|
|
7288
|
+
): Promise<WaiterResult>;
|
|
7289
|
+
waitUntilImageCreated(
|
|
7290
|
+
args: DescribeImageCommandInput,
|
|
7291
|
+
waiterConfig:
|
|
7292
|
+
| number
|
|
7293
|
+
| Pick<
|
|
7294
|
+
WaiterConfiguration<SageMaker>,
|
|
7295
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7296
|
+
>
|
|
7297
|
+
): Promise<WaiterResult>;
|
|
7298
|
+
waitUntilImageDeleted(
|
|
7299
|
+
args: DescribeImageCommandInput,
|
|
7300
|
+
waiterConfig:
|
|
7301
|
+
| number
|
|
7302
|
+
| Pick<
|
|
7303
|
+
WaiterConfiguration<SageMaker>,
|
|
7304
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7305
|
+
>
|
|
7306
|
+
): Promise<WaiterResult>;
|
|
7307
|
+
waitUntilImageUpdated(
|
|
7308
|
+
args: DescribeImageCommandInput,
|
|
7309
|
+
waiterConfig:
|
|
7310
|
+
| number
|
|
7311
|
+
| Pick<
|
|
7312
|
+
WaiterConfiguration<SageMaker>,
|
|
7313
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7314
|
+
>
|
|
7315
|
+
): Promise<WaiterResult>;
|
|
7316
|
+
waitUntilImageVersionCreated(
|
|
7317
|
+
args: DescribeImageVersionCommandInput,
|
|
7318
|
+
waiterConfig:
|
|
7319
|
+
| number
|
|
7320
|
+
| Pick<
|
|
7321
|
+
WaiterConfiguration<SageMaker>,
|
|
7322
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7323
|
+
>
|
|
7324
|
+
): Promise<WaiterResult>;
|
|
7325
|
+
waitUntilImageVersionDeleted(
|
|
7326
|
+
args: DescribeImageVersionCommandInput,
|
|
7327
|
+
waiterConfig:
|
|
7328
|
+
| number
|
|
7329
|
+
| Pick<
|
|
7330
|
+
WaiterConfiguration<SageMaker>,
|
|
7331
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7332
|
+
>
|
|
7333
|
+
): Promise<WaiterResult>;
|
|
7334
|
+
waitUntilNotebookInstanceDeleted(
|
|
7335
|
+
args: DescribeNotebookInstanceCommandInput,
|
|
7336
|
+
waiterConfig:
|
|
7337
|
+
| number
|
|
7338
|
+
| Pick<
|
|
7339
|
+
WaiterConfiguration<SageMaker>,
|
|
7340
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7341
|
+
>
|
|
7342
|
+
): Promise<WaiterResult>;
|
|
7343
|
+
waitUntilNotebookInstanceInService(
|
|
7344
|
+
args: DescribeNotebookInstanceCommandInput,
|
|
7345
|
+
waiterConfig:
|
|
7346
|
+
| number
|
|
7347
|
+
| Pick<
|
|
7348
|
+
WaiterConfiguration<SageMaker>,
|
|
7349
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7350
|
+
>
|
|
7351
|
+
): Promise<WaiterResult>;
|
|
7352
|
+
waitUntilNotebookInstanceStopped(
|
|
7353
|
+
args: DescribeNotebookInstanceCommandInput,
|
|
7354
|
+
waiterConfig:
|
|
7355
|
+
| number
|
|
7356
|
+
| Pick<
|
|
7357
|
+
WaiterConfiguration<SageMaker>,
|
|
7358
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7359
|
+
>
|
|
7360
|
+
): Promise<WaiterResult>;
|
|
7361
|
+
waitUntilProcessingJobCompletedOrStopped(
|
|
7362
|
+
args: DescribeProcessingJobCommandInput,
|
|
7363
|
+
waiterConfig:
|
|
7364
|
+
| number
|
|
7365
|
+
| Pick<
|
|
7366
|
+
WaiterConfiguration<SageMaker>,
|
|
7367
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7368
|
+
>
|
|
7369
|
+
): Promise<WaiterResult>;
|
|
7370
|
+
waitUntilTrainingJobCompletedOrStopped(
|
|
7371
|
+
args: DescribeTrainingJobCommandInput,
|
|
7372
|
+
waiterConfig:
|
|
7373
|
+
| number
|
|
7374
|
+
| Pick<
|
|
7375
|
+
WaiterConfiguration<SageMaker>,
|
|
7376
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7377
|
+
>
|
|
7378
|
+
): Promise<WaiterResult>;
|
|
7379
|
+
waitUntilTransformJobCompletedOrStopped(
|
|
7380
|
+
args: DescribeTransformJobCommandInput,
|
|
7381
|
+
waiterConfig:
|
|
7382
|
+
| number
|
|
7383
|
+
| Pick<
|
|
7384
|
+
WaiterConfiguration<SageMaker>,
|
|
7385
|
+
Exclude<keyof WaiterConfiguration<SageMaker>, "client">
|
|
7386
|
+
>
|
|
7387
|
+
): Promise<WaiterResult>;
|
|
6670
7388
|
}
|
|
6671
7389
|
export declare class SageMaker extends SageMakerClient implements SageMaker {}
|