@aws-sdk/client-sagemaker 3.699.0 → 3.706.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/README.md +160 -0
- package/dist-cjs/index.js +1583 -204
- package/dist-es/SageMaker.js +40 -0
- package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
- package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
- package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
- package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
- package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
- package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
- package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
- package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
- package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/UpdateModelCardCommand.js +1 -1
- package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/models_0.js +40 -10
- package/dist-es/models/models_1.js +21 -56
- package/dist-es/models/models_2.js +67 -56
- package/dist-es/models/models_3.js +101 -43
- package/dist-es/models/models_4.js +55 -13
- package/dist-es/models/models_5.js +15 -0
- package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
- package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +907 -24
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
- package/dist-types/commands/SearchCommand.d.ts +10 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -2
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +361 -285
- package/dist-types/models/models_1.d.ts +493 -485
- package/dist-types/models/models_2.d.ts +4294 -4703
- package/dist-types/models/models_3.d.ts +5930 -5721
- package/dist-types/models/models_4.d.ts +5296 -4824
- package/dist-types/models/models_5.d.ts +1786 -5
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
- package/dist-types/ts3.4/SageMaker.d.ts +344 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +96 -76
- package/dist-types/ts3.4/models/models_1.d.ts +141 -160
- package/dist-types/ts3.4/models/models_2.d.ts +280 -318
- package/dist-types/ts3.4/models/models_3.d.ts +471 -420
- package/dist-types/ts3.4/models/models_4.d.ts +546 -394
- package/dist-types/ts3.4/models/models_5.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
- package/package.json +1 -1
|
@@ -3,7 +3,11 @@ import {
|
|
|
3
3
|
LazyJsonString as __LazyJsonString,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
5
|
import {
|
|
6
|
+
ActionSource,
|
|
7
|
+
ActionStatus,
|
|
8
|
+
ActivationState,
|
|
6
9
|
AdditionalInferenceSpecificationDefinition,
|
|
10
|
+
AdditionalS3DataSource,
|
|
7
11
|
AlgorithmValidationSpecification,
|
|
8
12
|
AmazonQSettings,
|
|
9
13
|
AnnotationConsolidationConfig,
|
|
@@ -39,7 +43,9 @@ import {
|
|
|
39
43
|
CaptureOption,
|
|
40
44
|
CategoricalParameter,
|
|
41
45
|
CategoricalParameterRange,
|
|
46
|
+
CategoricalParameterRangeSpecification,
|
|
42
47
|
Channel,
|
|
48
|
+
ChannelSpecification,
|
|
43
49
|
CheckpointConfig,
|
|
44
50
|
ClarifyExplainerConfig,
|
|
45
51
|
ClusterInstanceGroupSpecification,
|
|
@@ -50,20 +56,21 @@ import {
|
|
|
50
56
|
CodeRepository,
|
|
51
57
|
CollectionConfig,
|
|
52
58
|
CollectionType,
|
|
59
|
+
CompleteOnConvergence,
|
|
60
|
+
ComputeQuotaConfig,
|
|
61
|
+
ComputeQuotaTarget,
|
|
53
62
|
ContainerDefinition,
|
|
54
63
|
ContentClassifier,
|
|
55
64
|
ContextSource,
|
|
56
65
|
ContinuousParameterRange,
|
|
57
|
-
|
|
66
|
+
ContinuousParameterRangeSpecification,
|
|
58
67
|
CustomImage,
|
|
59
68
|
FeatureStatus,
|
|
60
69
|
GitConfig,
|
|
61
70
|
HyperParameterScalingType,
|
|
62
|
-
HyperParameterTuningJobObjective,
|
|
63
71
|
InferenceSpecification,
|
|
64
72
|
JupyterLabAppImageConfig,
|
|
65
73
|
KernelGatewayImageConfig,
|
|
66
|
-
MetadataProperties,
|
|
67
74
|
MetricDefinition,
|
|
68
75
|
MetricsSource,
|
|
69
76
|
ModelApprovalStatus,
|
|
@@ -83,11 +90,86 @@ import {
|
|
|
83
90
|
TargetPlatformOs,
|
|
84
91
|
TrainingInputMode,
|
|
85
92
|
TrainingInstanceType,
|
|
86
|
-
TrainingSpecification,
|
|
87
93
|
TransformJobDefinition,
|
|
88
94
|
VpcConfig,
|
|
89
95
|
} from "./models_0";
|
|
90
96
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
97
|
+
export interface ConvergenceDetected {
|
|
98
|
+
CompleteOnConvergence?: CompleteOnConvergence | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface MetadataProperties {
|
|
101
|
+
CommitId?: string | undefined;
|
|
102
|
+
Repository?: string | undefined;
|
|
103
|
+
GeneratedBy?: string | undefined;
|
|
104
|
+
ProjectId?: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface CreateActionRequest {
|
|
107
|
+
ActionName: string | undefined;
|
|
108
|
+
Source: ActionSource | undefined;
|
|
109
|
+
ActionType: string | undefined;
|
|
110
|
+
Description?: string | undefined;
|
|
111
|
+
Status?: ActionStatus | undefined;
|
|
112
|
+
Properties?: Record<string, string> | undefined;
|
|
113
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
114
|
+
Tags?: Tag[] | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface CreateActionResponse {
|
|
117
|
+
ActionArn?: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface IntegerParameterRangeSpecification {
|
|
120
|
+
MinValue: string | undefined;
|
|
121
|
+
MaxValue: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface ParameterRange {
|
|
124
|
+
IntegerParameterRangeSpecification?:
|
|
125
|
+
| IntegerParameterRangeSpecification
|
|
126
|
+
| undefined;
|
|
127
|
+
ContinuousParameterRangeSpecification?:
|
|
128
|
+
| ContinuousParameterRangeSpecification
|
|
129
|
+
| undefined;
|
|
130
|
+
CategoricalParameterRangeSpecification?:
|
|
131
|
+
| CategoricalParameterRangeSpecification
|
|
132
|
+
| undefined;
|
|
133
|
+
}
|
|
134
|
+
export declare const ParameterType: {
|
|
135
|
+
readonly CATEGORICAL: "Categorical";
|
|
136
|
+
readonly CONTINUOUS: "Continuous";
|
|
137
|
+
readonly FREE_TEXT: "FreeText";
|
|
138
|
+
readonly INTEGER: "Integer";
|
|
139
|
+
};
|
|
140
|
+
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
141
|
+
export interface HyperParameterSpecification {
|
|
142
|
+
Name: string | undefined;
|
|
143
|
+
Description?: string | undefined;
|
|
144
|
+
Type: ParameterType | undefined;
|
|
145
|
+
Range?: ParameterRange | undefined;
|
|
146
|
+
IsTunable?: boolean | undefined;
|
|
147
|
+
IsRequired?: boolean | undefined;
|
|
148
|
+
DefaultValue?: string | undefined;
|
|
149
|
+
}
|
|
150
|
+
export declare const HyperParameterTuningJobObjectiveType: {
|
|
151
|
+
readonly MAXIMIZE: "Maximize";
|
|
152
|
+
readonly MINIMIZE: "Minimize";
|
|
153
|
+
};
|
|
154
|
+
export type HyperParameterTuningJobObjectiveType =
|
|
155
|
+
(typeof HyperParameterTuningJobObjectiveType)[keyof typeof HyperParameterTuningJobObjectiveType];
|
|
156
|
+
export interface HyperParameterTuningJobObjective {
|
|
157
|
+
Type: HyperParameterTuningJobObjectiveType | undefined;
|
|
158
|
+
MetricName: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface TrainingSpecification {
|
|
161
|
+
TrainingImage: string | undefined;
|
|
162
|
+
TrainingImageDigest?: string | undefined;
|
|
163
|
+
SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
|
|
164
|
+
SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
|
|
165
|
+
SupportsDistributedTraining?: boolean | undefined;
|
|
166
|
+
MetricDefinitions?: MetricDefinition[] | undefined;
|
|
167
|
+
TrainingChannels: ChannelSpecification[] | undefined;
|
|
168
|
+
SupportedTuningJobObjectiveMetrics?:
|
|
169
|
+
| HyperParameterTuningJobObjective[]
|
|
170
|
+
| undefined;
|
|
171
|
+
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
172
|
+
}
|
|
91
173
|
export interface CreateAlgorithmInput {
|
|
92
174
|
AlgorithmName: string | undefined;
|
|
93
175
|
AlgorithmDescription?: string | undefined;
|
|
@@ -185,6 +267,30 @@ export interface CreateClusterRequest {
|
|
|
185
267
|
export interface CreateClusterResponse {
|
|
186
268
|
ClusterArn: string | undefined;
|
|
187
269
|
}
|
|
270
|
+
export declare const FairShare: {
|
|
271
|
+
readonly DISABLED: "Disabled";
|
|
272
|
+
readonly ENABLED: "Enabled";
|
|
273
|
+
};
|
|
274
|
+
export type FairShare = (typeof FairShare)[keyof typeof FairShare];
|
|
275
|
+
export interface PriorityClass {
|
|
276
|
+
Name: string | undefined;
|
|
277
|
+
Weight: number | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface SchedulerConfig {
|
|
280
|
+
PriorityClasses?: PriorityClass[] | undefined;
|
|
281
|
+
FairShare?: FairShare | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface CreateClusterSchedulerConfigRequest {
|
|
284
|
+
Name: string | undefined;
|
|
285
|
+
ClusterArn: string | undefined;
|
|
286
|
+
SchedulerConfig: SchedulerConfig | undefined;
|
|
287
|
+
Description?: string | undefined;
|
|
288
|
+
Tags?: Tag[] | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface CreateClusterSchedulerConfigResponse {
|
|
291
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
292
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
293
|
+
}
|
|
188
294
|
export interface CreateCodeRepositoryInput {
|
|
189
295
|
CodeRepositoryName: string | undefined;
|
|
190
296
|
GitConfig: GitConfig | undefined;
|
|
@@ -240,6 +346,19 @@ export interface CreateCompilationJobRequest {
|
|
|
240
346
|
export interface CreateCompilationJobResponse {
|
|
241
347
|
CompilationJobArn: string | undefined;
|
|
242
348
|
}
|
|
349
|
+
export interface CreateComputeQuotaRequest {
|
|
350
|
+
Name: string | undefined;
|
|
351
|
+
Description?: string | undefined;
|
|
352
|
+
ClusterArn: string | undefined;
|
|
353
|
+
ComputeQuotaConfig: ComputeQuotaConfig | undefined;
|
|
354
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
355
|
+
ActivationState?: ActivationState | undefined;
|
|
356
|
+
Tags?: Tag[] | undefined;
|
|
357
|
+
}
|
|
358
|
+
export interface CreateComputeQuotaResponse {
|
|
359
|
+
ComputeQuotaArn: string | undefined;
|
|
360
|
+
ComputeQuotaId: string | undefined;
|
|
361
|
+
}
|
|
243
362
|
export interface CreateContextRequest {
|
|
244
363
|
ContextName: string | undefined;
|
|
245
364
|
Source: ContextSource | undefined;
|
|
@@ -424,20 +543,33 @@ export interface EFSFileSystemConfig {
|
|
|
424
543
|
FileSystemId: string | undefined;
|
|
425
544
|
FileSystemPath?: string | undefined;
|
|
426
545
|
}
|
|
546
|
+
export interface FSxLustreFileSystemConfig {
|
|
547
|
+
FileSystemId: string | undefined;
|
|
548
|
+
FileSystemPath?: string | undefined;
|
|
549
|
+
}
|
|
427
550
|
export type CustomFileSystemConfig =
|
|
428
551
|
| CustomFileSystemConfig.EFSFileSystemConfigMember
|
|
552
|
+
| CustomFileSystemConfig.FSxLustreFileSystemConfigMember
|
|
429
553
|
| CustomFileSystemConfig.$UnknownMember;
|
|
430
554
|
export declare namespace CustomFileSystemConfig {
|
|
431
555
|
interface EFSFileSystemConfigMember {
|
|
432
556
|
EFSFileSystemConfig: EFSFileSystemConfig;
|
|
557
|
+
FSxLustreFileSystemConfig?: never;
|
|
558
|
+
$unknown?: never;
|
|
559
|
+
}
|
|
560
|
+
interface FSxLustreFileSystemConfigMember {
|
|
561
|
+
EFSFileSystemConfig?: never;
|
|
562
|
+
FSxLustreFileSystemConfig: FSxLustreFileSystemConfig;
|
|
433
563
|
$unknown?: never;
|
|
434
564
|
}
|
|
435
565
|
interface $UnknownMember {
|
|
436
566
|
EFSFileSystemConfig?: never;
|
|
567
|
+
FSxLustreFileSystemConfig?: never;
|
|
437
568
|
$unknown: [string, any];
|
|
438
569
|
}
|
|
439
570
|
interface Visitor<T> {
|
|
440
571
|
EFSFileSystemConfig: (value: EFSFileSystemConfig) => T;
|
|
572
|
+
FSxLustreFileSystemConfig: (value: FSxLustreFileSystemConfig) => T;
|
|
441
573
|
_: (name: string, value: any) => T;
|
|
442
574
|
}
|
|
443
575
|
const visit: <T>(value: CustomFileSystemConfig, visitor: Visitor<T>) => T;
|
|
@@ -525,14 +657,19 @@ export type StudioWebPortal =
|
|
|
525
657
|
(typeof StudioWebPortal)[keyof typeof StudioWebPortal];
|
|
526
658
|
export declare const MlTools: {
|
|
527
659
|
readonly AUTO_ML: "AutoMl";
|
|
660
|
+
readonly COMET: "Comet";
|
|
528
661
|
readonly DATA_WRANGLER: "DataWrangler";
|
|
662
|
+
readonly DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation";
|
|
529
663
|
readonly EMR_CLUSTERS: "EmrClusters";
|
|
530
664
|
readonly ENDPOINTS: "Endpoints";
|
|
531
665
|
readonly EXPERIMENTS: "Experiments";
|
|
532
666
|
readonly FEATURE_STORE: "FeatureStore";
|
|
667
|
+
readonly FIDDLER: "Fiddler";
|
|
668
|
+
readonly HYPER_POD_CLUSTERS: "HyperPodClusters";
|
|
533
669
|
readonly INFERENCE_OPTIMIZATION: "InferenceOptimization";
|
|
534
670
|
readonly INFERENCE_RECOMMENDER: "InferenceRecommender";
|
|
535
671
|
readonly JUMP_START: "JumpStart";
|
|
672
|
+
readonly LAKERA_GUARD: "LakeraGuard";
|
|
536
673
|
readonly MODELS: "Models";
|
|
537
674
|
readonly MODEL_EVALUATION: "ModelEvaluation";
|
|
538
675
|
readonly PERFORMANCE_EVALUATION: "PerformanceEvaluation";
|
|
@@ -1951,162 +2088,6 @@ export interface CreateMonitoringScheduleRequest {
|
|
|
1951
2088
|
export interface CreateMonitoringScheduleResponse {
|
|
1952
2089
|
MonitoringScheduleArn: string | undefined;
|
|
1953
2090
|
}
|
|
1954
|
-
export declare const NotebookInstanceAcceleratorType: {
|
|
1955
|
-
readonly ML_EIA1_LARGE: "ml.eia1.large";
|
|
1956
|
-
readonly ML_EIA1_MEDIUM: "ml.eia1.medium";
|
|
1957
|
-
readonly ML_EIA1_XLARGE: "ml.eia1.xlarge";
|
|
1958
|
-
readonly ML_EIA2_LARGE: "ml.eia2.large";
|
|
1959
|
-
readonly ML_EIA2_MEDIUM: "ml.eia2.medium";
|
|
1960
|
-
readonly ML_EIA2_XLARGE: "ml.eia2.xlarge";
|
|
1961
|
-
};
|
|
1962
|
-
export type NotebookInstanceAcceleratorType =
|
|
1963
|
-
(typeof NotebookInstanceAcceleratorType)[keyof typeof NotebookInstanceAcceleratorType];
|
|
1964
|
-
export declare const DirectInternetAccess: {
|
|
1965
|
-
readonly DISABLED: "Disabled";
|
|
1966
|
-
readonly ENABLED: "Enabled";
|
|
1967
|
-
};
|
|
1968
|
-
export type DirectInternetAccess =
|
|
1969
|
-
(typeof DirectInternetAccess)[keyof typeof DirectInternetAccess];
|
|
1970
|
-
export interface InstanceMetadataServiceConfiguration {
|
|
1971
|
-
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
1972
|
-
}
|
|
1973
|
-
export declare const RootAccess: {
|
|
1974
|
-
readonly DISABLED: "Disabled";
|
|
1975
|
-
readonly ENABLED: "Enabled";
|
|
1976
|
-
};
|
|
1977
|
-
export type RootAccess = (typeof RootAccess)[keyof typeof RootAccess];
|
|
1978
|
-
export interface CreateNotebookInstanceInput {
|
|
1979
|
-
NotebookInstanceName: string | undefined;
|
|
1980
|
-
InstanceType: _InstanceType | undefined;
|
|
1981
|
-
SubnetId?: string | undefined;
|
|
1982
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1983
|
-
RoleArn: string | undefined;
|
|
1984
|
-
KmsKeyId?: string | undefined;
|
|
1985
|
-
Tags?: Tag[] | undefined;
|
|
1986
|
-
LifecycleConfigName?: string | undefined;
|
|
1987
|
-
DirectInternetAccess?: DirectInternetAccess | undefined;
|
|
1988
|
-
VolumeSizeInGB?: number | undefined;
|
|
1989
|
-
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
1990
|
-
DefaultCodeRepository?: string | undefined;
|
|
1991
|
-
AdditionalCodeRepositories?: string[] | undefined;
|
|
1992
|
-
RootAccess?: RootAccess | undefined;
|
|
1993
|
-
PlatformIdentifier?: string | undefined;
|
|
1994
|
-
InstanceMetadataServiceConfiguration?:
|
|
1995
|
-
| InstanceMetadataServiceConfiguration
|
|
1996
|
-
| undefined;
|
|
1997
|
-
}
|
|
1998
|
-
export interface CreateNotebookInstanceOutput {
|
|
1999
|
-
NotebookInstanceArn?: string | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface NotebookInstanceLifecycleHook {
|
|
2002
|
-
Content?: string | undefined;
|
|
2003
|
-
}
|
|
2004
|
-
export interface CreateNotebookInstanceLifecycleConfigInput {
|
|
2005
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
2006
|
-
OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2007
|
-
OnStart?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2008
|
-
}
|
|
2009
|
-
export interface CreateNotebookInstanceLifecycleConfigOutput {
|
|
2010
|
-
NotebookInstanceLifecycleConfigArn?: string | undefined;
|
|
2011
|
-
}
|
|
2012
|
-
export declare const OptimizationJobDeploymentInstanceType: {
|
|
2013
|
-
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
2014
|
-
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
2015
|
-
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
2016
|
-
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
2017
|
-
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
2018
|
-
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
2019
|
-
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
2020
|
-
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
2021
|
-
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
2022
|
-
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
2023
|
-
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
2024
|
-
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
2025
|
-
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
2026
|
-
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
2027
|
-
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
2028
|
-
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
2029
|
-
readonly ML_INF2_24XLARGE: "ml.inf2.24xlarge";
|
|
2030
|
-
readonly ML_INF2_48XLARGE: "ml.inf2.48xlarge";
|
|
2031
|
-
readonly ML_INF2_8XLARGE: "ml.inf2.8xlarge";
|
|
2032
|
-
readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
|
|
2033
|
-
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2034
|
-
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2035
|
-
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2036
|
-
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
2037
|
-
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
2038
|
-
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
2039
|
-
};
|
|
2040
|
-
export type OptimizationJobDeploymentInstanceType =
|
|
2041
|
-
(typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
|
|
2042
|
-
export interface OptimizationModelAccessConfig {
|
|
2043
|
-
AcceptEula: boolean | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface OptimizationJobModelSourceS3 {
|
|
2046
|
-
S3Uri?: string | undefined;
|
|
2047
|
-
ModelAccessConfig?: OptimizationModelAccessConfig | undefined;
|
|
2048
|
-
}
|
|
2049
|
-
export interface OptimizationJobModelSource {
|
|
2050
|
-
S3?: OptimizationJobModelSourceS3 | undefined;
|
|
2051
|
-
}
|
|
2052
|
-
export interface ModelCompilationConfig {
|
|
2053
|
-
Image?: string | undefined;
|
|
2054
|
-
OverrideEnvironment?: Record<string, string> | undefined;
|
|
2055
|
-
}
|
|
2056
|
-
export interface ModelQuantizationConfig {
|
|
2057
|
-
Image?: string | undefined;
|
|
2058
|
-
OverrideEnvironment?: Record<string, string> | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
export interface ModelShardingConfig {
|
|
2061
|
-
Image?: string | undefined;
|
|
2062
|
-
OverrideEnvironment?: Record<string, string> | undefined;
|
|
2063
|
-
}
|
|
2064
|
-
export type OptimizationConfig =
|
|
2065
|
-
| OptimizationConfig.ModelCompilationConfigMember
|
|
2066
|
-
| OptimizationConfig.ModelQuantizationConfigMember
|
|
2067
|
-
| OptimizationConfig.ModelShardingConfigMember
|
|
2068
|
-
| OptimizationConfig.$UnknownMember;
|
|
2069
|
-
export declare namespace OptimizationConfig {
|
|
2070
|
-
interface ModelQuantizationConfigMember {
|
|
2071
|
-
ModelQuantizationConfig: ModelQuantizationConfig;
|
|
2072
|
-
ModelCompilationConfig?: never;
|
|
2073
|
-
ModelShardingConfig?: never;
|
|
2074
|
-
$unknown?: never;
|
|
2075
|
-
}
|
|
2076
|
-
interface ModelCompilationConfigMember {
|
|
2077
|
-
ModelQuantizationConfig?: never;
|
|
2078
|
-
ModelCompilationConfig: ModelCompilationConfig;
|
|
2079
|
-
ModelShardingConfig?: never;
|
|
2080
|
-
$unknown?: never;
|
|
2081
|
-
}
|
|
2082
|
-
interface ModelShardingConfigMember {
|
|
2083
|
-
ModelQuantizationConfig?: never;
|
|
2084
|
-
ModelCompilationConfig?: never;
|
|
2085
|
-
ModelShardingConfig: ModelShardingConfig;
|
|
2086
|
-
$unknown?: never;
|
|
2087
|
-
}
|
|
2088
|
-
interface $UnknownMember {
|
|
2089
|
-
ModelQuantizationConfig?: never;
|
|
2090
|
-
ModelCompilationConfig?: never;
|
|
2091
|
-
ModelShardingConfig?: never;
|
|
2092
|
-
$unknown: [string, any];
|
|
2093
|
-
}
|
|
2094
|
-
interface Visitor<T> {
|
|
2095
|
-
ModelQuantizationConfig: (value: ModelQuantizationConfig) => T;
|
|
2096
|
-
ModelCompilationConfig: (value: ModelCompilationConfig) => T;
|
|
2097
|
-
ModelShardingConfig: (value: ModelShardingConfig) => T;
|
|
2098
|
-
_: (name: string, value: any) => T;
|
|
2099
|
-
}
|
|
2100
|
-
const visit: <T>(value: OptimizationConfig, visitor: Visitor<T>) => T;
|
|
2101
|
-
}
|
|
2102
|
-
export interface OptimizationJobOutputConfig {
|
|
2103
|
-
KmsKeyId?: string | undefined;
|
|
2104
|
-
S3OutputLocation: string | undefined;
|
|
2105
|
-
}
|
|
2106
|
-
export interface OptimizationVpcConfig {
|
|
2107
|
-
SecurityGroupIds: string[] | undefined;
|
|
2108
|
-
Subnets: string[] | undefined;
|
|
2109
|
-
}
|
|
2110
2091
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2111
2092
|
obj: CreateModelCardRequest
|
|
2112
2093
|
) => any;
|