@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,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
|
|
3
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
4
5
|
import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "./commands/AssociateTrialComponentCommand";
|
|
@@ -2727,6 +2728,679 @@ export interface SageMaker {
|
|
|
2727
2728
|
updateWorkteam(args: UpdateWorkteamCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkteamCommandOutput>;
|
|
2728
2729
|
updateWorkteam(args: UpdateWorkteamCommandInput, cb: (err: any, data?: UpdateWorkteamCommandOutput) => void): void;
|
|
2729
2730
|
updateWorkteam(args: UpdateWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkteamCommandOutput) => void): void;
|
|
2731
|
+
/**
|
|
2732
|
+
* @see {@link CreateHubContentPresignedUrlsCommand}
|
|
2733
|
+
* @param args - command input.
|
|
2734
|
+
* @param paginationConfig - optional pagination config.
|
|
2735
|
+
* @returns AsyncIterable of {@link CreateHubContentPresignedUrlsCommandOutput}.
|
|
2736
|
+
*/
|
|
2737
|
+
paginateCreateHubContentPresignedUrls(args: CreateHubContentPresignedUrlsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<CreateHubContentPresignedUrlsCommandOutput>;
|
|
2738
|
+
/**
|
|
2739
|
+
* @see {@link ListActionsCommand}
|
|
2740
|
+
* @param args - command input.
|
|
2741
|
+
* @param paginationConfig - optional pagination config.
|
|
2742
|
+
* @returns AsyncIterable of {@link ListActionsCommandOutput}.
|
|
2743
|
+
*/
|
|
2744
|
+
paginateListActions(args?: ListActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListActionsCommandOutput>;
|
|
2745
|
+
/**
|
|
2746
|
+
* @see {@link ListAlgorithmsCommand}
|
|
2747
|
+
* @param args - command input.
|
|
2748
|
+
* @param paginationConfig - optional pagination config.
|
|
2749
|
+
* @returns AsyncIterable of {@link ListAlgorithmsCommandOutput}.
|
|
2750
|
+
*/
|
|
2751
|
+
paginateListAlgorithms(args?: ListAlgorithmsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAlgorithmsCommandOutput>;
|
|
2752
|
+
/**
|
|
2753
|
+
* @see {@link ListAliasesCommand}
|
|
2754
|
+
* @param args - command input.
|
|
2755
|
+
* @param paginationConfig - optional pagination config.
|
|
2756
|
+
* @returns AsyncIterable of {@link ListAliasesCommandOutput}.
|
|
2757
|
+
*/
|
|
2758
|
+
paginateListAliases(args: ListAliasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAliasesCommandOutput>;
|
|
2759
|
+
/**
|
|
2760
|
+
* @see {@link ListAppImageConfigsCommand}
|
|
2761
|
+
* @param args - command input.
|
|
2762
|
+
* @param paginationConfig - optional pagination config.
|
|
2763
|
+
* @returns AsyncIterable of {@link ListAppImageConfigsCommandOutput}.
|
|
2764
|
+
*/
|
|
2765
|
+
paginateListAppImageConfigs(args?: ListAppImageConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAppImageConfigsCommandOutput>;
|
|
2766
|
+
/**
|
|
2767
|
+
* @see {@link ListAppsCommand}
|
|
2768
|
+
* @param args - command input.
|
|
2769
|
+
* @param paginationConfig - optional pagination config.
|
|
2770
|
+
* @returns AsyncIterable of {@link ListAppsCommandOutput}.
|
|
2771
|
+
*/
|
|
2772
|
+
paginateListApps(args?: ListAppsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAppsCommandOutput>;
|
|
2773
|
+
/**
|
|
2774
|
+
* @see {@link ListArtifactsCommand}
|
|
2775
|
+
* @param args - command input.
|
|
2776
|
+
* @param paginationConfig - optional pagination config.
|
|
2777
|
+
* @returns AsyncIterable of {@link ListArtifactsCommandOutput}.
|
|
2778
|
+
*/
|
|
2779
|
+
paginateListArtifacts(args?: ListArtifactsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListArtifactsCommandOutput>;
|
|
2780
|
+
/**
|
|
2781
|
+
* @see {@link ListAssociationsCommand}
|
|
2782
|
+
* @param args - command input.
|
|
2783
|
+
* @param paginationConfig - optional pagination config.
|
|
2784
|
+
* @returns AsyncIterable of {@link ListAssociationsCommandOutput}.
|
|
2785
|
+
*/
|
|
2786
|
+
paginateListAssociations(args?: ListAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssociationsCommandOutput>;
|
|
2787
|
+
/**
|
|
2788
|
+
* @see {@link ListAutoMLJobsCommand}
|
|
2789
|
+
* @param args - command input.
|
|
2790
|
+
* @param paginationConfig - optional pagination config.
|
|
2791
|
+
* @returns AsyncIterable of {@link ListAutoMLJobsCommandOutput}.
|
|
2792
|
+
*/
|
|
2793
|
+
paginateListAutoMLJobs(args?: ListAutoMLJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutoMLJobsCommandOutput>;
|
|
2794
|
+
/**
|
|
2795
|
+
* @see {@link ListCandidatesForAutoMLJobCommand}
|
|
2796
|
+
* @param args - command input.
|
|
2797
|
+
* @param paginationConfig - optional pagination config.
|
|
2798
|
+
* @returns AsyncIterable of {@link ListCandidatesForAutoMLJobCommandOutput}.
|
|
2799
|
+
*/
|
|
2800
|
+
paginateListCandidatesForAutoMLJob(args: ListCandidatesForAutoMLJobCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCandidatesForAutoMLJobCommandOutput>;
|
|
2801
|
+
/**
|
|
2802
|
+
* @see {@link ListClusterEventsCommand}
|
|
2803
|
+
* @param args - command input.
|
|
2804
|
+
* @param paginationConfig - optional pagination config.
|
|
2805
|
+
* @returns AsyncIterable of {@link ListClusterEventsCommandOutput}.
|
|
2806
|
+
*/
|
|
2807
|
+
paginateListClusterEvents(args: ListClusterEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClusterEventsCommandOutput>;
|
|
2808
|
+
/**
|
|
2809
|
+
* @see {@link ListClusterNodesCommand}
|
|
2810
|
+
* @param args - command input.
|
|
2811
|
+
* @param paginationConfig - optional pagination config.
|
|
2812
|
+
* @returns AsyncIterable of {@link ListClusterNodesCommandOutput}.
|
|
2813
|
+
*/
|
|
2814
|
+
paginateListClusterNodes(args: ListClusterNodesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClusterNodesCommandOutput>;
|
|
2815
|
+
/**
|
|
2816
|
+
* @see {@link ListClustersCommand}
|
|
2817
|
+
* @param args - command input.
|
|
2818
|
+
* @param paginationConfig - optional pagination config.
|
|
2819
|
+
* @returns AsyncIterable of {@link ListClustersCommandOutput}.
|
|
2820
|
+
*/
|
|
2821
|
+
paginateListClusters(args?: ListClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClustersCommandOutput>;
|
|
2822
|
+
/**
|
|
2823
|
+
* @see {@link ListClusterSchedulerConfigsCommand}
|
|
2824
|
+
* @param args - command input.
|
|
2825
|
+
* @param paginationConfig - optional pagination config.
|
|
2826
|
+
* @returns AsyncIterable of {@link ListClusterSchedulerConfigsCommandOutput}.
|
|
2827
|
+
*/
|
|
2828
|
+
paginateListClusterSchedulerConfigs(args?: ListClusterSchedulerConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClusterSchedulerConfigsCommandOutput>;
|
|
2829
|
+
/**
|
|
2830
|
+
* @see {@link ListCodeRepositoriesCommand}
|
|
2831
|
+
* @param args - command input.
|
|
2832
|
+
* @param paginationConfig - optional pagination config.
|
|
2833
|
+
* @returns AsyncIterable of {@link ListCodeRepositoriesCommandOutput}.
|
|
2834
|
+
*/
|
|
2835
|
+
paginateListCodeRepositories(args?: ListCodeRepositoriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCodeRepositoriesCommandOutput>;
|
|
2836
|
+
/**
|
|
2837
|
+
* @see {@link ListCompilationJobsCommand}
|
|
2838
|
+
* @param args - command input.
|
|
2839
|
+
* @param paginationConfig - optional pagination config.
|
|
2840
|
+
* @returns AsyncIterable of {@link ListCompilationJobsCommandOutput}.
|
|
2841
|
+
*/
|
|
2842
|
+
paginateListCompilationJobs(args?: ListCompilationJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCompilationJobsCommandOutput>;
|
|
2843
|
+
/**
|
|
2844
|
+
* @see {@link ListComputeQuotasCommand}
|
|
2845
|
+
* @param args - command input.
|
|
2846
|
+
* @param paginationConfig - optional pagination config.
|
|
2847
|
+
* @returns AsyncIterable of {@link ListComputeQuotasCommandOutput}.
|
|
2848
|
+
*/
|
|
2849
|
+
paginateListComputeQuotas(args?: ListComputeQuotasCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComputeQuotasCommandOutput>;
|
|
2850
|
+
/**
|
|
2851
|
+
* @see {@link ListContextsCommand}
|
|
2852
|
+
* @param args - command input.
|
|
2853
|
+
* @param paginationConfig - optional pagination config.
|
|
2854
|
+
* @returns AsyncIterable of {@link ListContextsCommandOutput}.
|
|
2855
|
+
*/
|
|
2856
|
+
paginateListContexts(args?: ListContextsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContextsCommandOutput>;
|
|
2857
|
+
/**
|
|
2858
|
+
* @see {@link ListDataQualityJobDefinitionsCommand}
|
|
2859
|
+
* @param args - command input.
|
|
2860
|
+
* @param paginationConfig - optional pagination config.
|
|
2861
|
+
* @returns AsyncIterable of {@link ListDataQualityJobDefinitionsCommandOutput}.
|
|
2862
|
+
*/
|
|
2863
|
+
paginateListDataQualityJobDefinitions(args?: ListDataQualityJobDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataQualityJobDefinitionsCommandOutput>;
|
|
2864
|
+
/**
|
|
2865
|
+
* @see {@link ListDeviceFleetsCommand}
|
|
2866
|
+
* @param args - command input.
|
|
2867
|
+
* @param paginationConfig - optional pagination config.
|
|
2868
|
+
* @returns AsyncIterable of {@link ListDeviceFleetsCommandOutput}.
|
|
2869
|
+
*/
|
|
2870
|
+
paginateListDeviceFleets(args?: ListDeviceFleetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDeviceFleetsCommandOutput>;
|
|
2871
|
+
/**
|
|
2872
|
+
* @see {@link ListDevicesCommand}
|
|
2873
|
+
* @param args - command input.
|
|
2874
|
+
* @param paginationConfig - optional pagination config.
|
|
2875
|
+
* @returns AsyncIterable of {@link ListDevicesCommandOutput}.
|
|
2876
|
+
*/
|
|
2877
|
+
paginateListDevices(args?: ListDevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDevicesCommandOutput>;
|
|
2878
|
+
/**
|
|
2879
|
+
* @see {@link ListDomainsCommand}
|
|
2880
|
+
* @param args - command input.
|
|
2881
|
+
* @param paginationConfig - optional pagination config.
|
|
2882
|
+
* @returns AsyncIterable of {@link ListDomainsCommandOutput}.
|
|
2883
|
+
*/
|
|
2884
|
+
paginateListDomains(args?: ListDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainsCommandOutput>;
|
|
2885
|
+
/**
|
|
2886
|
+
* @see {@link ListEdgeDeploymentPlansCommand}
|
|
2887
|
+
* @param args - command input.
|
|
2888
|
+
* @param paginationConfig - optional pagination config.
|
|
2889
|
+
* @returns AsyncIterable of {@link ListEdgeDeploymentPlansCommandOutput}.
|
|
2890
|
+
*/
|
|
2891
|
+
paginateListEdgeDeploymentPlans(args?: ListEdgeDeploymentPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEdgeDeploymentPlansCommandOutput>;
|
|
2892
|
+
/**
|
|
2893
|
+
* @see {@link ListEdgePackagingJobsCommand}
|
|
2894
|
+
* @param args - command input.
|
|
2895
|
+
* @param paginationConfig - optional pagination config.
|
|
2896
|
+
* @returns AsyncIterable of {@link ListEdgePackagingJobsCommandOutput}.
|
|
2897
|
+
*/
|
|
2898
|
+
paginateListEdgePackagingJobs(args?: ListEdgePackagingJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEdgePackagingJobsCommandOutput>;
|
|
2899
|
+
/**
|
|
2900
|
+
* @see {@link ListEndpointConfigsCommand}
|
|
2901
|
+
* @param args - command input.
|
|
2902
|
+
* @param paginationConfig - optional pagination config.
|
|
2903
|
+
* @returns AsyncIterable of {@link ListEndpointConfigsCommandOutput}.
|
|
2904
|
+
*/
|
|
2905
|
+
paginateListEndpointConfigs(args?: ListEndpointConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEndpointConfigsCommandOutput>;
|
|
2906
|
+
/**
|
|
2907
|
+
* @see {@link ListEndpointsCommand}
|
|
2908
|
+
* @param args - command input.
|
|
2909
|
+
* @param paginationConfig - optional pagination config.
|
|
2910
|
+
* @returns AsyncIterable of {@link ListEndpointsCommandOutput}.
|
|
2911
|
+
*/
|
|
2912
|
+
paginateListEndpoints(args?: ListEndpointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEndpointsCommandOutput>;
|
|
2913
|
+
/**
|
|
2914
|
+
* @see {@link ListExperimentsCommand}
|
|
2915
|
+
* @param args - command input.
|
|
2916
|
+
* @param paginationConfig - optional pagination config.
|
|
2917
|
+
* @returns AsyncIterable of {@link ListExperimentsCommandOutput}.
|
|
2918
|
+
*/
|
|
2919
|
+
paginateListExperiments(args?: ListExperimentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListExperimentsCommandOutput>;
|
|
2920
|
+
/**
|
|
2921
|
+
* @see {@link ListFeatureGroupsCommand}
|
|
2922
|
+
* @param args - command input.
|
|
2923
|
+
* @param paginationConfig - optional pagination config.
|
|
2924
|
+
* @returns AsyncIterable of {@link ListFeatureGroupsCommandOutput}.
|
|
2925
|
+
*/
|
|
2926
|
+
paginateListFeatureGroups(args?: ListFeatureGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFeatureGroupsCommandOutput>;
|
|
2927
|
+
/**
|
|
2928
|
+
* @see {@link ListFlowDefinitionsCommand}
|
|
2929
|
+
* @param args - command input.
|
|
2930
|
+
* @param paginationConfig - optional pagination config.
|
|
2931
|
+
* @returns AsyncIterable of {@link ListFlowDefinitionsCommandOutput}.
|
|
2932
|
+
*/
|
|
2933
|
+
paginateListFlowDefinitions(args?: ListFlowDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFlowDefinitionsCommandOutput>;
|
|
2934
|
+
/**
|
|
2935
|
+
* @see {@link ListHumanTaskUisCommand}
|
|
2936
|
+
* @param args - command input.
|
|
2937
|
+
* @param paginationConfig - optional pagination config.
|
|
2938
|
+
* @returns AsyncIterable of {@link ListHumanTaskUisCommandOutput}.
|
|
2939
|
+
*/
|
|
2940
|
+
paginateListHumanTaskUis(args?: ListHumanTaskUisCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHumanTaskUisCommandOutput>;
|
|
2941
|
+
/**
|
|
2942
|
+
* @see {@link ListHyperParameterTuningJobsCommand}
|
|
2943
|
+
* @param args - command input.
|
|
2944
|
+
* @param paginationConfig - optional pagination config.
|
|
2945
|
+
* @returns AsyncIterable of {@link ListHyperParameterTuningJobsCommandOutput}.
|
|
2946
|
+
*/
|
|
2947
|
+
paginateListHyperParameterTuningJobs(args?: ListHyperParameterTuningJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHyperParameterTuningJobsCommandOutput>;
|
|
2948
|
+
/**
|
|
2949
|
+
* @see {@link ListImagesCommand}
|
|
2950
|
+
* @param args - command input.
|
|
2951
|
+
* @param paginationConfig - optional pagination config.
|
|
2952
|
+
* @returns AsyncIterable of {@link ListImagesCommandOutput}.
|
|
2953
|
+
*/
|
|
2954
|
+
paginateListImages(args?: ListImagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagesCommandOutput>;
|
|
2955
|
+
/**
|
|
2956
|
+
* @see {@link ListImageVersionsCommand}
|
|
2957
|
+
* @param args - command input.
|
|
2958
|
+
* @param paginationConfig - optional pagination config.
|
|
2959
|
+
* @returns AsyncIterable of {@link ListImageVersionsCommandOutput}.
|
|
2960
|
+
*/
|
|
2961
|
+
paginateListImageVersions(args: ListImageVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImageVersionsCommandOutput>;
|
|
2962
|
+
/**
|
|
2963
|
+
* @see {@link ListInferenceComponentsCommand}
|
|
2964
|
+
* @param args - command input.
|
|
2965
|
+
* @param paginationConfig - optional pagination config.
|
|
2966
|
+
* @returns AsyncIterable of {@link ListInferenceComponentsCommandOutput}.
|
|
2967
|
+
*/
|
|
2968
|
+
paginateListInferenceComponents(args?: ListInferenceComponentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInferenceComponentsCommandOutput>;
|
|
2969
|
+
/**
|
|
2970
|
+
* @see {@link ListInferenceExperimentsCommand}
|
|
2971
|
+
* @param args - command input.
|
|
2972
|
+
* @param paginationConfig - optional pagination config.
|
|
2973
|
+
* @returns AsyncIterable of {@link ListInferenceExperimentsCommandOutput}.
|
|
2974
|
+
*/
|
|
2975
|
+
paginateListInferenceExperiments(args?: ListInferenceExperimentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInferenceExperimentsCommandOutput>;
|
|
2976
|
+
/**
|
|
2977
|
+
* @see {@link ListInferenceRecommendationsJobsCommand}
|
|
2978
|
+
* @param args - command input.
|
|
2979
|
+
* @param paginationConfig - optional pagination config.
|
|
2980
|
+
* @returns AsyncIterable of {@link ListInferenceRecommendationsJobsCommandOutput}.
|
|
2981
|
+
*/
|
|
2982
|
+
paginateListInferenceRecommendationsJobs(args?: ListInferenceRecommendationsJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInferenceRecommendationsJobsCommandOutput>;
|
|
2983
|
+
/**
|
|
2984
|
+
* @see {@link ListInferenceRecommendationsJobStepsCommand}
|
|
2985
|
+
* @param args - command input.
|
|
2986
|
+
* @param paginationConfig - optional pagination config.
|
|
2987
|
+
* @returns AsyncIterable of {@link ListInferenceRecommendationsJobStepsCommandOutput}.
|
|
2988
|
+
*/
|
|
2989
|
+
paginateListInferenceRecommendationsJobSteps(args: ListInferenceRecommendationsJobStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInferenceRecommendationsJobStepsCommandOutput>;
|
|
2990
|
+
/**
|
|
2991
|
+
* @see {@link ListLabelingJobsCommand}
|
|
2992
|
+
* @param args - command input.
|
|
2993
|
+
* @param paginationConfig - optional pagination config.
|
|
2994
|
+
* @returns AsyncIterable of {@link ListLabelingJobsCommandOutput}.
|
|
2995
|
+
*/
|
|
2996
|
+
paginateListLabelingJobs(args?: ListLabelingJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLabelingJobsCommandOutput>;
|
|
2997
|
+
/**
|
|
2998
|
+
* @see {@link ListLabelingJobsForWorkteamCommand}
|
|
2999
|
+
* @param args - command input.
|
|
3000
|
+
* @param paginationConfig - optional pagination config.
|
|
3001
|
+
* @returns AsyncIterable of {@link ListLabelingJobsForWorkteamCommandOutput}.
|
|
3002
|
+
*/
|
|
3003
|
+
paginateListLabelingJobsForWorkteam(args: ListLabelingJobsForWorkteamCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLabelingJobsForWorkteamCommandOutput>;
|
|
3004
|
+
/**
|
|
3005
|
+
* @see {@link ListLineageGroupsCommand}
|
|
3006
|
+
* @param args - command input.
|
|
3007
|
+
* @param paginationConfig - optional pagination config.
|
|
3008
|
+
* @returns AsyncIterable of {@link ListLineageGroupsCommandOutput}.
|
|
3009
|
+
*/
|
|
3010
|
+
paginateListLineageGroups(args?: ListLineageGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLineageGroupsCommandOutput>;
|
|
3011
|
+
/**
|
|
3012
|
+
* @see {@link ListMlflowAppsCommand}
|
|
3013
|
+
* @param args - command input.
|
|
3014
|
+
* @param paginationConfig - optional pagination config.
|
|
3015
|
+
* @returns AsyncIterable of {@link ListMlflowAppsCommandOutput}.
|
|
3016
|
+
*/
|
|
3017
|
+
paginateListMlflowApps(args?: ListMlflowAppsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMlflowAppsCommandOutput>;
|
|
3018
|
+
/**
|
|
3019
|
+
* @see {@link ListMlflowTrackingServersCommand}
|
|
3020
|
+
* @param args - command input.
|
|
3021
|
+
* @param paginationConfig - optional pagination config.
|
|
3022
|
+
* @returns AsyncIterable of {@link ListMlflowTrackingServersCommandOutput}.
|
|
3023
|
+
*/
|
|
3024
|
+
paginateListMlflowTrackingServers(args?: ListMlflowTrackingServersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMlflowTrackingServersCommandOutput>;
|
|
3025
|
+
/**
|
|
3026
|
+
* @see {@link ListModelBiasJobDefinitionsCommand}
|
|
3027
|
+
* @param args - command input.
|
|
3028
|
+
* @param paginationConfig - optional pagination config.
|
|
3029
|
+
* @returns AsyncIterable of {@link ListModelBiasJobDefinitionsCommandOutput}.
|
|
3030
|
+
*/
|
|
3031
|
+
paginateListModelBiasJobDefinitions(args?: ListModelBiasJobDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelBiasJobDefinitionsCommandOutput>;
|
|
3032
|
+
/**
|
|
3033
|
+
* @see {@link ListModelCardExportJobsCommand}
|
|
3034
|
+
* @param args - command input.
|
|
3035
|
+
* @param paginationConfig - optional pagination config.
|
|
3036
|
+
* @returns AsyncIterable of {@link ListModelCardExportJobsCommandOutput}.
|
|
3037
|
+
*/
|
|
3038
|
+
paginateListModelCardExportJobs(args: ListModelCardExportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelCardExportJobsCommandOutput>;
|
|
3039
|
+
/**
|
|
3040
|
+
* @see {@link ListModelCardsCommand}
|
|
3041
|
+
* @param args - command input.
|
|
3042
|
+
* @param paginationConfig - optional pagination config.
|
|
3043
|
+
* @returns AsyncIterable of {@link ListModelCardsCommandOutput}.
|
|
3044
|
+
*/
|
|
3045
|
+
paginateListModelCards(args?: ListModelCardsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelCardsCommandOutput>;
|
|
3046
|
+
/**
|
|
3047
|
+
* @see {@link ListModelCardVersionsCommand}
|
|
3048
|
+
* @param args - command input.
|
|
3049
|
+
* @param paginationConfig - optional pagination config.
|
|
3050
|
+
* @returns AsyncIterable of {@link ListModelCardVersionsCommandOutput}.
|
|
3051
|
+
*/
|
|
3052
|
+
paginateListModelCardVersions(args: ListModelCardVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelCardVersionsCommandOutput>;
|
|
3053
|
+
/**
|
|
3054
|
+
* @see {@link ListModelExplainabilityJobDefinitionsCommand}
|
|
3055
|
+
* @param args - command input.
|
|
3056
|
+
* @param paginationConfig - optional pagination config.
|
|
3057
|
+
* @returns AsyncIterable of {@link ListModelExplainabilityJobDefinitionsCommandOutput}.
|
|
3058
|
+
*/
|
|
3059
|
+
paginateListModelExplainabilityJobDefinitions(args?: ListModelExplainabilityJobDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelExplainabilityJobDefinitionsCommandOutput>;
|
|
3060
|
+
/**
|
|
3061
|
+
* @see {@link ListModelMetadataCommand}
|
|
3062
|
+
* @param args - command input.
|
|
3063
|
+
* @param paginationConfig - optional pagination config.
|
|
3064
|
+
* @returns AsyncIterable of {@link ListModelMetadataCommandOutput}.
|
|
3065
|
+
*/
|
|
3066
|
+
paginateListModelMetadata(args?: ListModelMetadataCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelMetadataCommandOutput>;
|
|
3067
|
+
/**
|
|
3068
|
+
* @see {@link ListModelPackageGroupsCommand}
|
|
3069
|
+
* @param args - command input.
|
|
3070
|
+
* @param paginationConfig - optional pagination config.
|
|
3071
|
+
* @returns AsyncIterable of {@link ListModelPackageGroupsCommandOutput}.
|
|
3072
|
+
*/
|
|
3073
|
+
paginateListModelPackageGroups(args?: ListModelPackageGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelPackageGroupsCommandOutput>;
|
|
3074
|
+
/**
|
|
3075
|
+
* @see {@link ListModelPackagesCommand}
|
|
3076
|
+
* @param args - command input.
|
|
3077
|
+
* @param paginationConfig - optional pagination config.
|
|
3078
|
+
* @returns AsyncIterable of {@link ListModelPackagesCommandOutput}.
|
|
3079
|
+
*/
|
|
3080
|
+
paginateListModelPackages(args?: ListModelPackagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelPackagesCommandOutput>;
|
|
3081
|
+
/**
|
|
3082
|
+
* @see {@link ListModelQualityJobDefinitionsCommand}
|
|
3083
|
+
* @param args - command input.
|
|
3084
|
+
* @param paginationConfig - optional pagination config.
|
|
3085
|
+
* @returns AsyncIterable of {@link ListModelQualityJobDefinitionsCommandOutput}.
|
|
3086
|
+
*/
|
|
3087
|
+
paginateListModelQualityJobDefinitions(args?: ListModelQualityJobDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelQualityJobDefinitionsCommandOutput>;
|
|
3088
|
+
/**
|
|
3089
|
+
* @see {@link ListModelsCommand}
|
|
3090
|
+
* @param args - command input.
|
|
3091
|
+
* @param paginationConfig - optional pagination config.
|
|
3092
|
+
* @returns AsyncIterable of {@link ListModelsCommandOutput}.
|
|
3093
|
+
*/
|
|
3094
|
+
paginateListModels(args?: ListModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListModelsCommandOutput>;
|
|
3095
|
+
/**
|
|
3096
|
+
* @see {@link ListMonitoringAlertHistoryCommand}
|
|
3097
|
+
* @param args - command input.
|
|
3098
|
+
* @param paginationConfig - optional pagination config.
|
|
3099
|
+
* @returns AsyncIterable of {@link ListMonitoringAlertHistoryCommandOutput}.
|
|
3100
|
+
*/
|
|
3101
|
+
paginateListMonitoringAlertHistory(args?: ListMonitoringAlertHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMonitoringAlertHistoryCommandOutput>;
|
|
3102
|
+
/**
|
|
3103
|
+
* @see {@link ListMonitoringAlertsCommand}
|
|
3104
|
+
* @param args - command input.
|
|
3105
|
+
* @param paginationConfig - optional pagination config.
|
|
3106
|
+
* @returns AsyncIterable of {@link ListMonitoringAlertsCommandOutput}.
|
|
3107
|
+
*/
|
|
3108
|
+
paginateListMonitoringAlerts(args: ListMonitoringAlertsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMonitoringAlertsCommandOutput>;
|
|
3109
|
+
/**
|
|
3110
|
+
* @see {@link ListMonitoringExecutionsCommand}
|
|
3111
|
+
* @param args - command input.
|
|
3112
|
+
* @param paginationConfig - optional pagination config.
|
|
3113
|
+
* @returns AsyncIterable of {@link ListMonitoringExecutionsCommandOutput}.
|
|
3114
|
+
*/
|
|
3115
|
+
paginateListMonitoringExecutions(args?: ListMonitoringExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMonitoringExecutionsCommandOutput>;
|
|
3116
|
+
/**
|
|
3117
|
+
* @see {@link ListMonitoringSchedulesCommand}
|
|
3118
|
+
* @param args - command input.
|
|
3119
|
+
* @param paginationConfig - optional pagination config.
|
|
3120
|
+
* @returns AsyncIterable of {@link ListMonitoringSchedulesCommandOutput}.
|
|
3121
|
+
*/
|
|
3122
|
+
paginateListMonitoringSchedules(args?: ListMonitoringSchedulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMonitoringSchedulesCommandOutput>;
|
|
3123
|
+
/**
|
|
3124
|
+
* @see {@link ListNotebookInstanceLifecycleConfigsCommand}
|
|
3125
|
+
* @param args - command input.
|
|
3126
|
+
* @param paginationConfig - optional pagination config.
|
|
3127
|
+
* @returns AsyncIterable of {@link ListNotebookInstanceLifecycleConfigsCommandOutput}.
|
|
3128
|
+
*/
|
|
3129
|
+
paginateListNotebookInstanceLifecycleConfigs(args?: ListNotebookInstanceLifecycleConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNotebookInstanceLifecycleConfigsCommandOutput>;
|
|
3130
|
+
/**
|
|
3131
|
+
* @see {@link ListNotebookInstancesCommand}
|
|
3132
|
+
* @param args - command input.
|
|
3133
|
+
* @param paginationConfig - optional pagination config.
|
|
3134
|
+
* @returns AsyncIterable of {@link ListNotebookInstancesCommandOutput}.
|
|
3135
|
+
*/
|
|
3136
|
+
paginateListNotebookInstances(args?: ListNotebookInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNotebookInstancesCommandOutput>;
|
|
3137
|
+
/**
|
|
3138
|
+
* @see {@link ListOptimizationJobsCommand}
|
|
3139
|
+
* @param args - command input.
|
|
3140
|
+
* @param paginationConfig - optional pagination config.
|
|
3141
|
+
* @returns AsyncIterable of {@link ListOptimizationJobsCommandOutput}.
|
|
3142
|
+
*/
|
|
3143
|
+
paginateListOptimizationJobs(args?: ListOptimizationJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOptimizationJobsCommandOutput>;
|
|
3144
|
+
/**
|
|
3145
|
+
* @see {@link ListPartnerAppsCommand}
|
|
3146
|
+
* @param args - command input.
|
|
3147
|
+
* @param paginationConfig - optional pagination config.
|
|
3148
|
+
* @returns AsyncIterable of {@link ListPartnerAppsCommandOutput}.
|
|
3149
|
+
*/
|
|
3150
|
+
paginateListPartnerApps(args?: ListPartnerAppsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPartnerAppsCommandOutput>;
|
|
3151
|
+
/**
|
|
3152
|
+
* @see {@link ListPipelineExecutionsCommand}
|
|
3153
|
+
* @param args - command input.
|
|
3154
|
+
* @param paginationConfig - optional pagination config.
|
|
3155
|
+
* @returns AsyncIterable of {@link ListPipelineExecutionsCommandOutput}.
|
|
3156
|
+
*/
|
|
3157
|
+
paginateListPipelineExecutions(args: ListPipelineExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPipelineExecutionsCommandOutput>;
|
|
3158
|
+
/**
|
|
3159
|
+
* @see {@link ListPipelineExecutionStepsCommand}
|
|
3160
|
+
* @param args - command input.
|
|
3161
|
+
* @param paginationConfig - optional pagination config.
|
|
3162
|
+
* @returns AsyncIterable of {@link ListPipelineExecutionStepsCommandOutput}.
|
|
3163
|
+
*/
|
|
3164
|
+
paginateListPipelineExecutionSteps(args?: ListPipelineExecutionStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPipelineExecutionStepsCommandOutput>;
|
|
3165
|
+
/**
|
|
3166
|
+
* @see {@link ListPipelineParametersForExecutionCommand}
|
|
3167
|
+
* @param args - command input.
|
|
3168
|
+
* @param paginationConfig - optional pagination config.
|
|
3169
|
+
* @returns AsyncIterable of {@link ListPipelineParametersForExecutionCommandOutput}.
|
|
3170
|
+
*/
|
|
3171
|
+
paginateListPipelineParametersForExecution(args: ListPipelineParametersForExecutionCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPipelineParametersForExecutionCommandOutput>;
|
|
3172
|
+
/**
|
|
3173
|
+
* @see {@link ListPipelinesCommand}
|
|
3174
|
+
* @param args - command input.
|
|
3175
|
+
* @param paginationConfig - optional pagination config.
|
|
3176
|
+
* @returns AsyncIterable of {@link ListPipelinesCommandOutput}.
|
|
3177
|
+
*/
|
|
3178
|
+
paginateListPipelines(args?: ListPipelinesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPipelinesCommandOutput>;
|
|
3179
|
+
/**
|
|
3180
|
+
* @see {@link ListPipelineVersionsCommand}
|
|
3181
|
+
* @param args - command input.
|
|
3182
|
+
* @param paginationConfig - optional pagination config.
|
|
3183
|
+
* @returns AsyncIterable of {@link ListPipelineVersionsCommandOutput}.
|
|
3184
|
+
*/
|
|
3185
|
+
paginateListPipelineVersions(args: ListPipelineVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPipelineVersionsCommandOutput>;
|
|
3186
|
+
/**
|
|
3187
|
+
* @see {@link ListProcessingJobsCommand}
|
|
3188
|
+
* @param args - command input.
|
|
3189
|
+
* @param paginationConfig - optional pagination config.
|
|
3190
|
+
* @returns AsyncIterable of {@link ListProcessingJobsCommandOutput}.
|
|
3191
|
+
*/
|
|
3192
|
+
paginateListProcessingJobs(args?: ListProcessingJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProcessingJobsCommandOutput>;
|
|
3193
|
+
/**
|
|
3194
|
+
* @see {@link ListProjectsCommand}
|
|
3195
|
+
* @param args - command input.
|
|
3196
|
+
* @param paginationConfig - optional pagination config.
|
|
3197
|
+
* @returns AsyncIterable of {@link ListProjectsCommandOutput}.
|
|
3198
|
+
*/
|
|
3199
|
+
paginateListProjects(args?: ListProjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectsCommandOutput>;
|
|
3200
|
+
/**
|
|
3201
|
+
* @see {@link ListResourceCatalogsCommand}
|
|
3202
|
+
* @param args - command input.
|
|
3203
|
+
* @param paginationConfig - optional pagination config.
|
|
3204
|
+
* @returns AsyncIterable of {@link ListResourceCatalogsCommandOutput}.
|
|
3205
|
+
*/
|
|
3206
|
+
paginateListResourceCatalogs(args?: ListResourceCatalogsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceCatalogsCommandOutput>;
|
|
3207
|
+
/**
|
|
3208
|
+
* @see {@link ListSpacesCommand}
|
|
3209
|
+
* @param args - command input.
|
|
3210
|
+
* @param paginationConfig - optional pagination config.
|
|
3211
|
+
* @returns AsyncIterable of {@link ListSpacesCommandOutput}.
|
|
3212
|
+
*/
|
|
3213
|
+
paginateListSpaces(args?: ListSpacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSpacesCommandOutput>;
|
|
3214
|
+
/**
|
|
3215
|
+
* @see {@link ListStageDevicesCommand}
|
|
3216
|
+
* @param args - command input.
|
|
3217
|
+
* @param paginationConfig - optional pagination config.
|
|
3218
|
+
* @returns AsyncIterable of {@link ListStageDevicesCommandOutput}.
|
|
3219
|
+
*/
|
|
3220
|
+
paginateListStageDevices(args: ListStageDevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStageDevicesCommandOutput>;
|
|
3221
|
+
/**
|
|
3222
|
+
* @see {@link ListStudioLifecycleConfigsCommand}
|
|
3223
|
+
* @param args - command input.
|
|
3224
|
+
* @param paginationConfig - optional pagination config.
|
|
3225
|
+
* @returns AsyncIterable of {@link ListStudioLifecycleConfigsCommandOutput}.
|
|
3226
|
+
*/
|
|
3227
|
+
paginateListStudioLifecycleConfigs(args?: ListStudioLifecycleConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStudioLifecycleConfigsCommandOutput>;
|
|
3228
|
+
/**
|
|
3229
|
+
* @see {@link ListSubscribedWorkteamsCommand}
|
|
3230
|
+
* @param args - command input.
|
|
3231
|
+
* @param paginationConfig - optional pagination config.
|
|
3232
|
+
* @returns AsyncIterable of {@link ListSubscribedWorkteamsCommandOutput}.
|
|
3233
|
+
*/
|
|
3234
|
+
paginateListSubscribedWorkteams(args?: ListSubscribedWorkteamsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscribedWorkteamsCommandOutput>;
|
|
3235
|
+
/**
|
|
3236
|
+
* @see {@link ListTagsCommand}
|
|
3237
|
+
* @param args - command input.
|
|
3238
|
+
* @param paginationConfig - optional pagination config.
|
|
3239
|
+
* @returns AsyncIterable of {@link ListTagsCommandOutput}.
|
|
3240
|
+
*/
|
|
3241
|
+
paginateListTags(args: ListTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsCommandOutput>;
|
|
3242
|
+
/**
|
|
3243
|
+
* @see {@link ListTrainingJobsCommand}
|
|
3244
|
+
* @param args - command input.
|
|
3245
|
+
* @param paginationConfig - optional pagination config.
|
|
3246
|
+
* @returns AsyncIterable of {@link ListTrainingJobsCommandOutput}.
|
|
3247
|
+
*/
|
|
3248
|
+
paginateListTrainingJobs(args?: ListTrainingJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrainingJobsCommandOutput>;
|
|
3249
|
+
/**
|
|
3250
|
+
* @see {@link ListTrainingJobsForHyperParameterTuningJobCommand}
|
|
3251
|
+
* @param args - command input.
|
|
3252
|
+
* @param paginationConfig - optional pagination config.
|
|
3253
|
+
* @returns AsyncIterable of {@link ListTrainingJobsForHyperParameterTuningJobCommandOutput}.
|
|
3254
|
+
*/
|
|
3255
|
+
paginateListTrainingJobsForHyperParameterTuningJob(args: ListTrainingJobsForHyperParameterTuningJobCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrainingJobsForHyperParameterTuningJobCommandOutput>;
|
|
3256
|
+
/**
|
|
3257
|
+
* @see {@link ListTrainingPlansCommand}
|
|
3258
|
+
* @param args - command input.
|
|
3259
|
+
* @param paginationConfig - optional pagination config.
|
|
3260
|
+
* @returns AsyncIterable of {@link ListTrainingPlansCommandOutput}.
|
|
3261
|
+
*/
|
|
3262
|
+
paginateListTrainingPlans(args?: ListTrainingPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrainingPlansCommandOutput>;
|
|
3263
|
+
/**
|
|
3264
|
+
* @see {@link ListTransformJobsCommand}
|
|
3265
|
+
* @param args - command input.
|
|
3266
|
+
* @param paginationConfig - optional pagination config.
|
|
3267
|
+
* @returns AsyncIterable of {@link ListTransformJobsCommandOutput}.
|
|
3268
|
+
*/
|
|
3269
|
+
paginateListTransformJobs(args?: ListTransformJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTransformJobsCommandOutput>;
|
|
3270
|
+
/**
|
|
3271
|
+
* @see {@link ListTrialComponentsCommand}
|
|
3272
|
+
* @param args - command input.
|
|
3273
|
+
* @param paginationConfig - optional pagination config.
|
|
3274
|
+
* @returns AsyncIterable of {@link ListTrialComponentsCommandOutput}.
|
|
3275
|
+
*/
|
|
3276
|
+
paginateListTrialComponents(args?: ListTrialComponentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrialComponentsCommandOutput>;
|
|
3277
|
+
/**
|
|
3278
|
+
* @see {@link ListTrialsCommand}
|
|
3279
|
+
* @param args - command input.
|
|
3280
|
+
* @param paginationConfig - optional pagination config.
|
|
3281
|
+
* @returns AsyncIterable of {@link ListTrialsCommandOutput}.
|
|
3282
|
+
*/
|
|
3283
|
+
paginateListTrials(args?: ListTrialsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrialsCommandOutput>;
|
|
3284
|
+
/**
|
|
3285
|
+
* @see {@link ListUltraServersByReservedCapacityCommand}
|
|
3286
|
+
* @param args - command input.
|
|
3287
|
+
* @param paginationConfig - optional pagination config.
|
|
3288
|
+
* @returns AsyncIterable of {@link ListUltraServersByReservedCapacityCommandOutput}.
|
|
3289
|
+
*/
|
|
3290
|
+
paginateListUltraServersByReservedCapacity(args: ListUltraServersByReservedCapacityCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUltraServersByReservedCapacityCommandOutput>;
|
|
3291
|
+
/**
|
|
3292
|
+
* @see {@link ListUserProfilesCommand}
|
|
3293
|
+
* @param args - command input.
|
|
3294
|
+
* @param paginationConfig - optional pagination config.
|
|
3295
|
+
* @returns AsyncIterable of {@link ListUserProfilesCommandOutput}.
|
|
3296
|
+
*/
|
|
3297
|
+
paginateListUserProfiles(args?: ListUserProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserProfilesCommandOutput>;
|
|
3298
|
+
/**
|
|
3299
|
+
* @see {@link ListWorkforcesCommand}
|
|
3300
|
+
* @param args - command input.
|
|
3301
|
+
* @param paginationConfig - optional pagination config.
|
|
3302
|
+
* @returns AsyncIterable of {@link ListWorkforcesCommandOutput}.
|
|
3303
|
+
*/
|
|
3304
|
+
paginateListWorkforces(args?: ListWorkforcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkforcesCommandOutput>;
|
|
3305
|
+
/**
|
|
3306
|
+
* @see {@link ListWorkteamsCommand}
|
|
3307
|
+
* @param args - command input.
|
|
3308
|
+
* @param paginationConfig - optional pagination config.
|
|
3309
|
+
* @returns AsyncIterable of {@link ListWorkteamsCommandOutput}.
|
|
3310
|
+
*/
|
|
3311
|
+
paginateListWorkteams(args?: ListWorkteamsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkteamsCommandOutput>;
|
|
3312
|
+
/**
|
|
3313
|
+
* @see {@link QueryLineageCommand}
|
|
3314
|
+
* @param args - command input.
|
|
3315
|
+
* @param paginationConfig - optional pagination config.
|
|
3316
|
+
* @returns AsyncIterable of {@link QueryLineageCommandOutput}.
|
|
3317
|
+
*/
|
|
3318
|
+
paginateQueryLineage(args?: QueryLineageCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<QueryLineageCommandOutput>;
|
|
3319
|
+
/**
|
|
3320
|
+
* @see {@link SearchCommand}
|
|
3321
|
+
* @param args - command input.
|
|
3322
|
+
* @param paginationConfig - optional pagination config.
|
|
3323
|
+
* @returns AsyncIterable of {@link SearchCommandOutput}.
|
|
3324
|
+
*/
|
|
3325
|
+
paginateSearch(args: SearchCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchCommandOutput>;
|
|
3326
|
+
/**
|
|
3327
|
+
* @see {@link DescribeEndpointCommand}
|
|
3328
|
+
* @param args - command input.
|
|
3329
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3330
|
+
*/
|
|
3331
|
+
waitUntilEndpointDeleted(args: DescribeEndpointCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3332
|
+
/**
|
|
3333
|
+
* @see {@link DescribeEndpointCommand}
|
|
3334
|
+
* @param args - command input.
|
|
3335
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3336
|
+
*/
|
|
3337
|
+
waitUntilEndpointInService(args: DescribeEndpointCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3338
|
+
/**
|
|
3339
|
+
* @see {@link DescribeImageCommand}
|
|
3340
|
+
* @param args - command input.
|
|
3341
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3342
|
+
*/
|
|
3343
|
+
waitUntilImageCreated(args: DescribeImageCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3344
|
+
/**
|
|
3345
|
+
* @see {@link DescribeImageCommand}
|
|
3346
|
+
* @param args - command input.
|
|
3347
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3348
|
+
*/
|
|
3349
|
+
waitUntilImageDeleted(args: DescribeImageCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3350
|
+
/**
|
|
3351
|
+
* @see {@link DescribeImageCommand}
|
|
3352
|
+
* @param args - command input.
|
|
3353
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3354
|
+
*/
|
|
3355
|
+
waitUntilImageUpdated(args: DescribeImageCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3356
|
+
/**
|
|
3357
|
+
* @see {@link DescribeImageVersionCommand}
|
|
3358
|
+
* @param args - command input.
|
|
3359
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3360
|
+
*/
|
|
3361
|
+
waitUntilImageVersionCreated(args: DescribeImageVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3362
|
+
/**
|
|
3363
|
+
* @see {@link DescribeImageVersionCommand}
|
|
3364
|
+
* @param args - command input.
|
|
3365
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3366
|
+
*/
|
|
3367
|
+
waitUntilImageVersionDeleted(args: DescribeImageVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3368
|
+
/**
|
|
3369
|
+
* @see {@link DescribeNotebookInstanceCommand}
|
|
3370
|
+
* @param args - command input.
|
|
3371
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3372
|
+
*/
|
|
3373
|
+
waitUntilNotebookInstanceDeleted(args: DescribeNotebookInstanceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3374
|
+
/**
|
|
3375
|
+
* @see {@link DescribeNotebookInstanceCommand}
|
|
3376
|
+
* @param args - command input.
|
|
3377
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3378
|
+
*/
|
|
3379
|
+
waitUntilNotebookInstanceInService(args: DescribeNotebookInstanceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3380
|
+
/**
|
|
3381
|
+
* @see {@link DescribeNotebookInstanceCommand}
|
|
3382
|
+
* @param args - command input.
|
|
3383
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3384
|
+
*/
|
|
3385
|
+
waitUntilNotebookInstanceStopped(args: DescribeNotebookInstanceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3386
|
+
/**
|
|
3387
|
+
* @see {@link DescribeProcessingJobCommand}
|
|
3388
|
+
* @param args - command input.
|
|
3389
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3390
|
+
*/
|
|
3391
|
+
waitUntilProcessingJobCompletedOrStopped(args: DescribeProcessingJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3392
|
+
/**
|
|
3393
|
+
* @see {@link DescribeTrainingJobCommand}
|
|
3394
|
+
* @param args - command input.
|
|
3395
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3396
|
+
*/
|
|
3397
|
+
waitUntilTrainingJobCompletedOrStopped(args: DescribeTrainingJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
3398
|
+
/**
|
|
3399
|
+
* @see {@link DescribeTransformJobCommand}
|
|
3400
|
+
* @param args - command input.
|
|
3401
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
3402
|
+
*/
|
|
3403
|
+
waitUntilTransformJobCompletedOrStopped(args: DescribeTransformJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<SageMaker>, "client">): Promise<WaiterResult>;
|
|
2730
3404
|
}
|
|
2731
3405
|
/**
|
|
2732
3406
|
* <p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|