@aws-sdk/client-sagemaker 3.231.0 → 3.232.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.
Files changed (77) hide show
  1. package/dist-cjs/commands/DescribeAppCommand.js +2 -1
  2. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +1 -2
  3. package/dist-cjs/commands/UpdateImageCommand.js +2 -1
  4. package/dist-cjs/endpoint/ruleset.js +0 -9
  5. package/dist-cjs/models/models_1.js +10 -10
  6. package/dist-cjs/models/models_2.js +9 -9
  7. package/dist-cjs/models/models_3.js +10 -10
  8. package/dist-cjs/models/models_4.js +5 -1
  9. package/dist-cjs/protocols/Aws_json1_1.js +58 -0
  10. package/dist-es/commands/DescribeAppCommand.js +2 -1
  11. package/dist-es/commands/ListCodeRepositoriesCommand.js +1 -2
  12. package/dist-es/commands/UpdateImageCommand.js +2 -1
  13. package/dist-es/endpoint/ruleset.js +0 -9
  14. package/dist-es/models/models_1.js +3 -3
  15. package/dist-es/models/models_2.js +3 -3
  16. package/dist-es/models/models_3.js +3 -3
  17. package/dist-es/models/models_4.js +3 -0
  18. package/dist-es/protocols/Aws_json1_1.js +58 -0
  19. package/dist-types/SageMaker.d.ts +166 -181
  20. package/dist-types/SageMakerClient.d.ts +4 -4
  21. package/dist-types/commands/AddTagsCommand.d.ts +5 -5
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +9 -9
  24. package/dist-types/commands/CreateDomainCommand.d.ts +0 -2
  25. package/dist-types/commands/CreateEndpointCommand.d.ts +22 -24
  26. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -2
  29. package/dist-types/commands/CreateLabelingJobCommand.d.ts +9 -9
  30. package/dist-types/commands/CreateModelCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateModelPackageCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +10 -12
  33. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +5 -5
  34. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -4
  35. package/dist-types/commands/CreateTrainingJobCommand.d.ts +20 -21
  36. package/dist-types/commands/CreateTransformJobCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -4
  38. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteTagsCommand.d.ts +5 -5
  45. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -2
  46. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeWorkforceCommand.d.ts +2 -2
  52. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -2
  53. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -2
  55. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  56. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  57. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  58. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +0 -2
  59. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateImageCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateWorkforceCommand.d.ts +10 -12
  65. package/dist-types/models/models_0.d.ts +698 -706
  66. package/dist-types/models/models_1.d.ts +1112 -1191
  67. package/dist-types/models/models_2.d.ts +377 -336
  68. package/dist-types/models/models_3.d.ts +151 -112
  69. package/dist-types/models/models_4.d.ts +26 -11
  70. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/models/models_1.d.ts +8 -19
  74. package/dist-types/ts3.4/models/models_2.d.ts +19 -16
  75. package/dist-types/ts3.4/models/models_3.d.ts +16 -6
  76. package/dist-types/ts3.4/models/models_4.d.ts +6 -0
  77. package/package.json +1 -1
@@ -1,5 +1,55 @@
1
- import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, ArtifactSource, ArtifactSummary, AssociationEdgeType, AssociationSummary, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLJobSummary, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CodeRepositorySortBy, CodeRepositorySortOrder, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
1
+ import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, AppStatus, AppType, ArtifactSource, ArtifactSummary, AssociationEdgeType, AssociationSummary, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLJobSummary, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
3
+ export interface DescribeAppResponse {
4
+ /**
5
+ * <p>The Amazon Resource Name (ARN) of the app.</p>
6
+ */
7
+ AppArn?: string;
8
+ /**
9
+ * <p>The type of app.</p>
10
+ */
11
+ AppType?: AppType | string;
12
+ /**
13
+ * <p>The name of the app.</p>
14
+ */
15
+ AppName?: string;
16
+ /**
17
+ * <p>The domain ID.</p>
18
+ */
19
+ DomainId?: string;
20
+ /**
21
+ * <p>The user profile name.</p>
22
+ */
23
+ UserProfileName?: string;
24
+ /**
25
+ * <p>The status.</p>
26
+ */
27
+ Status?: AppStatus | string;
28
+ /**
29
+ * <p>The timestamp of the last health check.</p>
30
+ */
31
+ LastHealthCheckTimestamp?: Date;
32
+ /**
33
+ * <p>The timestamp of the last user's activity. <code>LastUserActivityTimestamp</code> is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as <code>LastHealthCheckTimestamp</code>.</p>
34
+ */
35
+ LastUserActivityTimestamp?: Date;
36
+ /**
37
+ * <p>The creation time.</p>
38
+ */
39
+ CreationTime?: Date;
40
+ /**
41
+ * <p>The failure reason.</p>
42
+ */
43
+ FailureReason?: string;
44
+ /**
45
+ * <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>
46
+ */
47
+ ResourceSpec?: ResourceSpec;
48
+ /**
49
+ * <p>The name of the space.</p>
50
+ */
51
+ SpaceName?: string;
52
+ }
3
53
  export interface DescribeAppImageConfigRequest {
4
54
  /**
5
55
  * <p>The name of the AppImageConfig to describe.</p>
@@ -250,7 +300,7 @@ export interface DescribeCompilationJobRequest {
250
300
  /**
251
301
  * <p>Provides information about the location that is configured for storing model
252
302
  * artifacts. </p>
253
- * <p>Model artifacts are the output that results from training a model, and typically
303
+ * <p>Model artifacts are the output that results from training a model, and typically
254
304
  * consist of trained parameters, a model definition that describes how to compute
255
305
  * inferences, and other metadata.</p>
256
306
  */
@@ -287,7 +337,7 @@ export interface DescribeCompilationJobResponse {
287
337
  /**
288
338
  * <p>The time when the model compilation job started the <code>CompilationJob</code>
289
339
  * instances. </p>
290
- * <p>You are billed for the time between this timestamp and the timestamp in the <a>DescribeCompilationJobResponse$CompilationEndTime</a> field. In Amazon CloudWatch Logs,
340
+ * <p>You are billed for the time between this timestamp and the timestamp in the <a>DescribeCompilationJobResponse$CompilationEndTime</a> field. In Amazon CloudWatch Logs,
291
341
  * the start time might be later than this time. That's because it takes time to download
292
342
  * the compilation job, which depends on the size of the compilation job container. </p>
293
343
  */
@@ -905,28 +955,28 @@ export interface ProductionVariantStatus {
905
955
  /**
906
956
  * <p>The endpoint variant status which describes the current deployment stage status or
907
957
  * operational status.</p>
908
- * <ul>
958
+ * <ul>
909
959
  * <li>
910
- * <p>
960
+ * <p>
911
961
  * <code>Creating</code>: Creating inference resources for the production
912
962
  * variant.</p>
913
963
  * </li>
914
964
  * <li>
915
- * <p>
965
+ * <p>
916
966
  * <code>Deleting</code>: Terminating inference resources for the production
917
967
  * variant.</p>
918
968
  * </li>
919
969
  * <li>
920
- * <p>
970
+ * <p>
921
971
  * <code>Updating</code>: Updating capacity for the production variant.</p>
922
972
  * </li>
923
973
  * <li>
924
- * <p>
974
+ * <p>
925
975
  * <code>ActivatingTraffic</code>: Turning on traffic for the production
926
976
  * variant.</p>
927
977
  * </li>
928
978
  * <li>
929
- * <p>
979
+ * <p>
930
980
  * <code>Baking</code>: Waiting period to monitor the CloudWatch alarms in the
931
981
  * automatic rollback configuration.</p>
932
982
  * </li>
@@ -1020,7 +1070,8 @@ export interface PendingDeploymentSummary {
1020
1070
  */
1021
1071
  EndpointConfigName: string | undefined;
1022
1072
  /**
1023
- * <p>List of <code>PendingProductionVariantSummary</code> objects.</p>
1073
+ * <p>An array of <a>PendingProductionVariantSummary</a> objects, one for each model
1074
+ * hosted behind this endpoint for the in-progress deployment.</p>
1024
1075
  */
1025
1076
  ProductionVariants?: PendingProductionVariantSummary[];
1026
1077
  /**
@@ -1028,12 +1079,9 @@ export interface PendingDeploymentSummary {
1028
1079
  */
1029
1080
  StartTime?: Date;
1030
1081
  /**
1031
- * <p>
1032
- * Array of <code>ProductionVariant</code> objects, one for each model that you want to host at this endpoint
1033
- * in shadow mode with production traffic replicated from the model specified on
1034
- * <code>ProductionVariants</code>.If you use this field, you can only specify one variant for
1035
- * <code>ProductionVariants</code> and one variant for <code>ShadowProductionVariants</code>.
1036
- * </p>
1082
+ * <p>An array of <a>PendingProductionVariantSummary</a> objects, one for each model
1083
+ * hosted behind this endpoint in shadow mode with production traffic replicated from the
1084
+ * model specified on <code>ProductionVariants</code> for the in-progress deployment.</p>
1037
1085
  */
1038
1086
  ShadowProductionVariants?: PendingProductionVariantSummary[];
1039
1087
  }
@@ -1099,8 +1147,8 @@ export interface DescribeEndpointOutput {
1099
1147
  */
1100
1148
  EndpointConfigName: string | undefined;
1101
1149
  /**
1102
- * <p> An array of <a>ProductionVariantSummary</a> objects, one for each model
1103
- * hosted behind this endpoint. </p>
1150
+ * <p>An array of <a>ProductionVariantSummary</a> objects, one for each model
1151
+ * hosted behind this endpoint.</p>
1104
1152
  */
1105
1153
  ProductionVariants?: ProductionVariantSummary[];
1106
1154
  /**
@@ -1109,29 +1157,29 @@ export interface DescribeEndpointOutput {
1109
1157
  DataCaptureConfig?: DataCaptureConfigSummary;
1110
1158
  /**
1111
1159
  * <p>The status of the endpoint.</p>
1112
- * <ul>
1160
+ * <ul>
1113
1161
  * <li>
1114
- * <p>
1162
+ * <p>
1115
1163
  * <code>OutOfService</code>: Endpoint is not available to take incoming
1116
1164
  * requests.</p>
1117
1165
  * </li>
1118
1166
  * <li>
1119
- * <p>
1167
+ * <p>
1120
1168
  * <code>Creating</code>: <a>CreateEndpoint</a> is executing.</p>
1121
1169
  * </li>
1122
1170
  * <li>
1123
- * <p>
1171
+ * <p>
1124
1172
  * <code>Updating</code>: <a>UpdateEndpoint</a> or <a>UpdateEndpointWeightsAndCapacities</a> is executing.</p>
1125
1173
  * </li>
1126
1174
  * <li>
1127
- * <p>
1175
+ * <p>
1128
1176
  * <code>SystemUpdating</code>: Endpoint is undergoing maintenance and cannot be
1129
1177
  * updated or deleted or re-scaled until it has completed. This maintenance
1130
1178
  * operation does not change any customer-specified values such as VPC config, KMS
1131
1179
  * encryption, model, instance type, or instance count.</p>
1132
1180
  * </li>
1133
1181
  * <li>
1134
- * <p>
1182
+ * <p>
1135
1183
  * <code>RollingBack</code>: Endpoint fails to scale up or down or change its
1136
1184
  * variant weight and is in the process of rolling back to its previous
1137
1185
  * configuration. Once the rollback completes, endpoint returns to an
@@ -1141,16 +1189,16 @@ export interface DescribeEndpointOutput {
1141
1189
  * explicitly.</p>
1142
1190
  * </li>
1143
1191
  * <li>
1144
- * <p>
1192
+ * <p>
1145
1193
  * <code>InService</code>: Endpoint is available to process incoming
1146
1194
  * requests.</p>
1147
1195
  * </li>
1148
1196
  * <li>
1149
- * <p>
1197
+ * <p>
1150
1198
  * <code>Deleting</code>: <a>DeleteEndpoint</a> is executing.</p>
1151
1199
  * </li>
1152
1200
  * <li>
1153
- * <p>
1201
+ * <p>
1154
1202
  * <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use
1155
1203
  * <a>DescribeEndpointOutput$FailureReason</a> for information about
1156
1204
  * the failure. <a>DeleteEndpoint</a> is the only operation that can be
@@ -1192,12 +1240,9 @@ export interface DescribeEndpointOutput {
1192
1240
  */
1193
1241
  ExplainerConfig?: ExplainerConfig;
1194
1242
  /**
1195
- * <p>
1196
- * Array of <code>ProductionVariant</code> objects. There is one for each model that you want to host at this
1197
- * endpoint in shadow mode with production traffic replicated from the model specified on
1198
- * <code>ProductionVariants</code>.If you use this field, you can only specify one variant for
1199
- * <code>ProductionVariants</code> and one variant for <code>ShadowProductionVariants</code>.
1200
- * </p>
1243
+ * <p>An array of <a>ProductionVariantSummary</a> objects, one for each model
1244
+ * that you want to host at this endpoint in shadow mode with production traffic
1245
+ * replicated from the model specified on <code>ProductionVariants</code>.</p>
1201
1246
  */
1202
1247
  ShadowProductionVariants?: ProductionVariantSummary[];
1203
1248
  }
@@ -1245,12 +1290,9 @@ export interface DescribeEndpointConfigOutput {
1245
1290
  */
1246
1291
  ExplainerConfig?: ExplainerConfig;
1247
1292
  /**
1248
- * <p>
1249
- * Array of <code>ProductionVariant</code> objects. There is one for each model that you want to host at this
1250
- * endpoint in shadow mode with production traffic replicated from the model specified on
1251
- * <code>ProductionVariants</code>.If you use this field, you can only specify one variant for
1252
- * <code>ProductionVariants</code> and one variant for <code>ShadowProductionVariants</code>.
1253
- * </p>
1293
+ * <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
1294
+ * to host at this endpoint in shadow mode with production traffic replicated from the
1295
+ * model specified on <code>ProductionVariants</code>.</p>
1254
1296
  */
1255
1297
  ShadowProductionVariants?: ProductionVariant[];
1256
1298
  }
@@ -1408,14 +1450,28 @@ export interface DescribeFeatureGroupResponse {
1408
1450
  */
1409
1451
  OnlineStoreConfig?: OnlineStoreConfig;
1410
1452
  /**
1411
- * <p>The configuration of the <code>OfflineStore</code>, inducing the S3 location of the
1412
- * <code>OfflineStore</code>, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the
1413
- * security configuration.</p>
1453
+ * <p>The configuration of the offline store. It includes the following configurations:</p>
1454
+ * <ul>
1455
+ * <li>
1456
+ * <p>Amazon S3 location of the offline store.</p>
1457
+ * </li>
1458
+ * <li>
1459
+ * <p>Configuration of the Glue data catalog.</p>
1460
+ * </li>
1461
+ * <li>
1462
+ * <p>Table format of the offline store.</p>
1463
+ * </li>
1464
+ * <li>
1465
+ * <p>Option to disable the automatic creation of a Glue table for the offline store.</p>
1466
+ * </li>
1467
+ * <li>
1468
+ * <p>Encryption configuration.</p>
1469
+ * </li>
1470
+ * </ul>
1414
1471
  */
1415
1472
  OfflineStoreConfig?: OfflineStoreConfig;
1416
1473
  /**
1417
- * <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
1418
- * <code>OfflineStore</code> if an <code>OfflineStoreConfig</code> is provided.</p>
1474
+ * <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.</p>
1419
1475
  */
1420
1476
  RoleArn?: string;
1421
1477
  /**
@@ -1884,9 +1940,9 @@ export interface HyperParameterTrainingJobSummary {
1884
1940
  FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
1885
1941
  /**
1886
1942
  * <p>The status of the objective metric for the training job:</p>
1887
- * <ul>
1943
+ * <ul>
1888
1944
  * <li>
1889
- * <p>Succeeded: The
1945
+ * <p>Succeeded: The
1890
1946
  * final
1891
1947
  * objective metric for the training job was evaluated by the
1892
1948
  * hyperparameter tuning job and
@@ -1894,15 +1950,15 @@ export interface HyperParameterTrainingJobSummary {
1894
1950
  * in the hyperparameter tuning process.</p>
1895
1951
  * </li>
1896
1952
  * </ul>
1897
- * <ul>
1953
+ * <ul>
1898
1954
  * <li>
1899
- * <p>Pending: The training job is in progress and evaluation of its final objective
1955
+ * <p>Pending: The training job is in progress and evaluation of its final objective
1900
1956
  * metric is pending.</p>
1901
1957
  * </li>
1902
1958
  * </ul>
1903
- * <ul>
1959
+ * <ul>
1904
1960
  * <li>
1905
- * <p>Failed:
1961
+ * <p>Failed:
1906
1962
  * The final objective metric for the training job was not evaluated, and was not
1907
1963
  * used in the hyperparameter tuning process. This typically occurs when the
1908
1964
  * training job failed or did not emit an objective
@@ -2189,7 +2245,8 @@ export interface EndpointMetadata {
2189
2245
  EndpointStatus?: EndpointStatus | string;
2190
2246
  /**
2191
2247
  * <p>
2192
- * If the status of the endpoint is <code>Failed</code>, this provides the reason why it failed.
2248
+ * If the status of the endpoint is <code>Failed</code>, or the status is <code>InService</code> but update
2249
+ * operation fails, this provides the reason why it failed.
2193
2250
  * </p>
2194
2251
  */
2195
2252
  FailureReason?: string;
@@ -2206,7 +2263,7 @@ export declare enum ModelVariantStatus {
2206
2263
  */
2207
2264
  export interface ModelVariantConfigSummary {
2208
2265
  /**
2209
- * <p>The name of the model.</p>
2266
+ * <p>The name of the Amazon SageMaker Model entity.</p>
2210
2267
  */
2211
2268
  ModelName: string | undefined;
2212
2269
  /**
@@ -2218,7 +2275,35 @@ export interface ModelVariantConfigSummary {
2218
2275
  */
2219
2276
  InfrastructureConfig: ModelInfrastructureConfig | undefined;
2220
2277
  /**
2221
- * <p>The status of the deployment.</p>
2278
+ * <p>The status of deployment for the model variant on the hosted inference endpoint.</p>
2279
+ * <ul>
2280
+ * <li>
2281
+ * <p>
2282
+ * <code>Creating</code> - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
2283
+ * </p>
2284
+ * </li>
2285
+ * <li>
2286
+ * <p>
2287
+ * <code>InService</code> - The model variant is running on the hosted inference endpoint.
2288
+ * </p>
2289
+ * </li>
2290
+ * <li>
2291
+ * <p>
2292
+ * <code>Updating</code> - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
2293
+ * </p>
2294
+ * </li>
2295
+ * <li>
2296
+ * <p>
2297
+ * <code>Deleting</code> - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
2298
+ * </p>
2299
+ * </li>
2300
+ * <li>
2301
+ * <p>
2302
+ * <code>Deleted</code> - The model variant has been deleted on the hosted inference endpoint. This
2303
+ * can only happen after stopping the experiment.
2304
+ * </p>
2305
+ * </li>
2306
+ * </ul>
2222
2307
  */
2223
2308
  Status: ModelVariantStatus | string | undefined;
2224
2309
  }
@@ -2257,49 +2342,54 @@ export interface DescribeInferenceExperimentResponse {
2257
2342
  * <ul>
2258
2343
  * <li>
2259
2344
  * <p>
2260
- * <code>Creating</code> - Amazon SageMaker is creating your experiment.
2345
+ * <code>Creating</code> - Amazon SageMaker is creating your experiment.
2261
2346
  * </p>
2262
- * </li>
2347
+ * </li>
2263
2348
  * <li>
2264
2349
  * <p>
2265
- * <code>Created</code> - Amazon SageMaker has finished creating your experiment and it will begin at the scheduled time.
2350
+ * <code>Created</code> - Amazon SageMaker has finished the creation of your experiment and will begin the
2351
+ * experiment at the scheduled time.
2266
2352
  * </p>
2267
- * </li>
2353
+ * </li>
2268
2354
  * <li>
2269
2355
  * <p>
2270
- * <code>Updating</code> - When you make changes to your experiment, your experiment shows as updating.
2356
+ * <code>Updating</code> - When you make changes to your experiment, your experiment shows as updating.
2271
2357
  * </p>
2272
- * </li>
2358
+ * </li>
2273
2359
  * <li>
2274
2360
  * <p>
2275
- * <code>Starting</code> - Amazon SageMaker is beginning your experiment.
2361
+ * <code>Starting</code> - Amazon SageMaker is beginning your experiment.
2276
2362
  * </p>
2277
- * </li>
2363
+ * </li>
2278
2364
  * <li>
2279
2365
  * <p>
2280
- * <code>Running</code> - Your experiment is in progress.
2366
+ * <code>Running</code> - Your experiment is in progress.
2281
2367
  * </p>
2282
- * </li>
2368
+ * </li>
2283
2369
  * <li>
2284
2370
  * <p>
2285
- * <code>Stopping</code> - Amazon SageMaker is stopping your experiment.
2371
+ * <code>Stopping</code> - Amazon SageMaker is stopping your experiment.
2286
2372
  * </p>
2287
- * </li>
2373
+ * </li>
2288
2374
  * <li>
2289
2375
  * <p>
2290
- * <code>Completed</code> - Your experiment has completed.
2376
+ * <code>Completed</code> - Your experiment has completed.
2291
2377
  * </p>
2292
- * </li>
2378
+ * </li>
2293
2379
  * <li>
2294
2380
  * <p>
2295
- * <code>Cancelled</code> - When you conclude your experiment early, it shows as canceled.
2381
+ * <code>Cancelled</code> - When you conclude your experiment early using the <a>StopInferenceExperiment</a> API, or if any operation fails with an unexpected error, it shows
2382
+ * as cancelled.
2296
2383
  * </p>
2297
- * </li>
2384
+ * </li>
2298
2385
  * </ul>
2299
2386
  */
2300
2387
  Status: InferenceExperimentStatus | string | undefined;
2301
2388
  /**
2302
- * <p>The error message for the inference experiment status result.</p>
2389
+ * <p>
2390
+ * The error message or client-specified <code>Reason</code> from the <a>StopInferenceExperiment</a>
2391
+ * API, that explains the status of the inference experiment.
2392
+ * </p>
2303
2393
  */
2304
2394
  StatusReason?: string;
2305
2395
  /**
@@ -2312,7 +2402,7 @@ export interface DescribeInferenceExperimentResponse {
2312
2402
  CreationTime?: Date;
2313
2403
  /**
2314
2404
  * <p>
2315
- * The timestamp at which the inference experiment was completed or will complete.
2405
+ * The timestamp at which the inference experiment was completed.
2316
2406
  * </p>
2317
2407
  */
2318
2408
  CompletionTime?: Date;
@@ -2322,7 +2412,8 @@ export interface DescribeInferenceExperimentResponse {
2322
2412
  LastModifiedTime?: Date;
2323
2413
  /**
2324
2414
  * <p>
2325
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
2415
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage
2416
+ * Amazon SageMaker Inference endpoints for model deployment.
2326
2417
  * </p>
2327
2418
  */
2328
2419
  RoleArn?: string;
@@ -2332,20 +2423,21 @@ export interface DescribeInferenceExperimentResponse {
2332
2423
  EndpointMetadata: EndpointMetadata | undefined;
2333
2424
  /**
2334
2425
  * <p>
2335
- * Array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant in the inference
2426
+ * An array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant in the inference
2336
2427
  * experiment. Each <code>ModelVariantConfigSummary</code> object in the array describes the infrastructure
2337
2428
  * configuration for deploying the corresponding variant.
2338
2429
  * </p>
2339
2430
  */
2340
2431
  ModelVariants: ModelVariantConfigSummary[] | undefined;
2341
2432
  /**
2342
- * <p>The Amazon S3 storage configuration for the inference experiment.</p>
2433
+ * <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
2343
2434
  */
2344
2435
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
2345
2436
  /**
2346
2437
  * <p>
2347
- * Shows which variant is a production variant and which variant is a shadow variant. For shadow
2348
- * variants, also shows the sampling percentage.
2438
+ * The configuration of <code>ShadowMode</code> inference experiment type, which shows the production variant
2439
+ * that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the
2440
+ * inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.
2349
2441
  * </p>
2350
2442
  */
2351
2443
  ShadowModeConfig?: ShadowModeConfig;
@@ -2660,60 +2752,60 @@ export interface DescribeLabelingJobResponse {
2660
2752
  /**
2661
2753
  * <p>The S3 location of the JSON file that defines the categories used to label data
2662
2754
  * objects. Please note the following label-category limits:</p>
2663
- * <ul>
2755
+ * <ul>
2664
2756
  * <li>
2665
- * <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p>
2757
+ * <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p>
2666
2758
  * </li>
2667
2759
  * <li>
2668
- * <p>Box bounding labeling jobs (all): 10 labels</p>
2760
+ * <p>Box bounding labeling jobs (all): 10 labels</p>
2669
2761
  * </li>
2670
2762
  * </ul>
2671
- * <p>The file is a JSON structure in the following format:</p>
2672
- * <p>
2763
+ * <p>The file is a JSON structure in the following format:</p>
2764
+ * <p>
2673
2765
  * <code>{</code>
2674
- * </p>
2675
- * <p>
2766
+ * </p>
2767
+ * <p>
2676
2768
  * <code> "document-version": "2018-11-28"</code>
2677
- * </p>
2678
- * <p>
2769
+ * </p>
2770
+ * <p>
2679
2771
  * <code> "labels": [</code>
2680
- * </p>
2681
- * <p>
2772
+ * </p>
2773
+ * <p>
2682
2774
  * <code> {</code>
2683
- * </p>
2684
- * <p>
2775
+ * </p>
2776
+ * <p>
2685
2777
  * <code> "label": "<i>label 1</i>"</code>
2686
- * </p>
2687
- * <p>
2778
+ * </p>
2779
+ * <p>
2688
2780
  * <code> },</code>
2689
- * </p>
2690
- * <p>
2781
+ * </p>
2782
+ * <p>
2691
2783
  * <code> {</code>
2692
- * </p>
2693
- * <p>
2784
+ * </p>
2785
+ * <p>
2694
2786
  * <code> "label": "<i>label 2</i>"</code>
2695
- * </p>
2696
- * <p>
2787
+ * </p>
2788
+ * <p>
2697
2789
  * <code> },</code>
2698
- * </p>
2699
- * <p>
2790
+ * </p>
2791
+ * <p>
2700
2792
  * <code> ...</code>
2701
- * </p>
2702
- * <p>
2793
+ * </p>
2794
+ * <p>
2703
2795
  * <code> {</code>
2704
- * </p>
2705
- * <p>
2796
+ * </p>
2797
+ * <p>
2706
2798
  * <code> "label": "<i>label n</i>"</code>
2707
- * </p>
2708
- * <p>
2799
+ * </p>
2800
+ * <p>
2709
2801
  * <code> }</code>
2710
- * </p>
2711
- * <p>
2802
+ * </p>
2803
+ * <p>
2712
2804
  * <code> ]</code>
2713
- * </p>
2714
- * <p>
2805
+ * </p>
2806
+ * <p>
2715
2807
  * <code>}</code>
2716
- * </p>
2808
+ * </p>
2717
2809
  */
2718
2810
  LabelCategoryConfigS3Uri?: string;
2719
2811
  /**
@@ -3139,7 +3231,7 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
3139
3231
  export interface DescribeModelPackageInput {
3140
3232
  /**
3141
3233
  * <p>The name or Amazon Resource Name (ARN) of the model package to describe.</p>
3142
- * <p>When you specify a name, the name must have 1 to 63 characters. Valid
3234
+ * <p>When you specify a name, the name must have 1 to 63 characters. Valid
3143
3235
  * characters are a-z, A-Z, 0-9, and - (hyphen).</p>
3144
3236
  */
3145
3237
  ModelPackageName: string | undefined;
@@ -3598,16 +3690,16 @@ export interface DescribeNotebookInstanceOutput {
3598
3690
  CreationTime?: Date;
3599
3691
  /**
3600
3692
  * <p>Returns the name of a notebook instance lifecycle configuration.</p>
3601
- * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
3693
+ * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
3602
3694
  * 2.1: (Optional) Customize a Notebook Instance</a>
3603
- * </p>
3695
+ * </p>
3604
3696
  */
3605
3697
  NotebookInstanceLifecycleConfigName?: string;
3606
3698
  /**
3607
3699
  * <p>Describes whether SageMaker provides internet access to the notebook instance. If this
3608
3700
  * value is set to <i>Disabled</i>, the notebook instance does not have
3609
3701
  * internet access, and cannot connect to SageMaker training and endpoint services.</p>
3610
- * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
3702
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
3611
3703
  */
3612
3704
  DirectInternetAccess?: DirectInternetAccess | string;
3613
3705
  /**
@@ -3641,12 +3733,12 @@ export interface DescribeNotebookInstanceOutput {
3641
3733
  AdditionalCodeRepositories?: string[];
3642
3734
  /**
3643
3735
  * <p>Whether root access is enabled or disabled for users of the notebook instance.</p>
3644
- * <note>
3736
+ * <note>
3645
3737
  * <p>Lifecycle configurations need root access to be able to set up a notebook
3646
3738
  * instance. Because of this, lifecycle configurations associated with a notebook
3647
3739
  * instance always run with root access even if you disable root access for
3648
3740
  * users.</p>
3649
- * </note>
3741
+ * </note>
3650
3742
  */
3651
3743
  RootAccess?: RootAccess | string;
3652
3744
  /**
@@ -3986,25 +4078,25 @@ export interface ServiceCatalogProvisionedProductDetails {
3986
4078
  ProvisionedProductId?: string;
3987
4079
  /**
3988
4080
  * <p>The current status of the product.</p>
3989
- * <ul>
4081
+ * <ul>
3990
4082
  * <li>
3991
- * <p>
4083
+ * <p>
3992
4084
  * <code>AVAILABLE</code> - Stable state, ready to perform any operation. The most recent operation succeeded and completed.</p>
3993
4085
  * </li>
3994
4086
  * <li>
3995
- * <p>
4087
+ * <p>
3996
4088
  * <code>UNDER_CHANGE</code> - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.</p>
3997
4089
  * </li>
3998
4090
  * <li>
3999
- * <p>
4091
+ * <p>
4000
4092
  * <code>TAINTED</code> - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.</p>
4001
4093
  * </li>
4002
4094
  * <li>
4003
- * <p>
4095
+ * <p>
4004
4096
  * <code>ERROR</code> - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.</p>
4005
4097
  * </li>
4006
4098
  * <li>
4007
- * <p>
4099
+ * <p>
4008
4100
  * <code>PLAN_IN_PROGRESS</code> - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.</p>
4009
4101
  * </li>
4010
4102
  * </ul>
@@ -4266,99 +4358,99 @@ export declare enum SecondaryStatus {
4266
4358
  * secondary
4267
4359
  * status.
4268
4360
  * </p>
4269
- * <p></p>
4361
+ * <p></p>
4270
4362
  */
4271
4363
  export interface SecondaryStatusTransition {
4272
4364
  /**
4273
4365
  * <p>Contains a secondary status information from a training
4274
4366
  * job.</p>
4275
- * <p>Status might be one of the following secondary statuses:</p>
4276
- * <dl>
4367
+ * <p>Status might be one of the following secondary statuses:</p>
4368
+ * <dl>
4277
4369
  * <dt>InProgress</dt>
4278
4370
  * <dd>
4279
- * <ul>
4371
+ * <ul>
4280
4372
  * <li>
4281
- * <p>
4373
+ * <p>
4282
4374
  * <code>Starting</code>
4283
4375
  * - Starting the training job.</p>
4284
- * </li>
4376
+ * </li>
4285
4377
  * <li>
4286
- * <p>
4378
+ * <p>
4287
4379
  * <code>Downloading</code> - An optional stage for algorithms that
4288
4380
  * support <code>File</code> training input mode. It indicates that
4289
4381
  * data is being downloaded to the ML storage volumes.</p>
4290
- * </li>
4382
+ * </li>
4291
4383
  * <li>
4292
- * <p>
4384
+ * <p>
4293
4385
  * <code>Training</code> - Training is in progress.</p>
4294
- * </li>
4386
+ * </li>
4295
4387
  * <li>
4296
- * <p>
4388
+ * <p>
4297
4389
  * <code>Uploading</code> - Training is complete and the model
4298
4390
  * artifacts are being uploaded to the S3 location.</p>
4299
- * </li>
4391
+ * </li>
4300
4392
  * </ul>
4301
- * </dd>
4393
+ * </dd>
4302
4394
  * <dt>Completed</dt>
4303
4395
  * <dd>
4304
- * <ul>
4396
+ * <ul>
4305
4397
  * <li>
4306
- * <p>
4398
+ * <p>
4307
4399
  * <code>Completed</code> - The training job has completed.</p>
4308
- * </li>
4400
+ * </li>
4309
4401
  * </ul>
4310
- * </dd>
4402
+ * </dd>
4311
4403
  * <dt>Failed</dt>
4312
4404
  * <dd>
4313
- * <ul>
4405
+ * <ul>
4314
4406
  * <li>
4315
- * <p>
4407
+ * <p>
4316
4408
  * <code>Failed</code> - The training job has failed. The reason for
4317
4409
  * the failure is returned in the <code>FailureReason</code> field of
4318
4410
  * <code>DescribeTrainingJobResponse</code>.</p>
4319
- * </li>
4411
+ * </li>
4320
4412
  * </ul>
4321
- * </dd>
4413
+ * </dd>
4322
4414
  * <dt>Stopped</dt>
4323
4415
  * <dd>
4324
- * <ul>
4416
+ * <ul>
4325
4417
  * <li>
4326
- * <p>
4418
+ * <p>
4327
4419
  * <code>MaxRuntimeExceeded</code> - The job stopped because it
4328
4420
  * exceeded the maximum allowed runtime.</p>
4329
- * </li>
4421
+ * </li>
4330
4422
  * <li>
4331
- * <p>
4423
+ * <p>
4332
4424
  * <code>Stopped</code> - The training job has stopped.</p>
4333
- * </li>
4425
+ * </li>
4334
4426
  * </ul>
4335
- * </dd>
4427
+ * </dd>
4336
4428
  * <dt>Stopping</dt>
4337
4429
  * <dd>
4338
- * <ul>
4430
+ * <ul>
4339
4431
  * <li>
4340
- * <p>
4432
+ * <p>
4341
4433
  * <code>Stopping</code> - Stopping the training job.</p>
4342
- * </li>
4434
+ * </li>
4343
4435
  * </ul>
4344
- * </dd>
4436
+ * </dd>
4345
4437
  * </dl>
4346
- * <p>We no longer support the following secondary statuses:</p>
4347
- * <ul>
4438
+ * <p>We no longer support the following secondary statuses:</p>
4439
+ * <ul>
4348
4440
  * <li>
4349
- * <p>
4350
- * <code>LaunchingMLInstances</code>
4351
- * </p>
4441
+ * <p>
4442
+ * <code>LaunchingMLInstances</code>
4443
+ * </p>
4352
4444
  * </li>
4353
4445
  * <li>
4354
- * <p>
4355
- * <code>PreparingTrainingStack</code>
4356
- * </p>
4446
+ * <p>
4447
+ * <code>PreparingTrainingStack</code>
4448
+ * </p>
4357
4449
  * </li>
4358
4450
  * <li>
4359
- * <p>
4360
- * <code>DownloadingTrainingImage</code>
4361
- * </p>
4451
+ * <p>
4452
+ * <code>DownloadingTrainingImage</code>
4453
+ * </p>
4362
4454
  * </li>
4363
4455
  * </ul>
4364
4456
  */
@@ -4376,66 +4468,66 @@ export interface SecondaryStatusTransition {
4376
4468
  /**
4377
4469
  * <p>A detailed description of the progress within a secondary status.
4378
4470
  * </p>
4379
- * <p>SageMaker provides secondary statuses and status messages that apply to each of
4471
+ * <p>SageMaker provides secondary statuses and status messages that apply to each of
4380
4472
  * them:</p>
4381
- * <dl>
4473
+ * <dl>
4382
4474
  * <dt>Starting</dt>
4383
4475
  * <dd>
4384
- * <ul>
4476
+ * <ul>
4385
4477
  * <li>
4386
- * <p>Starting the training job.</p>
4387
- * </li>
4478
+ * <p>Starting the training job.</p>
4479
+ * </li>
4388
4480
  * <li>
4389
- * <p>Launching requested ML
4481
+ * <p>Launching requested ML
4390
4482
  * instances.</p>
4391
- * </li>
4483
+ * </li>
4392
4484
  * <li>
4393
- * <p>Insufficient
4485
+ * <p>Insufficient
4394
4486
  * capacity error from EC2 while launching instances,
4395
4487
  * retrying!</p>
4396
- * </li>
4488
+ * </li>
4397
4489
  * <li>
4398
- * <p>Launched
4490
+ * <p>Launched
4399
4491
  * instance was unhealthy, replacing it!</p>
4400
- * </li>
4492
+ * </li>
4401
4493
  * <li>
4402
- * <p>Preparing the instances for training.</p>
4403
- * </li>
4494
+ * <p>Preparing the instances for training.</p>
4495
+ * </li>
4404
4496
  * </ul>
4405
- * </dd>
4497
+ * </dd>
4406
4498
  * <dt>Training</dt>
4407
4499
  * <dd>
4408
- * <ul>
4500
+ * <ul>
4409
4501
  * <li>
4410
- * <p>Downloading the training image.</p>
4411
- * </li>
4502
+ * <p>Downloading the training image.</p>
4503
+ * </li>
4412
4504
  * <li>
4413
- * <p>Training
4505
+ * <p>Training
4414
4506
  * image download completed. Training in
4415
4507
  * progress.</p>
4416
- * </li>
4508
+ * </li>
4417
4509
  * </ul>
4418
- * </dd>
4510
+ * </dd>
4419
4511
  * </dl>
4420
- * <important>
4512
+ * <important>
4421
4513
  * <p>Status messages are subject to change. Therefore, we recommend not including them
4422
4514
  * in code that programmatically initiates actions. For examples, don't use status
4423
4515
  * messages in if statements.</p>
4424
- * </important>
4425
- * <p>To have an overview of your training job's progress, view
4516
+ * </important>
4517
+ * <p>To have an overview of your training job's progress, view
4426
4518
  * <code>TrainingJobStatus</code> and <code>SecondaryStatus</code> in <a>DescribeTrainingJob</a>, and <code>StatusMessage</code> together. For
4427
4519
  * example, at the start of a training job, you might see the following:</p>
4428
- * <ul>
4520
+ * <ul>
4429
4521
  * <li>
4430
- * <p>
4522
+ * <p>
4431
4523
  * <code>TrainingJobStatus</code> - InProgress</p>
4432
4524
  * </li>
4433
4525
  * <li>
4434
- * <p>
4526
+ * <p>
4435
4527
  * <code>SecondaryStatus</code> - Training</p>
4436
4528
  * </li>
4437
4529
  * <li>
4438
- * <p>
4530
+ * <p>
4439
4531
  * <code>StatusMessage</code> - Downloading the training image</p>
4440
4532
  * </li>
4441
4533
  * </ul>
@@ -4454,23 +4546,23 @@ export declare enum WarmPoolResourceStatus {
4454
4546
  export interface WarmPoolStatus {
4455
4547
  /**
4456
4548
  * <p>The status of the warm pool.</p>
4457
- * <ul>
4549
+ * <ul>
4458
4550
  * <li>
4459
- * <p>
4551
+ * <p>
4460
4552
  * <code>InUse</code>: The warm pool is in use for the training job.</p>
4461
4553
  * </li>
4462
4554
  * <li>
4463
- * <p>
4555
+ * <p>
4464
4556
  * <code>Available</code>: The warm pool is available to reuse for a matching
4465
4557
  * training job.</p>
4466
4558
  * </li>
4467
4559
  * <li>
4468
- * <p>
4560
+ * <p>
4469
4561
  * <code>Reused</code>: The warm pool moved to a matching training job for
4470
4562
  * reuse.</p>
4471
4563
  * </li>
4472
4564
  * <li>
4473
- * <p>
4565
+ * <p>
4474
4566
  * <code>Terminated</code>: The warm pool is no longer available. Warm pools are
4475
4567
  * unavailable if they are terminated by a user, terminated for a patch update, or
4476
4568
  * terminated for exceeding the specified
@@ -4482,7 +4574,7 @@ export interface WarmPoolStatus {
4482
4574
  /**
4483
4575
  * <p>The billable time in seconds used by the warm pool. Billable time refers to the
4484
4576
  * absolute wall-clock time.</p>
4485
- * <p>Multiply <code>ResourceRetainedBillableTimeInSeconds</code> by the number of instances
4577
+ * <p>Multiply <code>ResourceRetainedBillableTimeInSeconds</code> by the number of instances
4486
4578
  * (<code>InstanceCount</code>) in your training cluster to get the total compute time
4487
4579
  * SageMaker bills you if you run warm pool training. The formula is as follows:
4488
4580
  * <code>ResourceRetainedBillableTimeInSeconds * InstanceCount</code>.</p>
@@ -4523,140 +4615,139 @@ export interface DescribeTrainingJobResponse {
4523
4615
  ModelArtifacts: ModelArtifacts | undefined;
4524
4616
  /**
4525
4617
  * <p>The status of the training job.</p>
4526
- * <p>SageMaker provides the following training job statuses:</p>
4527
- * <ul>
4618
+ * <p>SageMaker provides the following training job statuses:</p>
4619
+ * <ul>
4528
4620
  * <li>
4529
- * <p>
4621
+ * <p>
4530
4622
  * <code>InProgress</code> - The training is in progress.</p>
4531
4623
  * </li>
4532
4624
  * <li>
4533
- * <p>
4625
+ * <p>
4534
4626
  * <code>Completed</code> - The training job has completed.</p>
4535
4627
  * </li>
4536
4628
  * <li>
4537
- * <p>
4629
+ * <p>
4538
4630
  * <code>Failed</code> - The training job has failed. To see the reason for the
4539
4631
  * failure, see the <code>FailureReason</code> field in the response to a
4540
4632
  * <code>DescribeTrainingJobResponse</code> call.</p>
4541
4633
  * </li>
4542
4634
  * <li>
4543
- * <p>
4635
+ * <p>
4544
4636
  * <code>Stopping</code> - The training job is stopping.</p>
4545
4637
  * </li>
4546
4638
  * <li>
4547
- * <p>
4639
+ * <p>
4548
4640
  * <code>Stopped</code> - The training job has stopped.</p>
4549
4641
  * </li>
4550
4642
  * </ul>
4551
- * <p>For more detailed information, see <code>SecondaryStatus</code>. </p>
4643
+ * <p>For more detailed information, see <code>SecondaryStatus</code>. </p>
4552
4644
  */
4553
4645
  TrainingJobStatus: TrainingJobStatus | string | undefined;
4554
4646
  /**
4555
4647
  * <p> Provides detailed information about the state of the training job. For detailed
4556
4648
  * information on the secondary status of the training job, see <code>StatusMessage</code>
4557
4649
  * under <a>SecondaryStatusTransition</a>.</p>
4558
- * <p>SageMaker provides primary statuses and secondary statuses that apply to each of
4650
+ * <p>SageMaker provides primary statuses and secondary statuses that apply to each of
4559
4651
  * them:</p>
4560
- * <dl>
4652
+ * <dl>
4561
4653
  * <dt>InProgress</dt>
4562
4654
  * <dd>
4563
- * <ul>
4655
+ * <ul>
4564
4656
  * <li>
4565
- * <p>
4657
+ * <p>
4566
4658
  * <code>Starting</code>
4567
4659
  * - Starting the training job.</p>
4568
- * </li>
4660
+ * </li>
4569
4661
  * <li>
4570
- * <p>
4662
+ * <p>
4571
4663
  * <code>Downloading</code> - An optional stage for algorithms that
4572
4664
  * support <code>File</code> training input mode. It indicates that
4573
4665
  * data is being downloaded to the ML storage volumes.</p>
4574
- * </li>
4666
+ * </li>
4575
4667
  * <li>
4576
- * <p>
4668
+ * <p>
4577
4669
  * <code>Training</code> - Training is in progress.</p>
4578
- * </li>
4670
+ * </li>
4579
4671
  * <li>
4580
- * <p>
4672
+ * <p>
4581
4673
  * <code>Interrupted</code> - The job stopped because the managed
4582
4674
  * spot training instances were interrupted. </p>
4583
- * </li>
4675
+ * </li>
4584
4676
  * <li>
4585
- * <p>
4677
+ * <p>
4586
4678
  * <code>Uploading</code> - Training is complete and the model
4587
4679
  * artifacts are being uploaded to the S3 location.</p>
4588
- * </li>
4680
+ * </li>
4589
4681
  * </ul>
4590
- * </dd>
4682
+ * </dd>
4591
4683
  * <dt>Completed</dt>
4592
4684
  * <dd>
4593
- * <ul>
4685
+ * <ul>
4594
4686
  * <li>
4595
- * <p>
4687
+ * <p>
4596
4688
  * <code>Completed</code> - The training job has completed.</p>
4597
- * </li>
4689
+ * </li>
4598
4690
  * </ul>
4599
- * </dd>
4691
+ * </dd>
4600
4692
  * <dt>Failed</dt>
4601
4693
  * <dd>
4602
- * <ul>
4694
+ * <ul>
4603
4695
  * <li>
4604
- * <p>
4696
+ * <p>
4605
4697
  * <code>Failed</code> - The training job has failed. The reason for
4606
4698
  * the failure is returned in the <code>FailureReason</code> field of
4607
4699
  * <code>DescribeTrainingJobResponse</code>.</p>
4608
- * </li>
4700
+ * </li>
4609
4701
  * </ul>
4610
- * </dd>
4702
+ * </dd>
4611
4703
  * <dt>Stopped</dt>
4612
4704
  * <dd>
4613
- * <ul>
4705
+ * <ul>
4614
4706
  * <li>
4615
- * <p>
4707
+ * <p>
4616
4708
  * <code>MaxRuntimeExceeded</code> - The job stopped because it
4617
4709
  * exceeded the maximum allowed runtime.</p>
4618
- * </li>
4710
+ * </li>
4619
4711
  * <li>
4620
- * <p>
4712
+ * <p>
4621
4713
  * <code>MaxWaitTimeExceeded</code> - The job stopped because it
4622
4714
  * exceeded the maximum allowed wait time.</p>
4623
- * </li>
4715
+ * </li>
4624
4716
  * <li>
4625
- * <p>
4717
+ * <p>
4626
4718
  * <code>Stopped</code> - The training job has stopped.</p>
4627
- * </li>
4719
+ * </li>
4628
4720
  * </ul>
4629
- * </dd>
4721
+ * </dd>
4630
4722
  * <dt>Stopping</dt>
4631
4723
  * <dd>
4632
- * <ul>
4724
+ * <ul>
4633
4725
  * <li>
4634
- * <p>
4726
+ * <p>
4635
4727
  * <code>Stopping</code> - Stopping the training job.</p>
4636
- * </li>
4728
+ * </li>
4637
4729
  * </ul>
4638
- * </dd>
4730
+ * </dd>
4639
4731
  * </dl>
4640
- *
4641
- * <important>
4732
+ * <important>
4642
4733
  * <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p>
4643
- * </important>
4644
- * <p>We no longer support the following secondary statuses:</p>
4645
- * <ul>
4734
+ * </important>
4735
+ * <p>We no longer support the following secondary statuses:</p>
4736
+ * <ul>
4646
4737
  * <li>
4647
- * <p>
4648
- * <code>LaunchingMLInstances</code>
4649
- * </p>
4738
+ * <p>
4739
+ * <code>LaunchingMLInstances</code>
4740
+ * </p>
4650
4741
  * </li>
4651
4742
  * <li>
4652
- * <p>
4653
- * <code>PreparingTraining</code>
4654
- * </p>
4743
+ * <p>
4744
+ * <code>PreparingTraining</code>
4745
+ * </p>
4655
4746
  * </li>
4656
4747
  * <li>
4657
- * <p>
4658
- * <code>DownloadingTrainingImage</code>
4659
- * </p>
4748
+ * <p>
4749
+ * <code>DownloadingTrainingImage</code>
4750
+ * </p>
4660
4751
  * </li>
4661
4752
  * </ul>
4662
4753
  */
@@ -4704,7 +4795,7 @@ export interface DescribeTrainingJobResponse {
4704
4795
  * <p>Specifies a limit to how long a model training job can run. It also specifies how long
4705
4796
  * a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
4706
4797
  * ends the training job. Use this API to cap model training costs.</p>
4707
- * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
4798
+ * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
4708
4799
  * job termination for 120 seconds. Algorithms can use this 120-second window to save the
4709
4800
  * model artifacts, so the results of training are not lost. </p>
4710
4801
  */
@@ -4776,11 +4867,11 @@ export interface DescribeTrainingJobResponse {
4776
4867
  /**
4777
4868
  * <p>The billable time in seconds. Billable time refers to the absolute wall-clock
4778
4869
  * time.</p>
4779
- * <p>Multiply <code>BillableTimeInSeconds</code> by the number of instances
4870
+ * <p>Multiply <code>BillableTimeInSeconds</code> by the number of instances
4780
4871
  * (<code>InstanceCount</code>) in your training cluster to get the total compute time
4781
4872
  * SageMaker bills you if you run distributed training. The formula is as follows:
4782
4873
  * <code>BillableTimeInSeconds * InstanceCount</code> .</p>
4783
- * <p>You can calculate the savings from using managed spot training using the formula
4874
+ * <p>You can calculate the savings from using managed spot training using the formula
4784
4875
  * <code>(1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100</code>. For example,
4785
4876
  * if <code>BillableTimeInSeconds</code> is 100 and <code>TrainingTimeInSeconds</code> is
4786
4877
  * 500, the savings is 80%.</p>
@@ -4927,7 +5018,7 @@ export interface DescribeTransformJobResponse {
4927
5018
  * A <i>record</i>
4928
5019
  * <i></i> is a single unit of input data that inference
4929
5020
  * can be made on. For example, a single line in a CSV file is a record. </p>
4930
- * <p>To enable the batch strategy, you must set <code>SplitType</code>
5021
+ * <p>To enable the batch strategy, you must set <code>SplitType</code>
4931
5022
  * to
4932
5023
  * <code>Line</code>, <code>RecordIO</code>, or
4933
5024
  * <code>TFRecord</code>.</p>
@@ -5445,7 +5536,7 @@ export interface Workteam {
5445
5536
  /**
5446
5537
  * <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
5447
5538
  * the workers that make up the work team. </p>
5448
- * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
5539
+ * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
5449
5540
  * For private workforces created using Amazon Cognito use
5450
5541
  * <code>CognitoMemberDefinition</code>. For workforces created using your own OIDC identity
5451
5542
  * provider (IdP) use <code>OidcMemberDefinition</code>.</p>
@@ -5928,21 +6019,21 @@ export interface MonitoringSchedule {
5928
6019
  MonitoringScheduleName?: string;
5929
6020
  /**
5930
6021
  * <p>The status of the monitoring schedule. This can be one of the following values.</p>
5931
- * <ul>
6022
+ * <ul>
5932
6023
  * <li>
5933
- * <p>
6024
+ * <p>
5934
6025
  * <code>PENDING</code> - The schedule is pending being created.</p>
5935
6026
  * </li>
5936
6027
  * <li>
5937
- * <p>
6028
+ * <p>
5938
6029
  * <code>FAILED</code> - The schedule failed.</p>
5939
6030
  * </li>
5940
6031
  * <li>
5941
- * <p>
6032
+ * <p>
5942
6033
  * <code>SCHEDULED</code> - The schedule was successfully created.</p>
5943
6034
  * </li>
5944
6035
  * <li>
5945
- * <p>
6036
+ * <p>
5946
6037
  * <code>STOPPED</code> - The schedule was stopped.</p>
5947
6038
  * </li>
5948
6039
  * </ul>
@@ -6034,12 +6125,8 @@ export interface Endpoint {
6034
6125
  */
6035
6126
  Tags?: Tag[];
6036
6127
  /**
6037
- * <p>
6038
- * Array of <code>ProductionVariant</code> objects, one for each model that you want to host at this endpoint
6039
- * in shadow mode with production traffic replicated from the model specified on
6040
- * <code>ProductionVariants</code>.If you use this field, you can only specify one variant for
6041
- * <code>ProductionVariants</code> and one variant for <code>ShadowProductionVariants</code>.
6042
- * </p>
6128
+ * <p>A list of the shadow variants hosted on the endpoint. Each shadow variant is a model
6129
+ * in shadow mode with production traffic replicated from the proudction variant.</p>
6043
6130
  */
6044
6131
  ShadowProductionVariants?: ProductionVariantSummary[];
6045
6132
  }
@@ -6091,29 +6178,29 @@ export interface EndpointSummary {
6091
6178
  LastModifiedTime: Date | undefined;
6092
6179
  /**
6093
6180
  * <p>The status of the endpoint.</p>
6094
- * <ul>
6181
+ * <ul>
6095
6182
  * <li>
6096
- * <p>
6183
+ * <p>
6097
6184
  * <code>OutOfService</code>: Endpoint is not available to take incoming
6098
6185
  * requests.</p>
6099
6186
  * </li>
6100
6187
  * <li>
6101
- * <p>
6188
+ * <p>
6102
6189
  * <code>Creating</code>: <a>CreateEndpoint</a> is executing.</p>
6103
6190
  * </li>
6104
6191
  * <li>
6105
- * <p>
6192
+ * <p>
6106
6193
  * <code>Updating</code>: <a>UpdateEndpoint</a> or <a>UpdateEndpointWeightsAndCapacities</a> is executing.</p>
6107
6194
  * </li>
6108
6195
  * <li>
6109
- * <p>
6196
+ * <p>
6110
6197
  * <code>SystemUpdating</code>: Endpoint is undergoing maintenance and cannot be
6111
6198
  * updated or deleted or re-scaled until it has completed. This maintenance
6112
6199
  * operation does not change any customer-specified values such as VPC config, KMS
6113
6200
  * encryption, model, instance type, or instance count.</p>
6114
6201
  * </li>
6115
6202
  * <li>
6116
- * <p>
6203
+ * <p>
6117
6204
  * <code>RollingBack</code>: Endpoint fails to scale up or down or change its
6118
6205
  * variant weight and is in the process of rolling back to its previous
6119
6206
  * configuration. Once the rollback completes, endpoint returns to an
@@ -6123,23 +6210,23 @@ export interface EndpointSummary {
6123
6210
  * explicitly.</p>
6124
6211
  * </li>
6125
6212
  * <li>
6126
- * <p>
6213
+ * <p>
6127
6214
  * <code>InService</code>: Endpoint is available to process incoming
6128
6215
  * requests.</p>
6129
6216
  * </li>
6130
6217
  * <li>
6131
- * <p>
6218
+ * <p>
6132
6219
  * <code>Deleting</code>: <a>DeleteEndpoint</a> is executing.</p>
6133
6220
  * </li>
6134
6221
  * <li>
6135
- * <p>
6222
+ * <p>
6136
6223
  * <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use
6137
6224
  * <a>DescribeEndpointOutput$FailureReason</a> for information about
6138
6225
  * the failure. <a>DeleteEndpoint</a> is the only operation that can be
6139
6226
  * performed on a failed endpoint.</p>
6140
6227
  * </li>
6141
6228
  * </ul>
6142
- * <p>To get a list of endpoints with a specified status, use the <a>ListEndpointsInput$StatusEquals</a> filter.</p>
6229
+ * <p>To get a list of endpoints with a specified status, use the <a>ListEndpointsInput$StatusEquals</a> filter.</p>
6143
6230
  */
6144
6231
  EndpointStatus: EndpointStatus | string | undefined;
6145
6232
  }
@@ -6424,7 +6511,6 @@ export declare enum Operator {
6424
6511
  * <p>A conditional statement for a search expression that includes a resource property, a
6425
6512
  * Boolean operator, and a value. Resources that match the statement are returned in the
6426
6513
  * results from the <a>Search</a> API.</p>
6427
- *
6428
6514
  * <p>If you specify a <code>Value</code>, but not an <code>Operator</code>, Amazon SageMaker uses the
6429
6515
  * equals operator.</p>
6430
6516
  * <p>In search, there are several property types:</p>
@@ -6798,10 +6884,10 @@ export interface GitConfigForUpdate {
6798
6884
  * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
6799
6885
  * contains the credentials used to access the git repository. The secret must have a
6800
6886
  * staging label of <code>AWSCURRENT</code> and must be in the following format:</p>
6801
- * <p>
6887
+ * <p>
6802
6888
  * <code>{"username": <i>UserName</i>, "password":
6803
6889
  * <i>Password</i>}</code>
6804
- * </p>
6890
+ * </p>
6805
6891
  */
6806
6892
  SecretArn?: string;
6807
6893
  }
@@ -6984,16 +7070,16 @@ export interface HyperParameterTuningJobSearchEntity {
6984
7070
  * previous hyperparameter tuning jobs as a starting point. The results of previous tuning
6985
7071
  * jobs are used to inform which combinations of hyperparameters to search over in the new
6986
7072
  * tuning job.</p>
6987
- * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
7073
+ * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
6988
7074
  * the objective metric, and the training job that performs the best is compared to the
6989
7075
  * best training jobs from the parent tuning jobs. From these, the training job that
6990
7076
  * performs the best as measured by the objective metric is returned as the overall best
6991
7077
  * training job.</p>
6992
- * <note>
7078
+ * <note>
6993
7079
  * <p>All training jobs launched by parent hyperparameter tuning jobs and the new
6994
7080
  * hyperparameter tuning jobs count against the limit of training jobs for the tuning
6995
7081
  * job.</p>
6996
- * </note>
7082
+ * </note>
6997
7083
  */
6998
7084
  WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
6999
7085
  /**
@@ -7257,8 +7343,8 @@ export interface InferenceExperimentSummary {
7257
7343
  LastModifiedTime: Date | undefined;
7258
7344
  /**
7259
7345
  * <p>
7260
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container
7261
- * images.
7346
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage
7347
+ * Amazon SageMaker Inference endpoints for model deployment.
7262
7348
  * </p>
7263
7349
  */
7264
7350
  RoleArn?: string;
@@ -7915,51 +8001,10 @@ export interface ListCandidatesForAutoMLJobResponse {
7915
8001
  */
7916
8002
  NextToken?: string;
7917
8003
  }
7918
- export interface ListCodeRepositoriesInput {
7919
- /**
7920
- * <p>A filter that returns only Git repositories that were created after the specified
7921
- * time.</p>
7922
- */
7923
- CreationTimeAfter?: Date;
7924
- /**
7925
- * <p>A filter that returns only Git repositories that were created before the specified
7926
- * time.</p>
7927
- */
7928
- CreationTimeBefore?: Date;
7929
- /**
7930
- * <p>A filter that returns only Git repositories that were last modified after the
7931
- * specified time.</p>
7932
- */
7933
- LastModifiedTimeAfter?: Date;
7934
- /**
7935
- * <p>A filter that returns only Git repositories that were last modified before the
7936
- * specified time.</p>
7937
- */
7938
- LastModifiedTimeBefore?: Date;
7939
- /**
7940
- * <p>The maximum number of Git repositories to return in the response.</p>
7941
- */
7942
- MaxResults?: number;
7943
- /**
7944
- * <p>A string in the Git repositories name. This filter returns only repositories whose
7945
- * name contains the specified string.</p>
7946
- */
7947
- NameContains?: string;
7948
- /**
7949
- * <p>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated, the
7950
- * response includes a <code>NextToken</code>. To get the next set of Git repositories, use
7951
- * the token in the next request.</p>
7952
- */
7953
- NextToken?: string;
7954
- /**
7955
- * <p>The field to sort results by. The default is <code>Name</code>.</p>
7956
- */
7957
- SortBy?: CodeRepositorySortBy | string;
7958
- /**
7959
- * <p>The sort order for results. The default is <code>Ascending</code>.</p>
7960
- */
7961
- SortOrder?: CodeRepositorySortOrder | string;
7962
- }
8004
+ /**
8005
+ * @internal
8006
+ */
8007
+ export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;
7963
8008
  /**
7964
8009
  * @internal
7965
8010
  */
@@ -8912,7 +8957,3 @@ export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj:
8912
8957
  * @internal
8913
8958
  */
8914
8959
  export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
8915
- /**
8916
- * @internal
8917
- */
8918
- export declare const ListCodeRepositoriesInputFilterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;