@aws-sdk/client-sagemaker 3.686.0 → 3.691.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.
@@ -14,12 +14,12 @@ export interface ActionSource {
14
14
  * <p>The type of the source.</p>
15
15
  * @public
16
16
  */
17
- SourceType?: string;
17
+ SourceType?: string | undefined;
18
18
  /**
19
19
  * <p>The ID of the source.</p>
20
20
  * @public
21
21
  */
22
- SourceId?: string;
22
+ SourceId?: string | undefined;
23
23
  }
24
24
  /**
25
25
  * @public
@@ -48,37 +48,37 @@ export interface ActionSummary {
48
48
  * <p>The Amazon Resource Name (ARN) of the action.</p>
49
49
  * @public
50
50
  */
51
- ActionArn?: string;
51
+ ActionArn?: string | undefined;
52
52
  /**
53
53
  * <p>The name of the action.</p>
54
54
  * @public
55
55
  */
56
- ActionName?: string;
56
+ ActionName?: string | undefined;
57
57
  /**
58
58
  * <p>The source of the action.</p>
59
59
  * @public
60
60
  */
61
- Source?: ActionSource;
61
+ Source?: ActionSource | undefined;
62
62
  /**
63
63
  * <p>The type of the action.</p>
64
64
  * @public
65
65
  */
66
- ActionType?: string;
66
+ ActionType?: string | undefined;
67
67
  /**
68
68
  * <p>The status of the action.</p>
69
69
  * @public
70
70
  */
71
- Status?: ActionStatus;
71
+ Status?: ActionStatus | undefined;
72
72
  /**
73
73
  * <p>When the action was created.</p>
74
74
  * @public
75
75
  */
76
- CreationTime?: Date;
76
+ CreationTime?: Date | undefined;
77
77
  /**
78
78
  * <p>When the action was last modified.</p>
79
79
  * @public
80
80
  */
81
- LastModifiedTime?: Date;
81
+ LastModifiedTime?: Date | undefined;
82
82
  }
83
83
  /**
84
84
  * @public
@@ -133,7 +133,7 @@ export interface AddAssociationRequest {
133
133
  * </ul>
134
134
  * @public
135
135
  */
136
- AssociationType?: AssociationEdgeType;
136
+ AssociationType?: AssociationEdgeType | undefined;
137
137
  }
138
138
  /**
139
139
  * @public
@@ -143,12 +143,12 @@ export interface AddAssociationResponse {
143
143
  * <p>The ARN of the source.</p>
144
144
  * @public
145
145
  */
146
- SourceArn?: string;
146
+ SourceArn?: string | undefined;
147
147
  /**
148
148
  * <p>The Amazon Resource Name (ARN) of the destination.</p>
149
149
  * @public
150
150
  */
151
- DestinationArn?: string;
151
+ DestinationArn?: string | undefined;
152
152
  }
153
153
  /**
154
154
  * <p> You have exceeded an SageMaker resource limit. For example, you might have too many
@@ -158,7 +158,7 @@ export interface AddAssociationResponse {
158
158
  export declare class ResourceLimitExceeded extends __BaseException {
159
159
  readonly name: "ResourceLimitExceeded";
160
160
  readonly $fault: "client";
161
- Message?: string;
161
+ Message?: string | undefined;
162
162
  /**
163
163
  * @internal
164
164
  */
@@ -171,7 +171,7 @@ export declare class ResourceLimitExceeded extends __BaseException {
171
171
  export declare class ResourceNotFound extends __BaseException {
172
172
  readonly name: "ResourceNotFound";
173
173
  readonly $fault: "client";
174
- Message?: string;
174
+ Message?: string | undefined;
175
175
  /**
176
176
  * @internal
177
177
  */
@@ -225,7 +225,7 @@ export interface AdditionalS3DataSource {
225
225
  * compressed.</p>
226
226
  * @public
227
227
  */
228
- CompressionType?: CompressionType;
228
+ CompressionType?: CompressionType | undefined;
229
229
  }
230
230
  /**
231
231
  * @public
@@ -388,18 +388,18 @@ export interface S3ModelDataSource {
388
388
  * they are acceptable for your use case before downloading or using a model.</p>
389
389
  * @public
390
390
  */
391
- ModelAccessConfig?: ModelAccessConfig;
391
+ ModelAccessConfig?: ModelAccessConfig | undefined;
392
392
  /**
393
393
  * <p>Configuration information for hub access.</p>
394
394
  * @public
395
395
  */
396
- HubAccessConfig?: InferenceHubAccessConfig;
396
+ HubAccessConfig?: InferenceHubAccessConfig | undefined;
397
397
  /**
398
398
  * <p>The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the
399
399
  * artifact locations.</p>
400
400
  * @public
401
401
  */
402
- ManifestS3Uri?: string;
402
+ ManifestS3Uri?: string | undefined;
403
403
  }
404
404
  /**
405
405
  * <p>Specifies the location of ML model data to deploy. If specified, you must specify one
@@ -411,7 +411,7 @@ export interface ModelDataSource {
411
411
  * <p>Specifies the S3 location of ML model data to deploy.</p>
412
412
  * @public
413
413
  */
414
- S3DataSource?: S3ModelDataSource;
414
+ S3DataSource?: S3ModelDataSource | undefined;
415
415
  }
416
416
  /**
417
417
  * <p>Input object for the model.</p>
@@ -433,7 +433,7 @@ export interface ModelPackageContainerDefinition {
433
433
  * <p>The DNS host name for the Docker container.</p>
434
434
  * @public
435
435
  */
436
- ContainerHostname?: string;
436
+ ContainerHostname?: string | undefined;
437
437
  /**
438
438
  * <p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p>
439
439
  * <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
@@ -449,7 +449,7 @@ export interface ModelPackageContainerDefinition {
449
449
  * training.</p>
450
450
  * @public
451
451
  */
452
- ImageDigest?: string;
452
+ ImageDigest?: string | undefined;
453
453
  /**
454
454
  * <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
455
455
  * This path must point to a single <code>gzip</code> compressed tar archive
@@ -460,52 +460,52 @@ export interface ModelPackageContainerDefinition {
460
460
  * </note>
461
461
  * @public
462
462
  */
463
- ModelDataUrl?: string;
463
+ ModelDataUrl?: string | undefined;
464
464
  /**
465
465
  * <p>Specifies the location of ML model data to deploy during endpoint creation.</p>
466
466
  * @public
467
467
  */
468
- ModelDataSource?: ModelDataSource;
468
+ ModelDataSource?: ModelDataSource | undefined;
469
469
  /**
470
470
  * <p>The Amazon Web Services Marketplace product ID of the model package.</p>
471
471
  * @public
472
472
  */
473
- ProductId?: string;
473
+ ProductId?: string | undefined;
474
474
  /**
475
475
  * <p>The environment variables to set in the Docker container. Each key and value in the
476
476
  * <code>Environment</code> string to string map can have length of up to 1024. We
477
477
  * support up to 16 entries in the map.</p>
478
478
  * @public
479
479
  */
480
- Environment?: Record<string, string>;
480
+ Environment?: Record<string, string> | undefined;
481
481
  /**
482
482
  * <p>A structure with Model Input details.</p>
483
483
  * @public
484
484
  */
485
- ModelInput?: ModelInput;
485
+ ModelInput?: ModelInput | undefined;
486
486
  /**
487
487
  * <p>The machine learning framework of the model package container image.</p>
488
488
  * @public
489
489
  */
490
- Framework?: string;
490
+ Framework?: string | undefined;
491
491
  /**
492
492
  * <p>The framework version of the Model Package Container Image.</p>
493
493
  * @public
494
494
  */
495
- FrameworkVersion?: string;
495
+ FrameworkVersion?: string | undefined;
496
496
  /**
497
497
  * <p>The name of a pre-trained machine learning benchmarked by
498
498
  * Amazon SageMaker Inference Recommender model that matches your model.
499
499
  * You can find a list of benchmarked models by calling <code>ListModelMetadata</code>.</p>
500
500
  * @public
501
501
  */
502
- NearestModelName?: string;
502
+ NearestModelName?: string | undefined;
503
503
  /**
504
504
  * <p>The additional data source that is used during inference in the Docker container for
505
505
  * your model package.</p>
506
506
  * @public
507
507
  */
508
- AdditionalS3DataSource?: AdditionalS3DataSource;
508
+ AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
509
509
  }
510
510
  /**
511
511
  * @public
@@ -824,7 +824,7 @@ export interface AdditionalInferenceSpecificationDefinition {
824
824
  * <p>A description of the additional Inference specification</p>
825
825
  * @public
826
826
  */
827
- Description?: string;
827
+ Description?: string | undefined;
828
828
  /**
829
829
  * <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
830
830
  * @public
@@ -835,22 +835,22 @@ export interface AdditionalInferenceSpecificationDefinition {
835
835
  * or on which an endpoint can be deployed.</p>
836
836
  * @public
837
837
  */
838
- SupportedTransformInstanceTypes?: TransformInstanceType[];
838
+ SupportedTransformInstanceTypes?: TransformInstanceType[] | undefined;
839
839
  /**
840
840
  * <p>A list of the instance types that are used to generate inferences in real-time.</p>
841
841
  * @public
842
842
  */
843
- SupportedRealtimeInferenceInstanceTypes?: ProductionVariantInstanceType[];
843
+ SupportedRealtimeInferenceInstanceTypes?: ProductionVariantInstanceType[] | undefined;
844
844
  /**
845
845
  * <p>The supported MIME types for the input data.</p>
846
846
  * @public
847
847
  */
848
- SupportedContentTypes?: string[];
848
+ SupportedContentTypes?: string[] | undefined;
849
849
  /**
850
850
  * <p>The supported MIME types for the output data.</p>
851
851
  * @public
852
852
  */
853
- SupportedResponseMIMETypes?: string[];
853
+ SupportedResponseMIMETypes?: string[] | undefined;
854
854
  }
855
855
  /**
856
856
  * <p>Data sources that are available to your model in addition to the one that you specify for <code>ModelDataSource</code> when you use the <code>CreateModel</code> action.</p>
@@ -918,7 +918,7 @@ export interface AddTagsOutput {
918
918
  * <p>A list of tags associated with the SageMaker resource.</p>
919
919
  * @public
920
920
  */
921
- Tags?: Tag[];
921
+ Tags?: Tag[] | undefined;
922
922
  }
923
923
  /**
924
924
  * <p>Edge Manager agent version.</p>
@@ -960,7 +960,7 @@ export interface Alarm {
960
960
  * <p>The name of a CloudWatch alarm in your account.</p>
961
961
  * @public
962
962
  */
963
- AlarmName?: string;
963
+ AlarmName?: string | undefined;
964
964
  }
965
965
  /**
966
966
  * @public
@@ -1040,7 +1040,7 @@ export interface TrainingImageConfig {
1040
1040
  * containing your training images.</p>
1041
1041
  * @public
1042
1042
  */
1043
- TrainingRepositoryAuthConfig?: TrainingRepositoryAuthConfig;
1043
+ TrainingRepositoryAuthConfig?: TrainingRepositoryAuthConfig | undefined;
1044
1044
  }
1045
1045
  /**
1046
1046
  * @public
@@ -1081,7 +1081,7 @@ export interface AlgorithmSpecification {
1081
1081
  * </note>
1082
1082
  * @public
1083
1083
  */
1084
- TrainingImage?: string;
1084
+ TrainingImage?: string | undefined;
1085
1085
  /**
1086
1086
  * <p>The name of the algorithm resource to use for the training job. This must be an
1087
1087
  * algorithm resource that you created or subscribe to on Amazon Web Services
@@ -1100,7 +1100,7 @@ export interface AlgorithmSpecification {
1100
1100
  * </note>
1101
1101
  * @public
1102
1102
  */
1103
- AlgorithmName?: string;
1103
+ AlgorithmName?: string | undefined;
1104
1104
  /**
1105
1105
  * <p>The training input mode that the algorithm supports. For more information about input
1106
1106
  * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
@@ -1143,7 +1143,7 @@ export interface AlgorithmSpecification {
1143
1143
  * expressions used to parse algorithm logs. SageMaker publishes each metric to Amazon CloudWatch.</p>
1144
1144
  * @public
1145
1145
  */
1146
- MetricDefinitions?: MetricDefinition[];
1146
+ MetricDefinitions?: MetricDefinition[] | undefined;
1147
1147
  /**
1148
1148
  * <p>To generate and save time-series metrics during training, set to <code>true</code>.
1149
1149
  * The default is <code>false</code> and time-series metrics aren't generated except in the
@@ -1173,7 +1173,7 @@ export interface AlgorithmSpecification {
1173
1173
  * </ul>
1174
1174
  * @public
1175
1175
  */
1176
- EnableSageMakerMetricsTimeSeries?: boolean;
1176
+ EnableSageMakerMetricsTimeSeries?: boolean | undefined;
1177
1177
  /**
1178
1178
  * <p>The <a href="https://docs.docker.com/engine/reference/builder/">entrypoint script
1179
1179
  * for a Docker container</a> used to run a training job. This script takes
@@ -1181,19 +1181,19 @@ export interface AlgorithmSpecification {
1181
1181
  * Runs Your Training Image</a> for more information.</p>
1182
1182
  * @public
1183
1183
  */
1184
- ContainerEntrypoint?: string[];
1184
+ ContainerEntrypoint?: string[] | undefined;
1185
1185
  /**
1186
1186
  * <p>The arguments for a container used to run a training job. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo-dockerfile.html">How Amazon SageMaker
1187
1187
  * Runs Your Training Image</a> for additional information.</p>
1188
1188
  * @public
1189
1189
  */
1190
- ContainerArguments?: string[];
1190
+ ContainerArguments?: string[] | undefined;
1191
1191
  /**
1192
1192
  * <p>The configuration to use an image from a private Docker registry for a training
1193
1193
  * job.</p>
1194
1194
  * @public
1195
1195
  */
1196
- TrainingImageConfig?: TrainingImageConfig;
1196
+ TrainingImageConfig?: TrainingImageConfig | undefined;
1197
1197
  }
1198
1198
  /**
1199
1199
  * @public
@@ -1243,7 +1243,7 @@ export interface AlgorithmStatusItem {
1243
1243
  * <p>if the overall status is <code>Failed</code>, the reason for the failure.</p>
1244
1244
  * @public
1245
1245
  */
1246
- FailureReason?: string;
1246
+ FailureReason?: string | undefined;
1247
1247
  }
1248
1248
  /**
1249
1249
  * <p>Specifies the validation and image scan statuses of the algorithm.</p>
@@ -1254,12 +1254,12 @@ export interface AlgorithmStatusDetails {
1254
1254
  * <p>The status of algorithm validation.</p>
1255
1255
  * @public
1256
1256
  */
1257
- ValidationStatuses?: AlgorithmStatusItem[];
1257
+ ValidationStatuses?: AlgorithmStatusItem[] | undefined;
1258
1258
  /**
1259
1259
  * <p>The status of the scan of the algorithm's Docker image container.</p>
1260
1260
  * @public
1261
1261
  */
1262
- ImageScanStatuses?: AlgorithmStatusItem[];
1262
+ ImageScanStatuses?: AlgorithmStatusItem[] | undefined;
1263
1263
  }
1264
1264
  /**
1265
1265
  * <p>Provides summary information about an algorithm.</p>
@@ -1280,7 +1280,7 @@ export interface AlgorithmSummary {
1280
1280
  * <p>A brief description of the algorithm.</p>
1281
1281
  * @public
1282
1282
  */
1283
- AlgorithmDescription?: string;
1283
+ AlgorithmDescription?: string | undefined;
1284
1284
  /**
1285
1285
  * <p>A timestamp that shows when the algorithm was created.</p>
1286
1286
  * @public
@@ -1470,18 +1470,18 @@ export interface S3DataSource {
1470
1470
  * this copies 1/<i>n</i> of the number of objects. </p>
1471
1471
  * @public
1472
1472
  */
1473
- S3DataDistributionType?: S3DataDistribution;
1473
+ S3DataDistributionType?: S3DataDistribution | undefined;
1474
1474
  /**
1475
1475
  * <p>A list of one or more attribute names to use that are found in a specified augmented
1476
1476
  * manifest file.</p>
1477
1477
  * @public
1478
1478
  */
1479
- AttributeNames?: string[];
1479
+ AttributeNames?: string[] | undefined;
1480
1480
  /**
1481
1481
  * <p>A list of names of instance groups that get data from the S3 data source.</p>
1482
1482
  * @public
1483
1483
  */
1484
- InstanceGroupNames?: string[];
1484
+ InstanceGroupNames?: string[] | undefined;
1485
1485
  }
1486
1486
  /**
1487
1487
  * <p>Describes the location of the channel data.</p>
@@ -1492,12 +1492,12 @@ export interface DataSource {
1492
1492
  * <p>The S3 location of the data source that is associated with a channel.</p>
1493
1493
  * @public
1494
1494
  */
1495
- S3DataSource?: S3DataSource;
1495
+ S3DataSource?: S3DataSource | undefined;
1496
1496
  /**
1497
1497
  * <p>The file system that is associated with a channel.</p>
1498
1498
  * @public
1499
1499
  */
1500
- FileSystemDataSource?: FileSystemDataSource;
1500
+ FileSystemDataSource?: FileSystemDataSource | undefined;
1501
1501
  }
1502
1502
  /**
1503
1503
  * @public
@@ -1554,14 +1554,14 @@ export interface Channel {
1554
1554
  * <p>The MIME type of the data.</p>
1555
1555
  * @public
1556
1556
  */
1557
- ContentType?: string;
1557
+ ContentType?: string | undefined;
1558
1558
  /**
1559
1559
  * <p>If training data is compressed, the compression type. The default value is
1560
1560
  * <code>None</code>. <code>CompressionType</code> is used only in Pipe input mode. In
1561
1561
  * File mode, leave this field unset or set it to None.</p>
1562
1562
  * @public
1563
1563
  */
1564
- CompressionType?: CompressionType;
1564
+ CompressionType?: CompressionType | undefined;
1565
1565
  /**
1566
1566
  * <p></p>
1567
1567
  * <p>Specify RecordIO as the value when input data is in raw format but the training
@@ -1572,7 +1572,7 @@ export interface Channel {
1572
1572
  * <p>In File mode, leave this field unset or set it to None.</p>
1573
1573
  * @public
1574
1574
  */
1575
- RecordWrapperType?: RecordWrapper;
1575
+ RecordWrapperType?: RecordWrapper | undefined;
1576
1576
  /**
1577
1577
  * <p>(Optional) The input mode to use for the data channel in a training job. If you don't
1578
1578
  * set a value for <code>InputMode</code>, SageMaker uses the value set for
@@ -1585,7 +1585,7 @@ export interface Channel {
1585
1585
  * <p>To use a model for incremental training, choose <code>File</code> input model.</p>
1586
1586
  * @public
1587
1587
  */
1588
- InputMode?: TrainingInputMode;
1588
+ InputMode?: TrainingInputMode | undefined;
1589
1589
  /**
1590
1590
  * <p>A configuration for a shuffle option for input data in a channel. If you use
1591
1591
  * <code>S3Prefix</code> for <code>S3DataType</code>, this shuffles the results of the
@@ -1603,7 +1603,7 @@ export interface Channel {
1603
1603
  * second epoch.</p>
1604
1604
  * @public
1605
1605
  */
1606
- ShuffleConfig?: ShuffleConfig;
1606
+ ShuffleConfig?: ShuffleConfig | undefined;
1607
1607
  }
1608
1608
  /**
1609
1609
  * @public
@@ -1669,7 +1669,7 @@ export interface OutputDataConfig {
1669
1669
  * Key Management Service Developer Guide</i>.</p>
1670
1670
  * @public
1671
1671
  */
1672
- KmsKeyId?: string;
1672
+ KmsKeyId?: string | undefined;
1673
1673
  /**
1674
1674
  * <p>Identifies the S3 path where you want SageMaker to store the model artifacts. For
1675
1675
  * example, <code>s3://bucket-name/key-name-prefix</code>. </p>
@@ -1681,7 +1681,7 @@ export interface OutputDataConfig {
1681
1681
  * model, recommended for large model outputs. Defaults to gzip.</p>
1682
1682
  * @public
1683
1683
  */
1684
- CompressionType?: OutputCompressionType;
1684
+ CompressionType?: OutputCompressionType | undefined;
1685
1685
  }
1686
1686
  /**
1687
1687
  * @public
@@ -1853,13 +1853,13 @@ export interface ResourceConfig {
1853
1853
  * </note>
1854
1854
  * @public
1855
1855
  */
1856
- InstanceType?: TrainingInstanceType;
1856
+ InstanceType?: TrainingInstanceType | undefined;
1857
1857
  /**
1858
1858
  * <p>The number of ML compute instances to use. For distributed training, provide a
1859
1859
  * value greater than 1. </p>
1860
1860
  * @public
1861
1861
  */
1862
- InstanceCount?: number;
1862
+ InstanceCount?: number | undefined;
1863
1863
  /**
1864
1864
  * <p>The size of the ML storage volume that you want to provision. </p>
1865
1865
  * <p>ML storage volumes store model artifacts and incremental states. Training
@@ -1913,18 +1913,18 @@ export interface ResourceConfig {
1913
1913
  * </ul>
1914
1914
  * @public
1915
1915
  */
1916
- VolumeKmsKeyId?: string;
1916
+ VolumeKmsKeyId?: string | undefined;
1917
1917
  /**
1918
1918
  * <p>The duration of time in seconds to retain configured resources in a warm pool for
1919
1919
  * subsequent training jobs.</p>
1920
1920
  * @public
1921
1921
  */
1922
- KeepAlivePeriodInSeconds?: number;
1922
+ KeepAlivePeriodInSeconds?: number | undefined;
1923
1923
  /**
1924
1924
  * <p>The configuration of a heterogeneous cluster in JSON format.</p>
1925
1925
  * @public
1926
1926
  */
1927
- InstanceGroups?: InstanceGroup[];
1927
+ InstanceGroups?: InstanceGroup[] | undefined;
1928
1928
  }
1929
1929
  /**
1930
1930
  * <p>Specifies a limit to how long a job can run. When the job reaches the time limit, SageMaker
@@ -1962,7 +1962,7 @@ export interface StoppingCondition {
1962
1962
  * 30 days.</p>
1963
1963
  * @public
1964
1964
  */
1965
- MaxRuntimeInSeconds?: number;
1965
+ MaxRuntimeInSeconds?: number | undefined;
1966
1966
  /**
1967
1967
  * <p>The maximum length of time, in seconds, that a managed Spot training job has to
1968
1968
  * complete. It is the amount of time spent waiting for Spot capacity plus the amount of
@@ -1974,13 +1974,13 @@ export interface StoppingCondition {
1974
1974
  * in total, not each individual attempt.</p>
1975
1975
  * @public
1976
1976
  */
1977
- MaxWaitTimeInSeconds?: number;
1977
+ MaxWaitTimeInSeconds?: number | undefined;
1978
1978
  /**
1979
1979
  * <p>The maximum length of time, in seconds, that a training or compilation job can be
1980
1980
  * pending before it is stopped.</p>
1981
1981
  * @public
1982
1982
  */
1983
- MaxPendingTimeInSeconds?: number;
1983
+ MaxPendingTimeInSeconds?: number | undefined;
1984
1984
  }
1985
1985
  /**
1986
1986
  * <p>Defines the input needed to run a training job using the algorithm.</p>
@@ -2028,7 +2028,7 @@ export interface TrainingJobDefinition {
2028
2028
  * <p>The hyperparameters used for the training job.</p>
2029
2029
  * @public
2030
2030
  */
2031
- HyperParameters?: Record<string, string>;
2031
+ HyperParameters?: Record<string, string> | undefined;
2032
2032
  /**
2033
2033
  * <p>An array of <code>Channel</code> objects, each of which specifies an input
2034
2034
  * source.</p>
@@ -2189,7 +2189,7 @@ export interface TransformInput {
2189
2189
  * transfer data to the transform job.</p>
2190
2190
  * @public
2191
2191
  */
2192
- ContentType?: string;
2192
+ ContentType?: string | undefined;
2193
2193
  /**
2194
2194
  * <p>If your transform data
2195
2195
  * is
@@ -2198,7 +2198,7 @@ export interface TransformInput {
2198
2198
  * <code>None</code>.</p>
2199
2199
  * @public
2200
2200
  */
2201
- CompressionType?: CompressionType;
2201
+ CompressionType?: CompressionType | undefined;
2202
2202
  /**
2203
2203
  * <p>The method to use to split the transform job's data files into smaller batches.
2204
2204
  * Splitting is necessary when the total size of each object is too large to fit in a
@@ -2235,7 +2235,7 @@ export interface TransformInput {
2235
2235
  * </note>
2236
2236
  * @public
2237
2237
  */
2238
- SplitType?: SplitType;
2238
+ SplitType?: SplitType | undefined;
2239
2239
  }
2240
2240
  /**
2241
2241
  * @public
@@ -2277,7 +2277,7 @@ export interface TransformOutput {
2277
2277
  * call to transfer data from the transform job.</p>
2278
2278
  * @public
2279
2279
  */
2280
- Accept?: string;
2280
+ Accept?: string | undefined;
2281
2281
  /**
2282
2282
  * <p>Defines how to assemble the results of the transform job as a single S3 object. Choose
2283
2283
  * a format that is most convenient to you. To concatenate the results in binary format,
@@ -2286,7 +2286,7 @@ export interface TransformOutput {
2286
2286
  * <code>Line</code>.</p>
2287
2287
  * @public
2288
2288
  */
2289
- AssembleWith?: AssemblyType;
2289
+ AssembleWith?: AssemblyType | undefined;
2290
2290
  /**
2291
2291
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using
2292
2292
  * Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following
@@ -2323,7 +2323,7 @@ export interface TransformOutput {
2323
2323
  * Guide</i>.</p>
2324
2324
  * @public
2325
2325
  */
2326
- KmsKeyId?: string;
2326
+ KmsKeyId?: string | undefined;
2327
2327
  }
2328
2328
  /**
2329
2329
  * <p>Describes the resources, including ML instance types and ML instance count, to use for
@@ -2385,7 +2385,7 @@ export interface TransformResources {
2385
2385
  * </ul>
2386
2386
  * @public
2387
2387
  */
2388
- VolumeKmsKeyId?: string;
2388
+ VolumeKmsKeyId?: string | undefined;
2389
2389
  }
2390
2390
  /**
2391
2391
  * <p>Defines the input needed to run a transform job using the inference specification
@@ -2398,13 +2398,13 @@ export interface TransformJobDefinition {
2398
2398
  * transform job. The default value is 1.</p>
2399
2399
  * @public
2400
2400
  */
2401
- MaxConcurrentTransforms?: number;
2401
+ MaxConcurrentTransforms?: number | undefined;
2402
2402
  /**
2403
2403
  * <p>The maximum payload size allowed, in MB. A payload is the data portion of a record
2404
2404
  * (without metadata).</p>
2405
2405
  * @public
2406
2406
  */
2407
- MaxPayloadInMB?: number;
2407
+ MaxPayloadInMB?: number | undefined;
2408
2408
  /**
2409
2409
  * <p>A string that determines the number of records included in a single mini-batch.</p>
2410
2410
  * <p>
@@ -2413,13 +2413,13 @@ export interface TransformJobDefinition {
2413
2413
  * can fit within the <code>MaxPayloadInMB</code> limit.</p>
2414
2414
  * @public
2415
2415
  */
2416
- BatchStrategy?: BatchStrategy;
2416
+ BatchStrategy?: BatchStrategy | undefined;
2417
2417
  /**
2418
2418
  * <p>The environment variables to set in the Docker container. We support up to 16 key and
2419
2419
  * values entries in the map.</p>
2420
2420
  * @public
2421
2421
  */
2422
- Environment?: Record<string, string>;
2422
+ Environment?: Record<string, string> | undefined;
2423
2423
  /**
2424
2424
  * <p>A description of the input source and the way the transform job consumes it.</p>
2425
2425
  * @public
@@ -2462,7 +2462,7 @@ export interface AlgorithmValidationProfile {
2462
2462
  * SageMaker runs to validate your algorithm.</p>
2463
2463
  * @public
2464
2464
  */
2465
- TransformJobDefinition?: TransformJobDefinition;
2465
+ TransformJobDefinition?: TransformJobDefinition | undefined;
2466
2466
  }
2467
2467
  /**
2468
2468
  * <p>Specifies configurations for one or more training jobs that SageMaker runs to test the
@@ -2503,12 +2503,12 @@ export interface AmazonQSettings {
2503
2503
  * <p>Whether Amazon Q has been enabled within the domain.</p>
2504
2504
  * @public
2505
2505
  */
2506
- Status?: FeatureStatus;
2506
+ Status?: FeatureStatus | undefined;
2507
2507
  /**
2508
2508
  * <p>The ARN of the Amazon Q profile used within the domain.</p>
2509
2509
  * @public
2510
2510
  */
2511
- QProfileArn?: string;
2511
+ QProfileArn?: string | undefined;
2512
2512
  }
2513
2513
  /**
2514
2514
  * <p>Configures how labels are consolidated across human workers and processes output data.</p>
@@ -4188,17 +4188,17 @@ export interface ResourceSpec {
4188
4188
  * <p>The ARN of the SageMaker image that the image version belongs to.</p>
4189
4189
  * @public
4190
4190
  */
4191
- SageMakerImageArn?: string;
4191
+ SageMakerImageArn?: string | undefined;
4192
4192
  /**
4193
4193
  * <p>The ARN of the image version created on the instance.</p>
4194
4194
  * @public
4195
4195
  */
4196
- SageMakerImageVersionArn?: string;
4196
+ SageMakerImageVersionArn?: string | undefined;
4197
4197
  /**
4198
4198
  * <p>The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.</p>
4199
4199
  * @public
4200
4200
  */
4201
- SageMakerImageVersionAlias?: string;
4201
+ SageMakerImageVersionAlias?: string | undefined;
4202
4202
  /**
4203
4203
  * <p>The instance type that the image version runs on.</p>
4204
4204
  * <note>
@@ -4210,13 +4210,13 @@ export interface ResourceSpec {
4210
4210
  * </note>
4211
4211
  * @public
4212
4212
  */
4213
- InstanceType?: AppInstanceType;
4213
+ InstanceType?: AppInstanceType | undefined;
4214
4214
  /**
4215
4215
  * <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the
4216
4216
  * Resource.</p>
4217
4217
  * @public
4218
4218
  */
4219
- LifecycleConfigArn?: string;
4219
+ LifecycleConfigArn?: string | undefined;
4220
4220
  }
4221
4221
  /**
4222
4222
  * @public
@@ -4242,43 +4242,43 @@ export interface AppDetails {
4242
4242
  * <p>The domain ID.</p>
4243
4243
  * @public
4244
4244
  */
4245
- DomainId?: string;
4245
+ DomainId?: string | undefined;
4246
4246
  /**
4247
4247
  * <p>The user profile name.</p>
4248
4248
  * @public
4249
4249
  */
4250
- UserProfileName?: string;
4250
+ UserProfileName?: string | undefined;
4251
4251
  /**
4252
4252
  * <p>The name of the space.</p>
4253
4253
  * @public
4254
4254
  */
4255
- SpaceName?: string;
4255
+ SpaceName?: string | undefined;
4256
4256
  /**
4257
4257
  * <p>The type of app.</p>
4258
4258
  * @public
4259
4259
  */
4260
- AppType?: AppType;
4260
+ AppType?: AppType | undefined;
4261
4261
  /**
4262
4262
  * <p>The name of the app.</p>
4263
4263
  * @public
4264
4264
  */
4265
- AppName?: string;
4265
+ AppName?: string | undefined;
4266
4266
  /**
4267
4267
  * <p>The status.</p>
4268
4268
  * @public
4269
4269
  */
4270
- Status?: AppStatus;
4270
+ Status?: AppStatus | undefined;
4271
4271
  /**
4272
4272
  * <p>The creation time.</p>
4273
4273
  * @public
4274
4274
  */
4275
- CreationTime?: Date;
4275
+ CreationTime?: Date | undefined;
4276
4276
  /**
4277
4277
  * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
4278
4278
  * the version runs on.</p>
4279
4279
  * @public
4280
4280
  */
4281
- ResourceSpec?: ResourceSpec;
4281
+ ResourceSpec?: ResourceSpec | undefined;
4282
4282
  }
4283
4283
  /**
4284
4284
  * <p>The configuration used to run the application image container.</p>
@@ -4289,17 +4289,17 @@ export interface ContainerConfig {
4289
4289
  * <p>The arguments for the container when you're running the application.</p>
4290
4290
  * @public
4291
4291
  */
4292
- ContainerArguments?: string[];
4292
+ ContainerArguments?: string[] | undefined;
4293
4293
  /**
4294
4294
  * <p>The entrypoint used to run the application in the container.</p>
4295
4295
  * @public
4296
4296
  */
4297
- ContainerEntrypoint?: string[];
4297
+ ContainerEntrypoint?: string[] | undefined;
4298
4298
  /**
4299
4299
  * <p>The environment variables to set in the container</p>
4300
4300
  * @public
4301
4301
  */
4302
- ContainerEnvironmentVariables?: Record<string, string>;
4302
+ ContainerEnvironmentVariables?: Record<string, string> | undefined;
4303
4303
  }
4304
4304
  /**
4305
4305
  * <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
@@ -4311,17 +4311,17 @@ export interface FileSystemConfig {
4311
4311
  * should be empty. If not specified, defaults to <i>/home/sagemaker-user</i>.</p>
4312
4312
  * @public
4313
4313
  */
4314
- MountPath?: string;
4314
+ MountPath?: string | undefined;
4315
4315
  /**
4316
4316
  * <p>The default POSIX user ID (UID). If not specified, defaults to <code>1000</code>.</p>
4317
4317
  * @public
4318
4318
  */
4319
- DefaultUid?: number;
4319
+ DefaultUid?: number | undefined;
4320
4320
  /**
4321
4321
  * <p>The default POSIX group ID (GID). If not specified, defaults to <code>100</code>.</p>
4322
4322
  * @public
4323
4323
  */
4324
- DefaultGid?: number;
4324
+ DefaultGid?: number | undefined;
4325
4325
  }
4326
4326
  /**
4327
4327
  * <p>The configuration for the file system and kernels in a SageMaker image running as a Code Editor app.
@@ -4333,12 +4333,12 @@ export interface CodeEditorAppImageConfig {
4333
4333
  * <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
4334
4334
  * @public
4335
4335
  */
4336
- FileSystemConfig?: FileSystemConfig;
4336
+ FileSystemConfig?: FileSystemConfig | undefined;
4337
4337
  /**
4338
4338
  * <p>The configuration used to run the application image container.</p>
4339
4339
  * @public
4340
4340
  */
4341
- ContainerConfig?: ContainerConfig;
4341
+ ContainerConfig?: ContainerConfig | undefined;
4342
4342
  }
4343
4343
  /**
4344
4344
  * <p>The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app. The <code>FileSystemConfig</code> object is not supported.</p>
@@ -4349,12 +4349,12 @@ export interface JupyterLabAppImageConfig {
4349
4349
  * <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
4350
4350
  * @public
4351
4351
  */
4352
- FileSystemConfig?: FileSystemConfig;
4352
+ FileSystemConfig?: FileSystemConfig | undefined;
4353
4353
  /**
4354
4354
  * <p>The configuration used to run the application image container.</p>
4355
4355
  * @public
4356
4356
  */
4357
- ContainerConfig?: ContainerConfig;
4357
+ ContainerConfig?: ContainerConfig | undefined;
4358
4358
  }
4359
4359
  /**
4360
4360
  * <p>The specification of a Jupyter kernel.</p>
@@ -4370,7 +4370,7 @@ export interface KernelSpec {
4370
4370
  * <p>The display name of the kernel.</p>
4371
4371
  * @public
4372
4372
  */
4373
- DisplayName?: string;
4373
+ DisplayName?: string | undefined;
4374
4374
  }
4375
4375
  /**
4376
4376
  * <p>The configuration for the file system and kernels in a SageMaker image running as a
@@ -4387,7 +4387,7 @@ export interface KernelGatewayImageConfig {
4387
4387
  * <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
4388
4388
  * @public
4389
4389
  */
4390
- FileSystemConfig?: FileSystemConfig;
4390
+ FileSystemConfig?: FileSystemConfig | undefined;
4391
4391
  }
4392
4392
  /**
4393
4393
  * <p>The configuration for running a SageMaker image as a KernelGateway app.</p>
@@ -4398,38 +4398,38 @@ export interface AppImageConfigDetails {
4398
4398
  * <p>The ARN of the AppImageConfig.</p>
4399
4399
  * @public
4400
4400
  */
4401
- AppImageConfigArn?: string;
4401
+ AppImageConfigArn?: string | undefined;
4402
4402
  /**
4403
4403
  * <p>The name of the AppImageConfig. Must be unique to your account.</p>
4404
4404
  * @public
4405
4405
  */
4406
- AppImageConfigName?: string;
4406
+ AppImageConfigName?: string | undefined;
4407
4407
  /**
4408
4408
  * <p>When the AppImageConfig was created.</p>
4409
4409
  * @public
4410
4410
  */
4411
- CreationTime?: Date;
4411
+ CreationTime?: Date | undefined;
4412
4412
  /**
4413
4413
  * <p>When the AppImageConfig was last modified.</p>
4414
4414
  * @public
4415
4415
  */
4416
- LastModifiedTime?: Date;
4416
+ LastModifiedTime?: Date | undefined;
4417
4417
  /**
4418
4418
  * <p>The configuration for the file system and kernels in the SageMaker image.</p>
4419
4419
  * @public
4420
4420
  */
4421
- KernelGatewayImageConfig?: KernelGatewayImageConfig;
4421
+ KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
4422
4422
  /**
4423
4423
  * <p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>
4424
4424
  * @public
4425
4425
  */
4426
- JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
4426
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig | undefined;
4427
4427
  /**
4428
4428
  * <p>The configuration for the file system and the runtime,
4429
4429
  * such as the environment variables and entry point.</p>
4430
4430
  * @public
4431
4431
  */
4432
- CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
4432
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig | undefined;
4433
4433
  }
4434
4434
  /**
4435
4435
  * @public
@@ -4465,23 +4465,23 @@ export interface IdleSettings {
4465
4465
  * <p>Indicates whether idle shutdown is activated for the application type.</p>
4466
4466
  * @public
4467
4467
  */
4468
- LifecycleManagement?: LifecycleManagement;
4468
+ LifecycleManagement?: LifecycleManagement | undefined;
4469
4469
  /**
4470
4470
  * <p>The time that SageMaker waits after the application becomes idle before shutting it
4471
4471
  * down.</p>
4472
4472
  * @public
4473
4473
  */
4474
- IdleTimeoutInMinutes?: number;
4474
+ IdleTimeoutInMinutes?: number | undefined;
4475
4475
  /**
4476
4476
  * <p>The minimum value in minutes that custom idle shutdown can be set to by the user.</p>
4477
4477
  * @public
4478
4478
  */
4479
- MinIdleTimeoutInMinutes?: number;
4479
+ MinIdleTimeoutInMinutes?: number | undefined;
4480
4480
  /**
4481
4481
  * <p>The maximum value in minutes that custom idle shutdown can be set to by the user.</p>
4482
4482
  * @public
4483
4483
  */
4484
- MaxIdleTimeoutInMinutes?: number;
4484
+ MaxIdleTimeoutInMinutes?: number | undefined;
4485
4485
  }
4486
4486
  /**
4487
4487
  * <p>Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio
@@ -4493,7 +4493,7 @@ export interface AppLifecycleManagement {
4493
4493
  * <p>Settings related to idle shutdown of Studio applications.</p>
4494
4494
  * @public
4495
4495
  */
4496
- IdleSettings?: IdleSettings;
4496
+ IdleSettings?: IdleSettings | undefined;
4497
4497
  }
4498
4498
  /**
4499
4499
  * @public
@@ -4544,12 +4544,12 @@ export interface AppSpecification {
4544
4544
  * <p>The entrypoint for a container used to run a processing job.</p>
4545
4545
  * @public
4546
4546
  */
4547
- ContainerEntrypoint?: string[];
4547
+ ContainerEntrypoint?: string[] | undefined;
4548
4548
  /**
4549
4549
  * <p>The arguments for a container used to run a processing job.</p>
4550
4550
  * @public
4551
4551
  */
4552
- ContainerArguments?: string[];
4552
+ ContainerArguments?: string[] | undefined;
4553
4553
  }
4554
4554
  /**
4555
4555
  * @public
@@ -4595,7 +4595,7 @@ export interface ArtifactSource {
4595
4595
  * <p>A list of source types.</p>
4596
4596
  * @public
4597
4597
  */
4598
- SourceTypes?: ArtifactSourceType[];
4598
+ SourceTypes?: ArtifactSourceType[] | undefined;
4599
4599
  }
4600
4600
  /**
4601
4601
  * <p>Lists a summary of the properties of an artifact. An artifact represents a URI
@@ -4607,32 +4607,32 @@ export interface ArtifactSummary {
4607
4607
  * <p>The Amazon Resource Name (ARN) of the artifact.</p>
4608
4608
  * @public
4609
4609
  */
4610
- ArtifactArn?: string;
4610
+ ArtifactArn?: string | undefined;
4611
4611
  /**
4612
4612
  * <p>The name of the artifact.</p>
4613
4613
  * @public
4614
4614
  */
4615
- ArtifactName?: string;
4615
+ ArtifactName?: string | undefined;
4616
4616
  /**
4617
4617
  * <p>The source of the artifact.</p>
4618
4618
  * @public
4619
4619
  */
4620
- Source?: ArtifactSource;
4620
+ Source?: ArtifactSource | undefined;
4621
4621
  /**
4622
4622
  * <p>The type of the artifact.</p>
4623
4623
  * @public
4624
4624
  */
4625
- ArtifactType?: string;
4625
+ ArtifactType?: string | undefined;
4626
4626
  /**
4627
4627
  * <p>When the artifact was created.</p>
4628
4628
  * @public
4629
4629
  */
4630
- CreationTime?: Date;
4630
+ CreationTime?: Date | undefined;
4631
4631
  /**
4632
4632
  * <p>When the artifact was last modified.</p>
4633
4633
  * @public
4634
4634
  */
4635
- LastModifiedTime?: Date;
4635
+ LastModifiedTime?: Date | undefined;
4636
4636
  }
4637
4637
  /**
4638
4638
  * @public
@@ -4657,12 +4657,12 @@ export interface AssociateTrialComponentResponse {
4657
4657
  * <p>The Amazon Resource Name (ARN) of the trial component.</p>
4658
4658
  * @public
4659
4659
  */
4660
- TrialComponentArn?: string;
4660
+ TrialComponentArn?: string | undefined;
4661
4661
  /**
4662
4662
  * <p>The Amazon Resource Name (ARN) of the trial.</p>
4663
4663
  * @public
4664
4664
  */
4665
- TrialArn?: string;
4665
+ TrialArn?: string | undefined;
4666
4666
  }
4667
4667
  /**
4668
4668
  * <p>The IAM Identity details associated with the user. These details are
@@ -4674,17 +4674,17 @@ export interface IamIdentity {
4674
4674
  * <p>The Amazon Resource Name (ARN) of the IAM identity.</p>
4675
4675
  * @public
4676
4676
  */
4677
- Arn?: string;
4677
+ Arn?: string | undefined;
4678
4678
  /**
4679
4679
  * <p>The ID of the principal that assumes the IAM identity.</p>
4680
4680
  * @public
4681
4681
  */
4682
- PrincipalId?: string;
4682
+ PrincipalId?: string | undefined;
4683
4683
  /**
4684
4684
  * <p>The person or application which assumes the IAM identity.</p>
4685
4685
  * @public
4686
4686
  */
4687
- SourceIdentity?: string;
4687
+ SourceIdentity?: string | undefined;
4688
4688
  }
4689
4689
  /**
4690
4690
  * <p>Information about the user who created or modified an experiment, trial, trial
@@ -4696,23 +4696,23 @@ export interface UserContext {
4696
4696
  * <p>The Amazon Resource Name (ARN) of the user's profile.</p>
4697
4697
  * @public
4698
4698
  */
4699
- UserProfileArn?: string;
4699
+ UserProfileArn?: string | undefined;
4700
4700
  /**
4701
4701
  * <p>The name of the user's profile.</p>
4702
4702
  * @public
4703
4703
  */
4704
- UserProfileName?: string;
4704
+ UserProfileName?: string | undefined;
4705
4705
  /**
4706
4706
  * <p>The domain associated with the user.</p>
4707
4707
  * @public
4708
4708
  */
4709
- DomainId?: string;
4709
+ DomainId?: string | undefined;
4710
4710
  /**
4711
4711
  * <p>The IAM Identity details associated with the user. These details are
4712
4712
  * associated with model package groups, model packages, and project entities only.</p>
4713
4713
  * @public
4714
4714
  */
4715
- IamIdentity?: IamIdentity;
4715
+ IamIdentity?: IamIdentity | undefined;
4716
4716
  }
4717
4717
  /**
4718
4718
  * <p>Lists a summary of the properties of an association. An association is an entity that
@@ -4725,48 +4725,48 @@ export interface AssociationSummary {
4725
4725
  * <p>The ARN of the source.</p>
4726
4726
  * @public
4727
4727
  */
4728
- SourceArn?: string;
4728
+ SourceArn?: string | undefined;
4729
4729
  /**
4730
4730
  * <p>The Amazon Resource Name (ARN) of the destination.</p>
4731
4731
  * @public
4732
4732
  */
4733
- DestinationArn?: string;
4733
+ DestinationArn?: string | undefined;
4734
4734
  /**
4735
4735
  * <p>The source type.</p>
4736
4736
  * @public
4737
4737
  */
4738
- SourceType?: string;
4738
+ SourceType?: string | undefined;
4739
4739
  /**
4740
4740
  * <p>The destination type.</p>
4741
4741
  * @public
4742
4742
  */
4743
- DestinationType?: string;
4743
+ DestinationType?: string | undefined;
4744
4744
  /**
4745
4745
  * <p>The type of the association.</p>
4746
4746
  * @public
4747
4747
  */
4748
- AssociationType?: AssociationEdgeType;
4748
+ AssociationType?: AssociationEdgeType | undefined;
4749
4749
  /**
4750
4750
  * <p>The name of the source.</p>
4751
4751
  * @public
4752
4752
  */
4753
- SourceName?: string;
4753
+ SourceName?: string | undefined;
4754
4754
  /**
4755
4755
  * <p>The name of the destination.</p>
4756
4756
  * @public
4757
4757
  */
4758
- DestinationName?: string;
4758
+ DestinationName?: string | undefined;
4759
4759
  /**
4760
4760
  * <p>When the association was created.</p>
4761
4761
  * @public
4762
4762
  */
4763
- CreationTime?: Date;
4763
+ CreationTime?: Date | undefined;
4764
4764
  /**
4765
4765
  * <p>Information about the user who created or modified an experiment, trial, trial
4766
4766
  * component, lineage group, project, or model card.</p>
4767
4767
  * @public
4768
4768
  */
4769
- CreatedBy?: UserContext;
4769
+ CreatedBy?: UserContext | undefined;
4770
4770
  }
4771
4771
  /**
4772
4772
  * <p>Configures the behavior of the client used by SageMaker to interact with the model
@@ -4779,7 +4779,7 @@ export interface AsyncInferenceClientConfig {
4779
4779
  * container. If no value is provided, SageMaker chooses an optimal value.</p>
4780
4780
  * @public
4781
4781
  */
4782
- MaxConcurrentInvocationsPerInstance?: number;
4782
+ MaxConcurrentInvocationsPerInstance?: number | undefined;
4783
4783
  }
4784
4784
  /**
4785
4785
  * @public
@@ -4804,13 +4804,13 @@ export interface AsyncInferenceNotificationConfig {
4804
4804
  * topic is provided, no notification is sent on success.</p>
4805
4805
  * @public
4806
4806
  */
4807
- SuccessTopic?: string;
4807
+ SuccessTopic?: string | undefined;
4808
4808
  /**
4809
4809
  * <p>Amazon SNS topic to post a notification to when inference fails. If no topic is provided,
4810
4810
  * no notification is sent on failure.</p>
4811
4811
  * @public
4812
4812
  */
4813
- ErrorTopic?: string;
4813
+ ErrorTopic?: string | undefined;
4814
4814
  /**
4815
4815
  * <p>The Amazon SNS topics where you want the inference response to be included.</p>
4816
4816
  * <note>
@@ -4819,7 +4819,7 @@ export interface AsyncInferenceNotificationConfig {
4819
4819
  * </note>
4820
4820
  * @public
4821
4821
  */
4822
- IncludeInferenceResponseIn?: AsyncNotificationTopicTypes[];
4822
+ IncludeInferenceResponseIn?: AsyncNotificationTopicTypes[] | undefined;
4823
4823
  }
4824
4824
  /**
4825
4825
  * <p>Specifies the configuration for asynchronous inference invocation outputs.</p>
@@ -4832,23 +4832,23 @@ export interface AsyncInferenceOutputConfig {
4832
4832
  * <p></p>
4833
4833
  * @public
4834
4834
  */
4835
- KmsKeyId?: string;
4835
+ KmsKeyId?: string | undefined;
4836
4836
  /**
4837
4837
  * <p>The Amazon S3 location to upload inference responses to.</p>
4838
4838
  * @public
4839
4839
  */
4840
- S3OutputPath?: string;
4840
+ S3OutputPath?: string | undefined;
4841
4841
  /**
4842
4842
  * <p>Specifies the configuration for notifications of inference results for asynchronous
4843
4843
  * inference.</p>
4844
4844
  * @public
4845
4845
  */
4846
- NotificationConfig?: AsyncInferenceNotificationConfig;
4846
+ NotificationConfig?: AsyncInferenceNotificationConfig | undefined;
4847
4847
  /**
4848
4848
  * <p>The Amazon S3 location to upload failure inference responses to.</p>
4849
4849
  * @public
4850
4850
  */
4851
- S3FailurePath?: string;
4851
+ S3FailurePath?: string | undefined;
4852
4852
  }
4853
4853
  /**
4854
4854
  * <p>Specifies configuration for how an endpoint performs asynchronous inference.</p>
@@ -4860,7 +4860,7 @@ export interface AsyncInferenceConfig {
4860
4860
  * container during asynchronous inference.</p>
4861
4861
  * @public
4862
4862
  */
4863
- ClientConfig?: AsyncInferenceClientConfig;
4863
+ ClientConfig?: AsyncInferenceClientConfig | undefined;
4864
4864
  /**
4865
4865
  * <p>Specifies the configuration for asynchronous inference invocation outputs.</p>
4866
4866
  * @public
@@ -4919,7 +4919,7 @@ export interface AthenaDatasetDefinition {
4919
4919
  * <p>The name of the workgroup in which the Athena query is being started.</p>
4920
4920
  * @public
4921
4921
  */
4922
- WorkGroup?: string;
4922
+ WorkGroup?: string | undefined;
4923
4923
  /**
4924
4924
  * <p>The location in Amazon S3 where Athena query results are stored.</p>
4925
4925
  * @public
@@ -4930,7 +4930,7 @@ export interface AthenaDatasetDefinition {
4930
4930
  * an Athena query execution.</p>
4931
4931
  * @public
4932
4932
  */
4933
- KmsKeyId?: string;
4933
+ KmsKeyId?: string | undefined;
4934
4934
  /**
4935
4935
  * <p>The data storage format for Athena query results.</p>
4936
4936
  * @public
@@ -4940,7 +4940,7 @@ export interface AthenaDatasetDefinition {
4940
4940
  * <p>The compression used for Athena query results.</p>
4941
4941
  * @public
4942
4942
  */
4943
- OutputCompression?: AthenaResultCompressionType;
4943
+ OutputCompression?: AthenaResultCompressionType | undefined;
4944
4944
  }
4945
4945
  /**
4946
4946
  * @public
@@ -5097,14 +5097,14 @@ export interface CandidateArtifactLocations {
5097
5097
  * candidate.</p>
5098
5098
  * @public
5099
5099
  */
5100
- ModelInsights?: string;
5100
+ ModelInsights?: string | undefined;
5101
5101
  /**
5102
5102
  * <p>The Amazon S3 prefix to the accuracy metrics and the inference results observed
5103
5103
  * over the testing window. Available only for the time-series forecasting problem
5104
5104
  * type.</p>
5105
5105
  * @public
5106
5106
  */
5107
- BacktestResults?: string;
5107
+ BacktestResults?: string | undefined;
5108
5108
  }
5109
5109
  /**
5110
5110
  * @public
@@ -5191,7 +5191,7 @@ export interface MetricDatum {
5191
5191
  * <p>The name of the metric.</p>
5192
5192
  * @public
5193
5193
  */
5194
- MetricName?: AutoMLMetricEnum;
5194
+ MetricName?: AutoMLMetricEnum | undefined;
5195
5195
  /**
5196
5196
  * <p>The name of the standard metric. </p>
5197
5197
  * <note>
@@ -5201,17 +5201,17 @@ export interface MetricDatum {
5201
5201
  * </note>
5202
5202
  * @public
5203
5203
  */
5204
- StandardMetricName?: AutoMLMetricExtendedEnum;
5204
+ StandardMetricName?: AutoMLMetricExtendedEnum | undefined;
5205
5205
  /**
5206
5206
  * <p>The value of the metric.</p>
5207
5207
  * @public
5208
5208
  */
5209
- Value?: number;
5209
+ Value?: number | undefined;
5210
5210
  /**
5211
5211
  * <p>The dataset split from which the AutoML job produced the metric.</p>
5212
5212
  * @public
5213
5213
  */
5214
- Set?: MetricSetSource;
5214
+ Set?: MetricSetSource | undefined;
5215
5215
  }
5216
5216
  /**
5217
5217
  * <p>The properties of an AutoML candidate job.</p>
@@ -5222,12 +5222,12 @@ export interface CandidateProperties {
5222
5222
  * <p>The Amazon S3 prefix to the artifacts generated for an AutoML candidate.</p>
5223
5223
  * @public
5224
5224
  */
5225
- CandidateArtifactLocations?: CandidateArtifactLocations;
5225
+ CandidateArtifactLocations?: CandidateArtifactLocations | undefined;
5226
5226
  /**
5227
5227
  * <p>Information about the candidate metrics for an AutoML job.</p>
5228
5228
  * @public
5229
5229
  */
5230
- CandidateMetrics?: MetricDatum[];
5230
+ CandidateMetrics?: MetricDatum[] | undefined;
5231
5231
  }
5232
5232
  /**
5233
5233
  * @public
@@ -5299,7 +5299,7 @@ export interface FinalAutoMLJobObjectiveMetric {
5299
5299
  * <p>The type of metric with the best result.</p>
5300
5300
  * @public
5301
5301
  */
5302
- Type?: AutoMLJobObjectiveType;
5302
+ Type?: AutoMLJobObjectiveType | undefined;
5303
5303
  /**
5304
5304
  * <p>The name of the metric with the best result. For a description of the possible objective
5305
5305
  * metrics, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a>.</p>
@@ -5316,7 +5316,7 @@ export interface FinalAutoMLJobObjectiveMetric {
5316
5316
  * candidate metrics</a>.</p>
5317
5317
  * @public
5318
5318
  */
5319
- StandardMetricName?: AutoMLMetricEnum;
5319
+ StandardMetricName?: AutoMLMetricEnum | undefined;
5320
5320
  }
5321
5321
  /**
5322
5322
  * @public
@@ -5355,7 +5355,7 @@ export interface AutoMLContainerDefinition {
5355
5355
  * ContainerDefinition</a>.</p>
5356
5356
  * @public
5357
5357
  */
5358
- Environment?: Record<string, string>;
5358
+ Environment?: Record<string, string> | undefined;
5359
5359
  }
5360
5360
  /**
5361
5361
  * @public
@@ -5385,7 +5385,7 @@ export interface AutoMLCandidate {
5385
5385
  * <p>The best candidate result from an AutoML training job.</p>
5386
5386
  * @public
5387
5387
  */
5388
- FinalAutoMLJobObjectiveMetric?: FinalAutoMLJobObjectiveMetric;
5388
+ FinalAutoMLJobObjectiveMetric?: FinalAutoMLJobObjectiveMetric | undefined;
5389
5389
  /**
5390
5390
  * <p>The objective's status.</p>
5391
5391
  * @public
@@ -5405,7 +5405,7 @@ export interface AutoMLCandidate {
5405
5405
  * <p>Information about the recommended inference container definitions.</p>
5406
5406
  * @public
5407
5407
  */
5408
- InferenceContainers?: AutoMLContainerDefinition[];
5408
+ InferenceContainers?: AutoMLContainerDefinition[] | undefined;
5409
5409
  /**
5410
5410
  * <p>The creation time.</p>
5411
5411
  * @public
@@ -5415,7 +5415,7 @@ export interface AutoMLCandidate {
5415
5415
  * <p>The end time.</p>
5416
5416
  * @public
5417
5417
  */
5418
- EndTime?: Date;
5418
+ EndTime?: Date | undefined;
5419
5419
  /**
5420
5420
  * <p>The last modified time.</p>
5421
5421
  * @public
@@ -5425,12 +5425,12 @@ export interface AutoMLCandidate {
5425
5425
  * <p>The failure reason.</p>
5426
5426
  * @public
5427
5427
  */
5428
- FailureReason?: string;
5428
+ FailureReason?: string | undefined;
5429
5429
  /**
5430
5430
  * <p>The properties of an AutoML candidate job.</p>
5431
5431
  * @public
5432
5432
  */
5433
- CandidateProperties?: CandidateProperties;
5433
+ CandidateProperties?: CandidateProperties | undefined;
5434
5434
  /**
5435
5435
  * <p>The mapping of all supported processing unit (CPU, GPU, etc...) to inference container
5436
5436
  * definitions for the candidate. This field is populated for the AutoML jobs V2 (for example,
@@ -5438,7 +5438,7 @@ export interface AutoMLCandidate {
5438
5438
  * classification problem types only.</p>
5439
5439
  * @public
5440
5440
  */
5441
- InferenceContainerDefinitions?: Partial<Record<AutoMLProcessingUnit, AutoMLContainerDefinition[]>>;
5441
+ InferenceContainerDefinitions?: Partial<Record<AutoMLProcessingUnit, AutoMLContainerDefinition[]>> | undefined;
5442
5442
  }
5443
5443
  /**
5444
5444
  * <p>Stores the configuration information for how a candidate is generated (optional).</p>
@@ -5474,7 +5474,7 @@ export interface AutoMLCandidateGenerationConfig {
5474
5474
  * of columns provided must not include the target column.</p>
5475
5475
  * @public
5476
5476
  */
5477
- FeatureSpecificationS3Uri?: string;
5477
+ FeatureSpecificationS3Uri?: string | undefined;
5478
5478
  /**
5479
5479
  * <p>Stores the configuration information for the selection of algorithms trained on tabular
5480
5480
  * data.</p>
@@ -5506,7 +5506,7 @@ export interface AutoMLCandidateGenerationConfig {
5506
5506
  * <p>For more information on each algorithm, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support">Algorithm support</a> section in Autopilot developer guide.</p>
5507
5507
  * @public
5508
5508
  */
5509
- AlgorithmsConfig?: AutoMLAlgorithmConfig[];
5509
+ AlgorithmsConfig?: AutoMLAlgorithmConfig[] | undefined;
5510
5510
  }
5511
5511
  /**
5512
5512
  * @public
@@ -5622,13 +5622,13 @@ export interface AutoMLChannel {
5622
5622
  * <p>The data source for an AutoML channel.</p>
5623
5623
  * @public
5624
5624
  */
5625
- DataSource?: AutoMLDataSource;
5625
+ DataSource?: AutoMLDataSource | undefined;
5626
5626
  /**
5627
5627
  * <p>You can use <code>Gzip</code> or <code>None</code>. The default value is
5628
5628
  * <code>None</code>.</p>
5629
5629
  * @public
5630
5630
  */
5631
- CompressionType?: CompressionType;
5631
+ CompressionType?: CompressionType | undefined;
5632
5632
  /**
5633
5633
  * <p>The name of the target variable in supervised learning, usually represented by
5634
5634
  * 'y'.</p>
@@ -5641,7 +5641,7 @@ export interface AutoMLChannel {
5641
5641
  * The default value is <code>text/csv;header=present</code>.</p>
5642
5642
  * @public
5643
5643
  */
5644
- ContentType?: string;
5644
+ ContentType?: string | undefined;
5645
5645
  /**
5646
5646
  * <p>The channel type (optional) is an <code>enum</code> string. The default value is
5647
5647
  * <code>training</code>. Channels for training and validation must share the same
@@ -5649,7 +5649,7 @@ export interface AutoMLChannel {
5649
5649
  * specifying training and validation channel types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-data-sources-training-or-validation">How to specify training and validation datasets</a>.</p>
5650
5650
  * @public
5651
5651
  */
5652
- ChannelType?: AutoMLChannelType;
5652
+ ChannelType?: AutoMLChannelType | undefined;
5653
5653
  /**
5654
5654
  * <p>If specified, this column name indicates which column of the dataset should be treated
5655
5655
  * as sample weights for use by the objective metric during the training, evaluation, and the
@@ -5663,7 +5663,7 @@ export interface AutoMLChannel {
5663
5663
  * mode only.</p>
5664
5664
  * @public
5665
5665
  */
5666
- SampleWeightAttributeName?: string;
5666
+ SampleWeightAttributeName?: string | undefined;
5667
5667
  }
5668
5668
  /**
5669
5669
  * <note>
@@ -5709,7 +5709,7 @@ export interface AutoMLComputeConfig {
5709
5709
  * datasets larger than 30 GB.</p>
5710
5710
  * @public
5711
5711
  */
5712
- EmrServerlessComputeConfig?: EmrServerlessComputeConfig;
5712
+ EmrServerlessComputeConfig?: EmrServerlessComputeConfig | undefined;
5713
5713
  }
5714
5714
  /**
5715
5715
  * <p>This structure specifies how to split the data into train and validation
@@ -5726,7 +5726,7 @@ export interface AutoMLDataSplitConfig {
5726
5726
  * than 0 and less than 1. We recommend setting this value to be less than 0.5.</p>
5727
5727
  * @public
5728
5728
  */
5729
- ValidationFraction?: number;
5729
+ ValidationFraction?: number | undefined;
5730
5730
  }
5731
5731
  /**
5732
5732
  * <p>The artifacts that are generated during an AutoML job.</p>
@@ -5737,12 +5737,12 @@ export interface AutoMLJobArtifacts {
5737
5737
  * <p>The URL of the notebook location.</p>
5738
5738
  * @public
5739
5739
  */
5740
- CandidateDefinitionNotebookLocation?: string;
5740
+ CandidateDefinitionNotebookLocation?: string | undefined;
5741
5741
  /**
5742
5742
  * <p>The URL of the notebook location.</p>
5743
5743
  * @public
5744
5744
  */
5745
- DataExplorationNotebookLocation?: string;
5745
+ DataExplorationNotebookLocation?: string | undefined;
5746
5746
  }
5747
5747
  /**
5748
5748
  * <p>A channel is a named input source that training algorithms can consume. This channel is
@@ -5761,7 +5761,7 @@ export interface AutoMLJobChannel {
5761
5761
  * </note>
5762
5762
  * @public
5763
5763
  */
5764
- ChannelType?: AutoMLChannelType;
5764
+ ChannelType?: AutoMLChannelType | undefined;
5765
5765
  /**
5766
5766
  * <p>The content type of the data from the input source. The following are the allowed
5767
5767
  * content types for different problems:</p>
@@ -5793,7 +5793,7 @@ export interface AutoMLJobChannel {
5793
5793
  * </ul>
5794
5794
  * @public
5795
5795
  */
5796
- ContentType?: string;
5796
+ ContentType?: string | undefined;
5797
5797
  /**
5798
5798
  * <p>The allowed compression types depend on the input format and problem type. We allow the
5799
5799
  * compression type <code>Gzip</code> for <code>S3Prefix</code> inputs on tabular data only.
@@ -5801,12 +5801,12 @@ export interface AutoMLJobChannel {
5801
5801
  * type is provided, we default to <code>None</code>.</p>
5802
5802
  * @public
5803
5803
  */
5804
- CompressionType?: CompressionType;
5804
+ CompressionType?: CompressionType | undefined;
5805
5805
  /**
5806
5806
  * <p>The data source for an AutoML channel (Required).</p>
5807
5807
  * @public
5808
5808
  */
5809
- DataSource?: AutoMLDataSource;
5809
+ DataSource?: AutoMLDataSource | undefined;
5810
5810
  }
5811
5811
  /**
5812
5812
  * <p>How long a job is allowed to run, or how many candidates a job is allowed to
@@ -5821,7 +5821,7 @@ export interface AutoMLJobCompletionCriteria {
5821
5821
  * maximum value is 750.</p>
5822
5822
  * @public
5823
5823
  */
5824
- MaxCandidates?: number;
5824
+ MaxCandidates?: number | undefined;
5825
5825
  /**
5826
5826
  * <p>The maximum time, in seconds, that each training job executed inside hyperparameter
5827
5827
  * tuning is allowed to run as part of a hyperparameter tuning job. For more information, see
@@ -5833,7 +5833,7 @@ export interface AutoMLJobCompletionCriteria {
5833
5833
  * (259200 seconds).</p>
5834
5834
  * @public
5835
5835
  */
5836
- MaxRuntimePerTrainingJobInSeconds?: number;
5836
+ MaxRuntimePerTrainingJobInSeconds?: number | undefined;
5837
5837
  /**
5838
5838
  * <p>The maximum runtime, in seconds, an AutoML job has to complete.</p>
5839
5839
  * <p>If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its
@@ -5842,7 +5842,7 @@ export interface AutoMLJobCompletionCriteria {
5842
5842
  * as automatic one-click Autopilot model deployment, are not completed.</p>
5843
5843
  * @public
5844
5844
  */
5845
- MaxAutoMLJobRuntimeInSeconds?: number;
5845
+ MaxAutoMLJobRuntimeInSeconds?: number | undefined;
5846
5846
  }
5847
5847
  /**
5848
5848
  * @public
@@ -5888,17 +5888,17 @@ export interface AutoMLSecurityConfig {
5888
5888
  * <p>The key used to encrypt stored data.</p>
5889
5889
  * @public
5890
5890
  */
5891
- VolumeKmsKeyId?: string;
5891
+ VolumeKmsKeyId?: string | undefined;
5892
5892
  /**
5893
5893
  * <p>Whether to use traffic encryption between the container layers.</p>
5894
5894
  * @public
5895
5895
  */
5896
- EnableInterContainerTrafficEncryption?: boolean;
5896
+ EnableInterContainerTrafficEncryption?: boolean | undefined;
5897
5897
  /**
5898
5898
  * <p>The VPC configuration.</p>
5899
5899
  * @public
5900
5900
  */
5901
- VpcConfig?: VpcConfig;
5901
+ VpcConfig?: VpcConfig | undefined;
5902
5902
  }
5903
5903
  /**
5904
5904
  * <p>A collection of settings used for an AutoML job.</p>
@@ -5910,23 +5910,23 @@ export interface AutoMLJobConfig {
5910
5910
  * generate.</p>
5911
5911
  * @public
5912
5912
  */
5913
- CompletionCriteria?: AutoMLJobCompletionCriteria;
5913
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
5914
5914
  /**
5915
5915
  * <p>The security configuration for traffic encryption or Amazon VPC settings.</p>
5916
5916
  * @public
5917
5917
  */
5918
- SecurityConfig?: AutoMLSecurityConfig;
5918
+ SecurityConfig?: AutoMLSecurityConfig | undefined;
5919
5919
  /**
5920
5920
  * <p>The configuration for generating a candidate for an AutoML job (optional). </p>
5921
5921
  * @public
5922
5922
  */
5923
- CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
5923
+ CandidateGenerationConfig?: AutoMLCandidateGenerationConfig | undefined;
5924
5924
  /**
5925
5925
  * <p>The configuration for splitting the input training dataset.</p>
5926
5926
  * <p>Type: AutoMLDataSplitConfig</p>
5927
5927
  * @public
5928
5928
  */
5929
- DataSplitConfig?: AutoMLDataSplitConfig;
5929
+ DataSplitConfig?: AutoMLDataSplitConfig | undefined;
5930
5930
  /**
5931
5931
  * <p>The method that Autopilot uses to train the data. You can either specify the mode manually
5932
5932
  * or let Autopilot choose for you based on the dataset size by selecting <code>AUTO</code>. In
@@ -5946,7 +5946,7 @@ export interface AutoMLJobConfig {
5946
5946
  * <code>HYPERPARAMETER_TUNING</code> mode.</p>
5947
5947
  * @public
5948
5948
  */
5949
- Mode?: AutoMLMode;
5949
+ Mode?: AutoMLMode | undefined;
5950
5950
  }
5951
5951
  /**
5952
5952
  * <p>Specifies a metric to minimize or maximize as the objective of an AutoML job.</p>
@@ -6103,7 +6103,7 @@ export interface AutoMLJobStepMetadata {
6103
6103
  * <p>The Amazon Resource Name (ARN) of the AutoML job.</p>
6104
6104
  * @public
6105
6105
  */
6106
- Arn?: string;
6106
+ Arn?: string | undefined;
6107
6107
  }
6108
6108
  /**
6109
6109
  * <p>The reason for a partial failure of an AutoML job.</p>
@@ -6114,7 +6114,7 @@ export interface AutoMLPartialFailureReason {
6114
6114
  * <p>The message containing the reason for a partial failure of an AutoML job.</p>
6115
6115
  * @public
6116
6116
  */
6117
- PartialFailureMessage?: string;
6117
+ PartialFailureMessage?: string | undefined;
6118
6118
  }
6119
6119
  /**
6120
6120
  * <p>Provides a summary about an AutoML job.</p>
@@ -6150,7 +6150,7 @@ export interface AutoMLJobSummary {
6150
6150
  * <p>The end time of an AutoML job.</p>
6151
6151
  * @public
6152
6152
  */
6153
- EndTime?: Date;
6153
+ EndTime?: Date | undefined;
6154
6154
  /**
6155
6155
  * <p>When the AutoML job was last modified.</p>
6156
6156
  * @public
@@ -6160,12 +6160,12 @@ export interface AutoMLJobSummary {
6160
6160
  * <p>The failure reason of an AutoML job.</p>
6161
6161
  * @public
6162
6162
  */
6163
- FailureReason?: string;
6163
+ FailureReason?: string | undefined;
6164
6164
  /**
6165
6165
  * <p>The list of reasons for partial failures within an AutoML job.</p>
6166
6166
  * @public
6167
6167
  */
6168
- PartialFailureReasons?: AutoMLPartialFailureReason[];
6168
+ PartialFailureReasons?: AutoMLPartialFailureReason[] | undefined;
6169
6169
  }
6170
6170
  /**
6171
6171
  * <p>The output data configuration.</p>
@@ -6176,7 +6176,7 @@ export interface AutoMLOutputDataConfig {
6176
6176
  * <p>The Key Management Service encryption key ID.</p>
6177
6177
  * @public
6178
6178
  */
6179
- KmsKeyId?: string;
6179
+ KmsKeyId?: string | undefined;
6180
6180
  /**
6181
6181
  * <p>The Amazon S3 output path. Must be 512 characters or less.</p>
6182
6182
  * @public
@@ -6194,7 +6194,7 @@ export interface ImageClassificationJobConfig {
6194
6194
  * generate.</p>
6195
6195
  * @public
6196
6196
  */
6197
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6197
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6198
6198
  }
6199
6199
  /**
6200
6200
  * <p>Stores the configuration information for how model candidates are generated using an
@@ -6269,7 +6269,7 @@ export interface CandidateGenerationConfig {
6269
6269
  * </ul>
6270
6270
  * @public
6271
6271
  */
6272
- AlgorithmsConfig?: AutoMLAlgorithmConfig[];
6272
+ AlgorithmsConfig?: AutoMLAlgorithmConfig[] | undefined;
6273
6273
  }
6274
6274
  /**
6275
6275
  * @public
@@ -6293,13 +6293,13 @@ export interface TabularJobConfig {
6293
6293
  * <p>The configuration information of how model candidates are generated.</p>
6294
6294
  * @public
6295
6295
  */
6296
- CandidateGenerationConfig?: CandidateGenerationConfig;
6296
+ CandidateGenerationConfig?: CandidateGenerationConfig | undefined;
6297
6297
  /**
6298
6298
  * <p>How long a job is allowed to run, or how many candidates a job is allowed to
6299
6299
  * generate.</p>
6300
6300
  * @public
6301
6301
  */
6302
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6302
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6303
6303
  /**
6304
6304
  * <p>A URL to the Amazon S3 data source containing selected features from the input
6305
6305
  * data source to run an Autopilot job V2. You can input <code>FeatureAttributeNames</code>
@@ -6329,7 +6329,7 @@ export interface TabularJobConfig {
6329
6329
  * of columns provided must not include the target column.</p>
6330
6330
  * @public
6331
6331
  */
6332
- FeatureSpecificationS3Uri?: string;
6332
+ FeatureSpecificationS3Uri?: string | undefined;
6333
6333
  /**
6334
6334
  * <p>The method that Autopilot uses to train the data. You can either specify the mode manually
6335
6335
  * or let Autopilot choose for you based on the dataset size by selecting <code>AUTO</code>. In
@@ -6349,13 +6349,13 @@ export interface TabularJobConfig {
6349
6349
  * <code>HYPERPARAMETER_TUNING</code> mode.</p>
6350
6350
  * @public
6351
6351
  */
6352
- Mode?: AutoMLMode;
6352
+ Mode?: AutoMLMode | undefined;
6353
6353
  /**
6354
6354
  * <p>Generates possible candidates without training the models. A model candidate is a
6355
6355
  * combination of data preprocessors, algorithms, and algorithm parameter settings.</p>
6356
6356
  * @public
6357
6357
  */
6358
- GenerateCandidateDefinitionsOnly?: boolean;
6358
+ GenerateCandidateDefinitionsOnly?: boolean | undefined;
6359
6359
  /**
6360
6360
  * <p>The type of supervised learning problem available for the model candidates of the AutoML
6361
6361
  * job V2. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types">
@@ -6366,7 +6366,7 @@ export interface TabularJobConfig {
6366
6366
  * </note>
6367
6367
  * @public
6368
6368
  */
6369
- ProblemType?: ProblemType;
6369
+ ProblemType?: ProblemType | undefined;
6370
6370
  /**
6371
6371
  * <p>The name of the target variable in supervised learning, usually represented by
6372
6372
  * 'y'.</p>
@@ -6386,7 +6386,7 @@ export interface TabularJobConfig {
6386
6386
  * mode only.</p>
6387
6387
  * @public
6388
6388
  */
6389
- SampleWeightAttributeName?: string;
6389
+ SampleWeightAttributeName?: string | undefined;
6390
6390
  }
6391
6391
  /**
6392
6392
  * <p>The collection of settings used by an AutoML job V2 for the text classification problem
@@ -6399,7 +6399,7 @@ export interface TextClassificationJobConfig {
6399
6399
  * generate.</p>
6400
6400
  * @public
6401
6401
  */
6402
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6402
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6403
6403
  /**
6404
6404
  * <p>The name of the column used to provide the sentences to be classified. It should not be
6405
6405
  * the same as the target column.</p>
@@ -6430,14 +6430,14 @@ export interface TextGenerationJobConfig {
6430
6430
  * <code>AutoMLJobCompletionCriteria</code> defaults to 72h (259200s).</p>
6431
6431
  * @public
6432
6432
  */
6433
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6433
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6434
6434
  /**
6435
6435
  * <p>The name of the base model to fine-tune. Autopilot supports fine-tuning a variety of large
6436
6436
  * language models. For information on the list of supported models, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-llms-finetuning-models.html#autopilot-llms-finetuning-supported-llms">Text generation models supporting fine-tuning in Autopilot</a>. If no
6437
6437
  * <code>BaseModelName</code> is provided, the default model used is <b>Falcon7BInstruct</b>. </p>
6438
6438
  * @public
6439
6439
  */
6440
- BaseModelName?: string;
6440
+ BaseModelName?: string | undefined;
6441
6441
  /**
6442
6442
  * <p>The hyperparameters used to configure and optimize the learning process of the base
6443
6443
  * model. You can set any combination of the following hyperparameters for all base models.
@@ -6477,7 +6477,7 @@ export interface TextGenerationJobConfig {
6477
6477
  * </p>
6478
6478
  * @public
6479
6479
  */
6480
- TextGenerationHyperParameters?: Record<string, string>;
6480
+ TextGenerationHyperParameters?: Record<string, string> | undefined;
6481
6481
  /**
6482
6482
  * <p>The access configuration file to control access to the ML model. You can explicitly accept the model
6483
6483
  * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>.</p>
@@ -6494,7 +6494,7 @@ export interface TextGenerationJobConfig {
6494
6494
  * </ul>
6495
6495
  * @public
6496
6496
  */
6497
- ModelAccessConfig?: ModelAccessConfig;
6497
+ ModelAccessConfig?: ModelAccessConfig | undefined;
6498
6498
  }
6499
6499
  /**
6500
6500
  * <p>Stores the holiday featurization attributes applicable to each item of time-series
@@ -6509,7 +6509,7 @@ export interface HolidayConfigAttributes {
6509
6509
  * choice.</p>
6510
6510
  * @public
6511
6511
  */
6512
- CountryCode?: string;
6512
+ CountryCode?: string | undefined;
6513
6513
  }
6514
6514
  /**
6515
6515
  * <p>The collection of components that defines the time-series.</p>
@@ -6539,7 +6539,7 @@ export interface TimeSeriesConfig {
6539
6539
  * composite key for which a target value is predicted.</p>
6540
6540
  * @public
6541
6541
  */
6542
- GroupingAttributeNames?: string[];
6542
+ GroupingAttributeNames?: string[] | undefined;
6543
6543
  }
6544
6544
  /**
6545
6545
  * @public
@@ -6604,7 +6604,7 @@ export interface TimeSeriesTransformations {
6604
6604
  * <code>"backfill": "value"</code> and <code>"backfill_value":"2"</code>.</p>
6605
6605
  * @public
6606
6606
  */
6607
- Filling?: Record<string, Partial<Record<FillingType, string>>>;
6607
+ Filling?: Record<string, Partial<Record<FillingType, string>>> | undefined;
6608
6608
  /**
6609
6609
  * <p>A key value pair defining the aggregation method for a column, where the key is the
6610
6610
  * column name and the value is the aggregation method.</p>
@@ -6615,7 +6615,7 @@ export interface TimeSeriesTransformations {
6615
6615
  * </note>
6616
6616
  * @public
6617
6617
  */
6618
- Aggregation?: Record<string, AggregationTransformationValue>;
6618
+ Aggregation?: Record<string, AggregationTransformationValue> | undefined;
6619
6619
  }
6620
6620
  /**
6621
6621
  * <p>The collection of settings used by an AutoML job V2 for the time-series forecasting
@@ -6648,13 +6648,13 @@ export interface TimeSeriesForecastingJobConfig {
6648
6648
  * </note>
6649
6649
  * @public
6650
6650
  */
6651
- FeatureSpecificationS3Uri?: string;
6651
+ FeatureSpecificationS3Uri?: string | undefined;
6652
6652
  /**
6653
6653
  * <p>How long a job is allowed to run, or how many candidates a job is allowed to
6654
6654
  * generate.</p>
6655
6655
  * @public
6656
6656
  */
6657
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6657
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6658
6658
  /**
6659
6659
  * <p>The frequency of predictions in a forecast.</p>
6660
6660
  * <p>Valid intervals are an integer followed by Y (Year), M (Month), W (Week), D (Day), H
@@ -6701,13 +6701,13 @@ export interface TimeSeriesForecastingJobConfig {
6701
6701
  * p50, and p90 as default.</p>
6702
6702
  * @public
6703
6703
  */
6704
- ForecastQuantiles?: string[];
6704
+ ForecastQuantiles?: string[] | undefined;
6705
6705
  /**
6706
6706
  * <p>The transformations modifying specific attributes of the time-series, such as filling
6707
6707
  * strategies for missing values.</p>
6708
6708
  * @public
6709
6709
  */
6710
- Transformations?: TimeSeriesTransformations;
6710
+ Transformations?: TimeSeriesTransformations | undefined;
6711
6711
  /**
6712
6712
  * <p>The collection of components that defines the time-series.</p>
6713
6713
  * @public
@@ -6718,13 +6718,13 @@ export interface TimeSeriesForecastingJobConfig {
6718
6718
  * information into your forecasting model.</p>
6719
6719
  * @public
6720
6720
  */
6721
- HolidayConfig?: HolidayConfigAttributes[];
6721
+ HolidayConfig?: HolidayConfigAttributes[] | undefined;
6722
6722
  /**
6723
6723
  * <p>Stores the configuration information for how model candidates are generated using an
6724
6724
  * AutoML job V2.</p>
6725
6725
  * @public
6726
6726
  */
6727
- CandidateGenerationConfig?: CandidateGenerationConfig;
6727
+ CandidateGenerationConfig?: CandidateGenerationConfig | undefined;
6728
6728
  }
6729
6729
  /**
6730
6730
  * <p>A collection of settings specific to the problem type used to configure an AutoML job V2.
@@ -6854,7 +6854,7 @@ export interface TabularResolvedAttributes {
6854
6854
  * SageMaker Autopilot problem types</a>.</p>
6855
6855
  * @public
6856
6856
  */
6857
- ProblemType?: ProblemType;
6857
+ ProblemType?: ProblemType | undefined;
6858
6858
  }
6859
6859
  /**
6860
6860
  * <p>The resolved attributes specific to the text generation problem type.</p>
@@ -6865,7 +6865,7 @@ export interface TextGenerationResolvedAttributes {
6865
6865
  * <p>The name of the base model to fine-tune.</p>
6866
6866
  * @public
6867
6867
  */
6868
- BaseModelName?: string;
6868
+ BaseModelName?: string | undefined;
6869
6869
  }
6870
6870
  /**
6871
6871
  * <p>Stores resolved attributes specific to the problem type of an AutoML job V2.</p>
@@ -6918,18 +6918,18 @@ export interface AutoMLResolvedAttributes {
6918
6918
  * <p>Specifies a metric to minimize or maximize as the objective of an AutoML job.</p>
6919
6919
  * @public
6920
6920
  */
6921
- AutoMLJobObjective?: AutoMLJobObjective;
6921
+ AutoMLJobObjective?: AutoMLJobObjective | undefined;
6922
6922
  /**
6923
6923
  * <p>How long a job is allowed to run, or how many candidates a job is allowed to
6924
6924
  * generate.</p>
6925
6925
  * @public
6926
6926
  */
6927
- CompletionCriteria?: AutoMLJobCompletionCriteria;
6927
+ CompletionCriteria?: AutoMLJobCompletionCriteria | undefined;
6928
6928
  /**
6929
6929
  * <p>Defines the resolved attributes specific to a problem type.</p>
6930
6930
  * @public
6931
6931
  */
6932
- AutoMLProblemTypeResolvedAttributes?: AutoMLProblemTypeResolvedAttributes;
6932
+ AutoMLProblemTypeResolvedAttributes?: AutoMLProblemTypeResolvedAttributes | undefined;
6933
6933
  }
6934
6934
  /**
6935
6935
  * @public
@@ -6999,7 +6999,7 @@ export interface AutoRollbackConfig {
6999
6999
  * deployment.</p>
7000
7000
  * @public
7001
7001
  */
7002
- Alarms?: Alarm[];
7002
+ Alarms?: Alarm[] | undefined;
7003
7003
  }
7004
7004
  /**
7005
7005
  * @public
@@ -7107,12 +7107,12 @@ export interface BatchDataCaptureConfig {
7107
7107
  * </ul>
7108
7108
  * @public
7109
7109
  */
7110
- KmsKeyId?: string;
7110
+ KmsKeyId?: string | undefined;
7111
7111
  /**
7112
7112
  * <p>Flag that indicates whether to append inference id to the output.</p>
7113
7113
  * @public
7114
7114
  */
7115
- GenerateInferenceId?: boolean;
7115
+ GenerateInferenceId?: boolean | undefined;
7116
7116
  }
7117
7117
  /**
7118
7118
  * @public
@@ -7178,12 +7178,12 @@ export interface BatchDeleteClusterNodesResponse {
7178
7178
  * <p>A list of errors encountered when deleting the specified nodes.</p>
7179
7179
  * @public
7180
7180
  */
7181
- Failed?: BatchDeleteClusterNodesError[];
7181
+ Failed?: BatchDeleteClusterNodesError[] | undefined;
7182
7182
  /**
7183
7183
  * <p>A list of node IDs that were successfully deleted from the specified cluster.</p>
7184
7184
  * @public
7185
7185
  */
7186
- Successful?: string[];
7186
+ Successful?: string[] | undefined;
7187
7187
  }
7188
7188
  /**
7189
7189
  * @public
@@ -7228,24 +7228,24 @@ export interface InferenceSpecification {
7228
7228
  * models.</p>
7229
7229
  * @public
7230
7230
  */
7231
- SupportedTransformInstanceTypes?: TransformInstanceType[];
7231
+ SupportedTransformInstanceTypes?: TransformInstanceType[] | undefined;
7232
7232
  /**
7233
7233
  * <p>A list of the instance types that are used to generate inferences in real-time.</p>
7234
7234
  * <p>This parameter is required for unversioned models, and optional for versioned
7235
7235
  * models.</p>
7236
7236
  * @public
7237
7237
  */
7238
- SupportedRealtimeInferenceInstanceTypes?: ProductionVariantInstanceType[];
7238
+ SupportedRealtimeInferenceInstanceTypes?: ProductionVariantInstanceType[] | undefined;
7239
7239
  /**
7240
7240
  * <p>The supported MIME types for the input data.</p>
7241
7241
  * @public
7242
7242
  */
7243
- SupportedContentTypes?: string[];
7243
+ SupportedContentTypes?: string[] | undefined;
7244
7244
  /**
7245
7245
  * <p>The supported MIME types for the output data.</p>
7246
7246
  * @public
7247
7247
  */
7248
- SupportedResponseMIMETypes?: string[];
7248
+ SupportedResponseMIMETypes?: string[] | undefined;
7249
7249
  }
7250
7250
  /**
7251
7251
  * @public
@@ -7289,7 +7289,7 @@ export interface BatchDescribeModelPackageSummary {
7289
7289
  * <p>The version number of a versioned model.</p>
7290
7290
  * @public
7291
7291
  */
7292
- ModelPackageVersion?: number;
7292
+ ModelPackageVersion?: number | undefined;
7293
7293
  /**
7294
7294
  * <p>The Amazon Resource Name (ARN) of the model package.</p>
7295
7295
  * @public
@@ -7299,7 +7299,7 @@ export interface BatchDescribeModelPackageSummary {
7299
7299
  * <p>The description of the model package.</p>
7300
7300
  * @public
7301
7301
  */
7302
- ModelPackageDescription?: string;
7302
+ ModelPackageDescription?: string | undefined;
7303
7303
  /**
7304
7304
  * <p>The creation time of the mortgage package summary.</p>
7305
7305
  * @public
@@ -7319,7 +7319,7 @@ export interface BatchDescribeModelPackageSummary {
7319
7319
  * <p>The approval status of the model.</p>
7320
7320
  * @public
7321
7321
  */
7322
- ModelApprovalStatus?: ModelApprovalStatus;
7322
+ ModelApprovalStatus?: ModelApprovalStatus | undefined;
7323
7323
  }
7324
7324
  /**
7325
7325
  * @public
@@ -7329,13 +7329,13 @@ export interface BatchDescribeModelPackageOutput {
7329
7329
  * <p>The summaries for the model package versions</p>
7330
7330
  * @public
7331
7331
  */
7332
- ModelPackageSummaries?: Record<string, BatchDescribeModelPackageSummary>;
7332
+ ModelPackageSummaries?: Record<string, BatchDescribeModelPackageSummary> | undefined;
7333
7333
  /**
7334
7334
  * <p>A map of the resource and BatchDescribeModelPackageError objects
7335
7335
  * reporting the error associated with describing the model package.</p>
7336
7336
  * @public
7337
7337
  */
7338
- BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError>;
7338
+ BatchDescribeModelPackageErrorMap?: Record<string, BatchDescribeModelPackageError> | undefined;
7339
7339
  }
7340
7340
  /**
7341
7341
  * <p>Represents the CSV dataset format used when running a monitoring job.</p>
@@ -7346,7 +7346,7 @@ export interface MonitoringCsvDatasetFormat {
7346
7346
  * <p>Indicates if the CSV data has a header.</p>
7347
7347
  * @public
7348
7348
  */
7349
- Header?: boolean;
7349
+ Header?: boolean | undefined;
7350
7350
  }
7351
7351
  /**
7352
7352
  * <p>Represents the JSON dataset format used when running a monitoring job.</p>
@@ -7357,7 +7357,7 @@ export interface MonitoringJsonDatasetFormat {
7357
7357
  * <p>Indicates if the file should be read as a JSON object per line. </p>
7358
7358
  * @public
7359
7359
  */
7360
- Line?: boolean;
7360
+ Line?: boolean | undefined;
7361
7361
  }
7362
7362
  /**
7363
7363
  * <p>Represents the Parquet dataset format used when running a monitoring job.</p>
@@ -7374,17 +7374,17 @@ export interface MonitoringDatasetFormat {
7374
7374
  * <p>The CSV dataset used in the monitoring job.</p>
7375
7375
  * @public
7376
7376
  */
7377
- Csv?: MonitoringCsvDatasetFormat;
7377
+ Csv?: MonitoringCsvDatasetFormat | undefined;
7378
7378
  /**
7379
7379
  * <p>The JSON dataset used in the monitoring job</p>
7380
7380
  * @public
7381
7381
  */
7382
- Json?: MonitoringJsonDatasetFormat;
7382
+ Json?: MonitoringJsonDatasetFormat | undefined;
7383
7383
  /**
7384
7384
  * <p>The Parquet dataset used in the monitoring job</p>
7385
7385
  * @public
7386
7386
  */
7387
- Parquet?: MonitoringParquetDatasetFormat;
7387
+ Parquet?: MonitoringParquetDatasetFormat | undefined;
7388
7388
  }
7389
7389
  /**
7390
7390
  * @public
@@ -7437,53 +7437,53 @@ export interface BatchTransformInput {
7437
7437
  * <code>File</code>.</p>
7438
7438
  * @public
7439
7439
  */
7440
- S3InputMode?: ProcessingS3InputMode;
7440
+ S3InputMode?: ProcessingS3InputMode | undefined;
7441
7441
  /**
7442
7442
  * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
7443
7443
  * Defaults to <code>FullyReplicated</code>
7444
7444
  * </p>
7445
7445
  * @public
7446
7446
  */
7447
- S3DataDistributionType?: ProcessingS3DataDistributionType;
7447
+ S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
7448
7448
  /**
7449
7449
  * <p>The attributes of the input data that are the input features.</p>
7450
7450
  * @public
7451
7451
  */
7452
- FeaturesAttribute?: string;
7452
+ FeaturesAttribute?: string | undefined;
7453
7453
  /**
7454
7454
  * <p>The attribute of the input data that represents the ground truth label.</p>
7455
7455
  * @public
7456
7456
  */
7457
- InferenceAttribute?: string;
7457
+ InferenceAttribute?: string | undefined;
7458
7458
  /**
7459
7459
  * <p>In a classification problem, the attribute that represents the class probability.</p>
7460
7460
  * @public
7461
7461
  */
7462
- ProbabilityAttribute?: string;
7462
+ ProbabilityAttribute?: string | undefined;
7463
7463
  /**
7464
7464
  * <p>The threshold for the class probability to be evaluated as a positive result.</p>
7465
7465
  * @public
7466
7466
  */
7467
- ProbabilityThresholdAttribute?: number;
7467
+ ProbabilityThresholdAttribute?: number | undefined;
7468
7468
  /**
7469
7469
  * <p>If specified, monitoring jobs substract this time from the start time. For information
7470
7470
  * about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
7471
7471
  * Quality Monitoring Jobs</a>.</p>
7472
7472
  * @public
7473
7473
  */
7474
- StartTimeOffset?: string;
7474
+ StartTimeOffset?: string | undefined;
7475
7475
  /**
7476
7476
  * <p>If specified, monitoring jobs subtract this time from the end time. For information
7477
7477
  * about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule Model
7478
7478
  * Quality Monitoring Jobs</a>.</p>
7479
7479
  * @public
7480
7480
  */
7481
- EndTimeOffset?: string;
7481
+ EndTimeOffset?: string | undefined;
7482
7482
  /**
7483
7483
  * <p>The attributes of the input data to exclude from the analysis.</p>
7484
7484
  * @public
7485
7485
  */
7486
- ExcludeFeaturesAttribute?: string;
7486
+ ExcludeFeaturesAttribute?: string | undefined;
7487
7487
  }
7488
7488
  /**
7489
7489
  * <p>A structure that keeps track of which training jobs launched by your hyperparameter
@@ -7497,7 +7497,7 @@ export interface BestObjectiveNotImproving {
7497
7497
  * greater over prior training jobs as evaluated against an objective function.</p>
7498
7498
  * @public
7499
7499
  */
7500
- MaxNumberOfTrainingJobsNotImproving?: number;
7500
+ MaxNumberOfTrainingJobsNotImproving?: number | undefined;
7501
7501
  }
7502
7502
  /**
7503
7503
  * <p>Details about the metrics source.</p>
@@ -7513,7 +7513,7 @@ export interface MetricsSource {
7513
7513
  * <p>The hash key used for the metrics source.</p>
7514
7514
  * @public
7515
7515
  */
7516
- ContentDigest?: string;
7516
+ ContentDigest?: string | undefined;
7517
7517
  /**
7518
7518
  * <p>The S3 URI for the metrics source.</p>
7519
7519
  * @public
@@ -7529,17 +7529,17 @@ export interface Bias {
7529
7529
  * <p>The bias report for a model</p>
7530
7530
  * @public
7531
7531
  */
7532
- Report?: MetricsSource;
7532
+ Report?: MetricsSource | undefined;
7533
7533
  /**
7534
7534
  * <p>The pre-training bias report for a model.</p>
7535
7535
  * @public
7536
7536
  */
7537
- PreTrainingReport?: MetricsSource;
7537
+ PreTrainingReport?: MetricsSource | undefined;
7538
7538
  /**
7539
7539
  * <p>The post-training bias report for a model.</p>
7540
7540
  * @public
7541
7541
  */
7542
- PostTrainingReport?: MetricsSource;
7542
+ PostTrainingReport?: MetricsSource | undefined;
7543
7543
  }
7544
7544
  /**
7545
7545
  * @public
@@ -7643,13 +7643,13 @@ export interface TrafficRoutingConfig {
7643
7643
  * or equal to 50% of the variant's total instance count.</p>
7644
7644
  * @public
7645
7645
  */
7646
- CanarySize?: CapacitySize;
7646
+ CanarySize?: CapacitySize | undefined;
7647
7647
  /**
7648
7648
  * <p>Batch size for each step to turn on traffic on the new endpoint fleet. <code>Value</code> must be
7649
7649
  * 10-50% of the variant's total instance count.</p>
7650
7650
  * @public
7651
7651
  */
7652
- LinearStepSize?: CapacitySize;
7652
+ LinearStepSize?: CapacitySize | undefined;
7653
7653
  }
7654
7654
  /**
7655
7655
  * <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
@@ -7672,14 +7672,14 @@ export interface BlueGreenUpdatePolicy {
7672
7672
  * before terminating the old endpoint fleet. Default is 0.</p>
7673
7673
  * @public
7674
7674
  */
7675
- TerminationWaitInSeconds?: number;
7675
+ TerminationWaitInSeconds?: number | undefined;
7676
7676
  /**
7677
7677
  * <p>Maximum execution timeout for the deployment. Note that the timeout value should be
7678
7678
  * larger than the total waiting time specified in <code>TerminationWaitInSeconds</code>
7679
7679
  * and <code>WaitIntervalInSeconds</code>.</p>
7680
7680
  * @public
7681
7681
  */
7682
- MaximumExecutionTimeoutInSeconds?: number;
7682
+ MaximumExecutionTimeoutInSeconds?: number | undefined;
7683
7683
  }
7684
7684
  /**
7685
7685
  * @public
@@ -7702,7 +7702,7 @@ export interface CacheHitResult {
7702
7702
  * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
7703
7703
  * @public
7704
7704
  */
7705
- SourcePipelineExecutionArn?: string;
7705
+ SourcePipelineExecutionArn?: string | undefined;
7706
7706
  }
7707
7707
  /**
7708
7708
  * <p>An output parameter of a pipeline step.</p>
@@ -7729,17 +7729,17 @@ export interface CallbackStepMetadata {
7729
7729
  * <p>The pipeline generated token from the Amazon SQS queue.</p>
7730
7730
  * @public
7731
7731
  */
7732
- CallbackToken?: string;
7732
+ CallbackToken?: string | undefined;
7733
7733
  /**
7734
7734
  * <p>The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.</p>
7735
7735
  * @public
7736
7736
  */
7737
- SqsQueueUrl?: string;
7737
+ SqsQueueUrl?: string | undefined;
7738
7738
  /**
7739
7739
  * <p>A list of the output parameters of the callback step.</p>
7740
7740
  * @public
7741
7741
  */
7742
- OutputParameters?: OutputParameter[];
7742
+ OutputParameters?: OutputParameter[] | undefined;
7743
7743
  }
7744
7744
  /**
7745
7745
  * @public
@@ -7768,7 +7768,7 @@ export interface DirectDeploySettings {
7768
7768
  * <p>Describes whether model deployment permissions are enabled or disabled in the Canvas application.</p>
7769
7769
  * @public
7770
7770
  */
7771
- Status?: FeatureStatus;
7771
+ Status?: FeatureStatus | undefined;
7772
7772
  }
7773
7773
  /**
7774
7774
  * <p>The settings for running Amazon EMR Serverless jobs in SageMaker Canvas.</p>
@@ -7782,13 +7782,13 @@ export interface EmrServerlessSettings {
7782
7782
  * EMR Serverless.</p>
7783
7783
  * @public
7784
7784
  */
7785
- ExecutionRoleArn?: string;
7785
+ ExecutionRoleArn?: string | undefined;
7786
7786
  /**
7787
7787
  * <p>Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker
7788
7788
  * Canvas application.</p>
7789
7789
  * @public
7790
7790
  */
7791
- Status?: FeatureStatus;
7791
+ Status?: FeatureStatus | undefined;
7792
7792
  }
7793
7793
  /**
7794
7794
  * <p>The generative AI settings for the SageMaker Canvas application.</p>
@@ -7804,7 +7804,7 @@ export interface GenerativeAiSettings {
7804
7804
  * establishes <code>bedrock.amazonaws.com</code> as a service principal.</p>
7805
7805
  * @public
7806
7806
  */
7807
- AmazonBedrockRoleArn?: string;
7807
+ AmazonBedrockRoleArn?: string | undefined;
7808
7808
  }
7809
7809
  /**
7810
7810
  * @public
@@ -7828,19 +7828,19 @@ export interface IdentityProviderOAuthSetting {
7828
7828
  * <p>The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.</p>
7829
7829
  * @public
7830
7830
  */
7831
- DataSourceName?: DataSourceName;
7831
+ DataSourceName?: DataSourceName | undefined;
7832
7832
  /**
7833
7833
  * <p>Describes whether OAuth for a data source is enabled or disabled in the Canvas
7834
7834
  * application.</p>
7835
7835
  * @public
7836
7836
  */
7837
- Status?: FeatureStatus;
7837
+ Status?: FeatureStatus | undefined;
7838
7838
  /**
7839
7839
  * <p>The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your
7840
7840
  * identity provider, such as the client ID and secret, authorization URL, and token URL. </p>
7841
7841
  * @public
7842
7842
  */
7843
- SecretArn?: string;
7843
+ SecretArn?: string | undefined;
7844
7844
  }
7845
7845
  /**
7846
7846
  * <p>The Amazon SageMaker Canvas application setting where you configure
@@ -7853,7 +7853,7 @@ export interface KendraSettings {
7853
7853
  * or disabled in the Canvas application.</p>
7854
7854
  * @public
7855
7855
  */
7856
- Status?: FeatureStatus;
7856
+ Status?: FeatureStatus | undefined;
7857
7857
  }
7858
7858
  /**
7859
7859
  * <p>The model registry settings for the SageMaker Canvas application.</p>
@@ -7865,14 +7865,14 @@ export interface ModelRegisterSettings {
7865
7865
  * Canvas application.</p>
7866
7866
  * @public
7867
7867
  */
7868
- Status?: FeatureStatus;
7868
+ Status?: FeatureStatus | undefined;
7869
7869
  /**
7870
7870
  * <p>The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions
7871
7871
  * created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services
7872
7872
  * account in which SageMaker model registry is set up.</p>
7873
7873
  * @public
7874
7874
  */
7875
- CrossAccountModelRegisterRoleArn?: string;
7875
+ CrossAccountModelRegisterRoleArn?: string | undefined;
7876
7876
  }
7877
7877
  /**
7878
7878
  * <p>Time series forecast settings for the SageMaker Canvas application.</p>
@@ -7884,7 +7884,7 @@ export interface TimeSeriesForecastingSettings {
7884
7884
  * application.</p>
7885
7885
  * @public
7886
7886
  */
7887
- Status?: FeatureStatus;
7887
+ Status?: FeatureStatus | undefined;
7888
7888
  /**
7889
7889
  * <p>The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default,
7890
7890
  * Canvas uses the execution role specified in the <code>UserProfile</code> that launches the
@@ -7896,7 +7896,7 @@ export interface TimeSeriesForecastingSettings {
7896
7896
  * principal.</p>
7897
7897
  * @public
7898
7898
  */
7899
- AmazonForecastRoleArn?: string;
7899
+ AmazonForecastRoleArn?: string | undefined;
7900
7900
  }
7901
7901
  /**
7902
7902
  * <p>The workspace settings for the SageMaker Canvas application.</p>
@@ -7909,12 +7909,12 @@ export interface WorkspaceSettings {
7909
7909
  * must log out and log back in to apply the new location.</p>
7910
7910
  * @public
7911
7911
  */
7912
- S3ArtifactPath?: string;
7912
+ S3ArtifactPath?: string | undefined;
7913
7913
  /**
7914
7914
  * <p>The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.</p>
7915
7915
  * @public
7916
7916
  */
7917
- S3KmsKeyId?: string;
7917
+ S3KmsKeyId?: string | undefined;
7918
7918
  }
7919
7919
  /**
7920
7920
  * <p>The SageMaker Canvas application settings.</p>
@@ -7925,42 +7925,42 @@ export interface CanvasAppSettings {
7925
7925
  * <p>Time series forecast settings for the SageMaker Canvas application.</p>
7926
7926
  * @public
7927
7927
  */
7928
- TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
7928
+ TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings | undefined;
7929
7929
  /**
7930
7930
  * <p>The model registry settings for the SageMaker Canvas application.</p>
7931
7931
  * @public
7932
7932
  */
7933
- ModelRegisterSettings?: ModelRegisterSettings;
7933
+ ModelRegisterSettings?: ModelRegisterSettings | undefined;
7934
7934
  /**
7935
7935
  * <p>The workspace settings for the SageMaker Canvas application.</p>
7936
7936
  * @public
7937
7937
  */
7938
- WorkspaceSettings?: WorkspaceSettings;
7938
+ WorkspaceSettings?: WorkspaceSettings | undefined;
7939
7939
  /**
7940
7940
  * <p>The settings for connecting to an external data source with OAuth.</p>
7941
7941
  * @public
7942
7942
  */
7943
- IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
7943
+ IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[] | undefined;
7944
7944
  /**
7945
7945
  * <p>The model deployment settings for the SageMaker Canvas application.</p>
7946
7946
  * @public
7947
7947
  */
7948
- DirectDeploySettings?: DirectDeploySettings;
7948
+ DirectDeploySettings?: DirectDeploySettings | undefined;
7949
7949
  /**
7950
7950
  * <p>The settings for document querying.</p>
7951
7951
  * @public
7952
7952
  */
7953
- KendraSettings?: KendraSettings;
7953
+ KendraSettings?: KendraSettings | undefined;
7954
7954
  /**
7955
7955
  * <p>The generative AI settings for the SageMaker Canvas application.</p>
7956
7956
  * @public
7957
7957
  */
7958
- GenerativeAiSettings?: GenerativeAiSettings;
7958
+ GenerativeAiSettings?: GenerativeAiSettings | undefined;
7959
7959
  /**
7960
7960
  * <p>The settings for running Amazon EMR Serverless data processing jobs in SageMaker Canvas.</p>
7961
7961
  * @public
7962
7962
  */
7963
- EmrServerlessSettings?: EmrServerlessSettings;
7963
+ EmrServerlessSettings?: EmrServerlessSettings | undefined;
7964
7964
  }
7965
7965
  /**
7966
7966
  * <p>Configuration specifying how to treat different headers. If no headers are specified
@@ -7973,13 +7973,13 @@ export interface CaptureContentTypeHeader {
7973
7973
  * capture accordingly.</p>
7974
7974
  * @public
7975
7975
  */
7976
- CsvContentTypes?: string[];
7976
+ CsvContentTypes?: string[] | undefined;
7977
7977
  /**
7978
7978
  * <p>The list of all content type headers that SageMaker will treat as JSON and
7979
7979
  * capture accordingly.</p>
7980
7980
  * @public
7981
7981
  */
7982
- JsonContentTypes?: string[];
7982
+ JsonContentTypes?: string[] | undefined;
7983
7983
  }
7984
7984
  /**
7985
7985
  * @public
@@ -8076,12 +8076,12 @@ export interface ChannelSpecification {
8076
8076
  * <p>A brief description of the channel.</p>
8077
8077
  * @public
8078
8078
  */
8079
- Description?: string;
8079
+ Description?: string | undefined;
8080
8080
  /**
8081
8081
  * <p>Indicates whether the channel is required by the algorithm.</p>
8082
8082
  * @public
8083
8083
  */
8084
- IsRequired?: boolean;
8084
+ IsRequired?: boolean | undefined;
8085
8085
  /**
8086
8086
  * <p>The supported MIME types for the data.</p>
8087
8087
  * @public
@@ -8091,7 +8091,7 @@ export interface ChannelSpecification {
8091
8091
  * <p>The allowed compression types, if data compression is used.</p>
8092
8092
  * @public
8093
8093
  */
8094
- SupportedCompressionTypes?: CompressionType[];
8094
+ SupportedCompressionTypes?: CompressionType[] | undefined;
8095
8095
  /**
8096
8096
  * <p>The allowed input mode, either FILE or PIPE.</p>
8097
8097
  * <p>In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon
@@ -8120,7 +8120,7 @@ export interface CheckpointConfig {
8120
8120
  * <code>/opt/ml/checkpoints/</code>. </p>
8121
8121
  * @public
8122
8122
  */
8123
- LocalPath?: string;
8123
+ LocalPath?: string | undefined;
8124
8124
  }
8125
8125
  /**
8126
8126
  * <p>The container for the metadata for the ClarifyCheck step. For more information,
@@ -8133,38 +8133,38 @@ export interface ClarifyCheckStepMetadata {
8133
8133
  * <p>The type of the Clarify Check step</p>
8134
8134
  * @public
8135
8135
  */
8136
- CheckType?: string;
8136
+ CheckType?: string | undefined;
8137
8137
  /**
8138
8138
  * <p>The Amazon S3 URI of baseline constraints file to be used for the drift check.</p>
8139
8139
  * @public
8140
8140
  */
8141
- BaselineUsedForDriftCheckConstraints?: string;
8141
+ BaselineUsedForDriftCheckConstraints?: string | undefined;
8142
8142
  /**
8143
8143
  * <p>The Amazon S3 URI of the newly calculated baseline constraints file.</p>
8144
8144
  * @public
8145
8145
  */
8146
- CalculatedBaselineConstraints?: string;
8146
+ CalculatedBaselineConstraints?: string | undefined;
8147
8147
  /**
8148
8148
  * <p>The model package group name.</p>
8149
8149
  * @public
8150
8150
  */
8151
- ModelPackageGroupName?: string;
8151
+ ModelPackageGroupName?: string | undefined;
8152
8152
  /**
8153
8153
  * <p>The Amazon S3 URI of the violation report if violations are detected.</p>
8154
8154
  * @public
8155
8155
  */
8156
- ViolationReport?: string;
8156
+ ViolationReport?: string | undefined;
8157
8157
  /**
8158
8158
  * <p>The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.</p>
8159
8159
  * @public
8160
8160
  */
8161
- CheckJobArn?: string;
8161
+ CheckJobArn?: string | undefined;
8162
8162
  /**
8163
8163
  * <p>This flag indicates if the drift check against the previous baseline will be skipped or not.
8164
8164
  * If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
8165
8165
  * @public
8166
8166
  */
8167
- SkipCheck?: boolean;
8167
+ SkipCheck?: boolean | undefined;
8168
8168
  /**
8169
8169
  * <p>This flag indicates if a newly calculated baseline can be accessed through step properties
8170
8170
  * <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>.
@@ -8172,7 +8172,7 @@ export interface ClarifyCheckStepMetadata {
8172
8172
  * These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> property. </p>
8173
8173
  * @public
8174
8174
  */
8175
- RegisterNewBaseline?: boolean;
8175
+ RegisterNewBaseline?: boolean | undefined;
8176
8176
  }
8177
8177
  /**
8178
8178
  * @public
@@ -8199,7 +8199,7 @@ export interface ClarifyInferenceConfig {
8199
8199
  * <code>[1,2,3]</code> from request data <code>'\{"myfeatures":[1,2,3]\}'</code>.</p>
8200
8200
  * @public
8201
8201
  */
8202
- FeaturesAttribute?: string;
8202
+ FeaturesAttribute?: string | undefined;
8203
8203
  /**
8204
8204
  * <p>A template string used to format a JSON record into an acceptable model container
8205
8205
  * input. For example, a <code>ContentTemplate</code> string
@@ -8208,7 +8208,7 @@ export interface ClarifyInferenceConfig {
8208
8208
  * Required only when the model container input is in JSON Lines format.</p>
8209
8209
  * @public
8210
8210
  */
8211
- ContentTemplate?: string;
8211
+ ContentTemplate?: string | undefined;
8212
8212
  /**
8213
8213
  * <p>The maximum number of records in a request that the model container can process when
8214
8214
  * querying the model container for the predictions of a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-synthetic">synthetic dataset</a>. A record is a unit of input data that inference can be
@@ -8220,13 +8220,13 @@ export interface ClarifyInferenceConfig {
8220
8220
  * runtime.</p>
8221
8221
  * @public
8222
8222
  */
8223
- MaxRecordCount?: number;
8223
+ MaxRecordCount?: number | undefined;
8224
8224
  /**
8225
8225
  * <p>The maximum payload size (MB) allowed of a request from the explainer to the model
8226
8226
  * container. Defaults to <code>6</code> MB.</p>
8227
8227
  * @public
8228
8228
  */
8229
- MaxPayloadInMB?: number;
8229
+ MaxPayloadInMB?: number | undefined;
8230
8230
  /**
8231
8231
  * <p>A zero-based index used to extract a probability value (score) or list from model
8232
8232
  * container output in CSV format. If this value is not provided, the entire model
@@ -8244,7 +8244,7 @@ export interface ClarifyInferenceConfig {
8244
8244
  * <code>[0.1,0.6,0.3]</code>.</p>
8245
8245
  * @public
8246
8246
  */
8247
- ProbabilityIndex?: number;
8247
+ ProbabilityIndex?: number | undefined;
8248
8248
  /**
8249
8249
  * <p>A zero-based index used to extract a label header or list of label headers from model
8250
8250
  * container output in CSV format.</p>
@@ -8256,7 +8256,7 @@ export interface ClarifyInferenceConfig {
8256
8256
  * <code>['cat','dog','fish']</code>.</p>
8257
8257
  * @public
8258
8258
  */
8259
- LabelIndex?: number;
8259
+ LabelIndex?: number | undefined;
8260
8260
  /**
8261
8261
  * <p>A JMESPath expression used to extract the probability (or score) from the model
8262
8262
  * container output if the model container is in JSON Lines format.</p>
@@ -8266,7 +8266,7 @@ export interface ClarifyInferenceConfig {
8266
8266
  * <code>ProbabilityAttribute</code> to <code>'probability'</code>.</p>
8267
8267
  * @public
8268
8268
  */
8269
- ProbabilityAttribute?: string;
8269
+ ProbabilityAttribute?: string | undefined;
8270
8270
  /**
8271
8271
  * <p>A JMESPath expression used to locate the list of label headers in the model container
8272
8272
  * output.</p>
@@ -8278,7 +8278,7 @@ export interface ClarifyInferenceConfig {
8278
8278
  * </p>
8279
8279
  * @public
8280
8280
  */
8281
- LabelAttribute?: string;
8281
+ LabelAttribute?: string | undefined;
8282
8282
  /**
8283
8283
  * <p>For multiclass classification problems, the label headers are the names of the
8284
8284
  * classes. Otherwise, the label header is the name of the predicted label. These are used
@@ -8288,14 +8288,14 @@ export interface ClarifyInferenceConfig {
8288
8288
  * container output, provide them manually using this parameter.</p>
8289
8289
  * @public
8290
8290
  */
8291
- LabelHeaders?: string[];
8291
+ LabelHeaders?: string[] | undefined;
8292
8292
  /**
8293
8293
  * <p>The names of the features. If provided, these are included in the endpoint response
8294
8294
  * payload to help readability of the <code>InvokeEndpoint</code> output. See the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-invoke-endpoint.html#clarify-online-explainability-response">Response</a> section under <b>Invoke the endpoint</b>
8295
8295
  * in the Developer Guide for more information.</p>
8296
8296
  * @public
8297
8297
  */
8298
- FeatureHeaders?: string[];
8298
+ FeatureHeaders?: string[] | undefined;
8299
8299
  /**
8300
8300
  * <p>A list of data types of the features (optional). Applicable only to NLP
8301
8301
  * explainability. If provided, <code>FeatureTypes</code> must have at least one
@@ -8306,7 +8306,7 @@ export interface ClarifyInferenceConfig {
8306
8306
  * in the Developer Guide for more information.</p>
8307
8307
  * @public
8308
8308
  */
8309
- FeatureTypes?: ClarifyFeatureType[];
8309
+ FeatureTypes?: ClarifyFeatureType[] | undefined;
8310
8310
  }
8311
8311
  /**
8312
8312
  * <p>The configuration for the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-feature-attribute-shap-baselines.html">SHAP
@@ -8336,7 +8336,7 @@ export interface ClarifyShapBaselineConfig {
8336
8336
  * <code>'application/jsonlines'</code>. Defaults to <code>'text/csv'</code>.</p>
8337
8337
  * @public
8338
8338
  */
8339
- MimeType?: string;
8339
+ MimeType?: string | undefined;
8340
8340
  /**
8341
8341
  * <p>The inline SHAP baseline data in string format. <code>ShapBaseline</code> can have one
8342
8342
  * or multiple records to be used as the baseline dataset. The format of the SHAP baseline
@@ -8350,7 +8350,7 @@ export interface ClarifyShapBaselineConfig {
8350
8350
  * of baseline data.</p>
8351
8351
  * @public
8352
8352
  */
8353
- ShapBaseline?: string;
8353
+ ShapBaseline?: string | undefined;
8354
8354
  /**
8355
8355
  * <p>The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is
8356
8356
  * stored. The format of the SHAP baseline file should be the same format as the format of
@@ -8363,7 +8363,7 @@ export interface ClarifyShapBaselineConfig {
8363
8363
  * Resources in your Amazon Virtual Private Cloud</a>.</p>
8364
8364
  * @public
8365
8365
  */
8366
- ShapBaselineUri?: string;
8366
+ ShapBaselineUri?: string | undefined;
8367
8367
  }
8368
8368
  /**
8369
8369
  * @public
@@ -8492,26 +8492,26 @@ export interface ClarifyShapConfig {
8492
8492
  * </note>
8493
8493
  * @public
8494
8494
  */
8495
- NumberOfSamples?: number;
8495
+ NumberOfSamples?: number | undefined;
8496
8496
  /**
8497
8497
  * <p>A Boolean toggle to indicate if you want to use the logit function (true) or log-odds
8498
8498
  * units (false) for model predictions. Defaults to false.</p>
8499
8499
  * @public
8500
8500
  */
8501
- UseLogit?: boolean;
8501
+ UseLogit?: boolean | undefined;
8502
8502
  /**
8503
8503
  * <p>The starting value used to initialize the random number generator in the explainer.
8504
8504
  * Provide a value for this parameter to obtain a deterministic SHAP result.</p>
8505
8505
  * @public
8506
8506
  */
8507
- Seed?: number;
8507
+ Seed?: number | undefined;
8508
8508
  /**
8509
8509
  * <p>A parameter that indicates if text features are treated as text and explanations are
8510
8510
  * provided for individual units of text. Required for natural language processing (NLP)
8511
8511
  * explainability only.</p>
8512
8512
  * @public
8513
8513
  */
8514
- TextConfig?: ClarifyTextConfig;
8514
+ TextConfig?: ClarifyTextConfig | undefined;
8515
8515
  }
8516
8516
  /**
8517
8517
  * <p>The configuration parameters for the SageMaker Clarify explainer.</p>
@@ -8525,12 +8525,12 @@ export interface ClarifyExplainerConfig {
8525
8525
  * </a>for additional information.</p>
8526
8526
  * @public
8527
8527
  */
8528
- EnableExplanations?: string;
8528
+ EnableExplanations?: string | undefined;
8529
8529
  /**
8530
8530
  * <p>The inference configuration parameter for the model container.</p>
8531
8531
  * @public
8532
8532
  */
8533
- InferenceConfig?: ClarifyInferenceConfig;
8533
+ InferenceConfig?: ClarifyInferenceConfig | undefined;
8534
8534
  /**
8535
8535
  * <p>The configuration for SHAP analysis.</p>
8536
8536
  * @public
@@ -8699,33 +8699,33 @@ export interface ClusterInstanceGroupDetails {
8699
8699
  * cluster.</p>
8700
8700
  * @public
8701
8701
  */
8702
- CurrentCount?: number;
8702
+ CurrentCount?: number | undefined;
8703
8703
  /**
8704
8704
  * <p>The number of instances you specified to add to the instance group of a SageMaker HyperPod
8705
8705
  * cluster.</p>
8706
8706
  * @public
8707
8707
  */
8708
- TargetCount?: number;
8708
+ TargetCount?: number | undefined;
8709
8709
  /**
8710
8710
  * <p>The name of the instance group of a SageMaker HyperPod cluster.</p>
8711
8711
  * @public
8712
8712
  */
8713
- InstanceGroupName?: string;
8713
+ InstanceGroupName?: string | undefined;
8714
8714
  /**
8715
8715
  * <p>The instance type of the instance group of a SageMaker HyperPod cluster.</p>
8716
8716
  * @public
8717
8717
  */
8718
- InstanceType?: ClusterInstanceType;
8718
+ InstanceType?: ClusterInstanceType | undefined;
8719
8719
  /**
8720
8720
  * <p>Details of LifeCycle configuration for the instance group.</p>
8721
8721
  * @public
8722
8722
  */
8723
- LifeCycleConfig?: ClusterLifeCycleConfig;
8723
+ LifeCycleConfig?: ClusterLifeCycleConfig | undefined;
8724
8724
  /**
8725
8725
  * <p>The execution role for the instance group to assume.</p>
8726
8726
  * @public
8727
8727
  */
8728
- ExecutionRole?: string;
8728
+ ExecutionRole?: string | undefined;
8729
8729
  /**
8730
8730
  * <p>The number you specified to <code>TreadsPerCore</code> in <code>CreateCluster</code> for
8731
8731
  * enabling or disabling multithreading. For instance types that support multithreading, you
@@ -8735,19 +8735,19 @@ export interface ClusterInstanceGroupDetails {
8735
8735
  * Guide</i>.</p>
8736
8736
  * @public
8737
8737
  */
8738
- ThreadsPerCore?: number;
8738
+ ThreadsPerCore?: number | undefined;
8739
8739
  /**
8740
8740
  * <p>The additional storage configurations for the instances in the SageMaker HyperPod cluster instance
8741
8741
  * group.</p>
8742
8742
  * @public
8743
8743
  */
8744
- InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
8744
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
8745
8745
  /**
8746
8746
  * <p>A flag indicating whether deep health checks should be performed when the cluster
8747
8747
  * instance group is created or updated.</p>
8748
8748
  * @public
8749
8749
  */
8750
- OnStartDeepHealthChecks?: DeepHealthCheckType[];
8750
+ OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
8751
8751
  }
8752
8752
  /**
8753
8753
  * <p>The specifications of an instance group that you need to define.</p>
@@ -8790,19 +8790,19 @@ export interface ClusterInstanceGroupSpecification {
8790
8790
  * Guide</i>.</p>
8791
8791
  * @public
8792
8792
  */
8793
- ThreadsPerCore?: number;
8793
+ ThreadsPerCore?: number | undefined;
8794
8794
  /**
8795
8795
  * <p>Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster
8796
8796
  * instance group.</p>
8797
8797
  * @public
8798
8798
  */
8799
- InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
8799
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
8800
8800
  /**
8801
8801
  * <p>A flag indicating whether deep health checks should be performed when the cluster
8802
8802
  * instance group is created or updated.</p>
8803
8803
  * @public
8804
8804
  */
8805
- OnStartDeepHealthChecks?: DeepHealthCheckType[];
8805
+ OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
8806
8806
  }
8807
8807
  /**
8808
8808
  * <p>Specifies the placement details for the node in the SageMaker HyperPod cluster, including the
@@ -8814,13 +8814,13 @@ export interface ClusterInstancePlacement {
8814
8814
  * <p>The Availability Zone where the node in the SageMaker HyperPod cluster is launched.</p>
8815
8815
  * @public
8816
8816
  */
8817
- AvailabilityZone?: string;
8817
+ AvailabilityZone?: string | undefined;
8818
8818
  /**
8819
8819
  * <p>The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster
8820
8820
  * is launched.</p>
8821
8821
  * @public
8822
8822
  */
8823
- AvailabilityZoneId?: string;
8823
+ AvailabilityZoneId?: string | undefined;
8824
8824
  }
8825
8825
  /**
8826
8826
  * @public
@@ -8852,7 +8852,7 @@ export interface ClusterInstanceStatusDetails {
8852
8852
  * <p>The message from an instance in a SageMaker HyperPod cluster.</p>
8853
8853
  * @public
8854
8854
  */
8855
- Message?: string;
8855
+ Message?: string | undefined;
8856
8856
  }
8857
8857
  /**
8858
8858
  * <p>Details of an instance (also called a <i>node</i> interchangeably) in a
@@ -8864,59 +8864,59 @@ export interface ClusterNodeDetails {
8864
8864
  * <p>The instance group name in which the instance is.</p>
8865
8865
  * @public
8866
8866
  */
8867
- InstanceGroupName?: string;
8867
+ InstanceGroupName?: string | undefined;
8868
8868
  /**
8869
8869
  * <p>The ID of the instance.</p>
8870
8870
  * @public
8871
8871
  */
8872
- InstanceId?: string;
8872
+ InstanceId?: string | undefined;
8873
8873
  /**
8874
8874
  * <p>The status of the instance.</p>
8875
8875
  * @public
8876
8876
  */
8877
- InstanceStatus?: ClusterInstanceStatusDetails;
8877
+ InstanceStatus?: ClusterInstanceStatusDetails | undefined;
8878
8878
  /**
8879
8879
  * <p>The type of the instance.</p>
8880
8880
  * @public
8881
8881
  */
8882
- InstanceType?: ClusterInstanceType;
8882
+ InstanceType?: ClusterInstanceType | undefined;
8883
8883
  /**
8884
8884
  * <p>The time when the instance is launched.</p>
8885
8885
  * @public
8886
8886
  */
8887
- LaunchTime?: Date;
8887
+ LaunchTime?: Date | undefined;
8888
8888
  /**
8889
8889
  * <p>The LifeCycle configuration applied to the instance.</p>
8890
8890
  * @public
8891
8891
  */
8892
- LifeCycleConfig?: ClusterLifeCycleConfig;
8892
+ LifeCycleConfig?: ClusterLifeCycleConfig | undefined;
8893
8893
  /**
8894
8894
  * <p>The number of threads per CPU core you specified under
8895
8895
  * <code>CreateCluster</code>.</p>
8896
8896
  * @public
8897
8897
  */
8898
- ThreadsPerCore?: number;
8898
+ ThreadsPerCore?: number | undefined;
8899
8899
  /**
8900
8900
  * <p>The configurations of additional storage specified to the instance group where the
8901
8901
  * instance (node) is launched.</p>
8902
8902
  * @public
8903
8903
  */
8904
- InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
8904
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
8905
8905
  /**
8906
8906
  * <p>The private primary IP address of the SageMaker HyperPod cluster node.</p>
8907
8907
  * @public
8908
8908
  */
8909
- PrivatePrimaryIp?: string;
8909
+ PrivatePrimaryIp?: string | undefined;
8910
8910
  /**
8911
8911
  * <p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>
8912
8912
  * @public
8913
8913
  */
8914
- PrivateDnsHostname?: string;
8914
+ PrivateDnsHostname?: string | undefined;
8915
8915
  /**
8916
8916
  * <p>The placement details of the SageMaker HyperPod cluster node.</p>
8917
8917
  * @public
8918
8918
  */
8919
- Placement?: ClusterInstancePlacement;
8919
+ Placement?: ClusterInstancePlacement | undefined;
8920
8920
  }
8921
8921
  /**
8922
8922
  * @public
@@ -9056,7 +9056,7 @@ export interface CustomImage {
9056
9056
  * <p>The version number of the CustomImage.</p>
9057
9057
  * @public
9058
9058
  */
9059
- ImageVersionNumber?: number;
9059
+ ImageVersionNumber?: number | undefined;
9060
9060
  /**
9061
9061
  * <p>The name of the AppImageConfig.</p>
9062
9062
  * @public
@@ -9075,30 +9075,30 @@ export interface CodeEditorAppSettings {
9075
9075
  * the version runs on.</p>
9076
9076
  * @public
9077
9077
  */
9078
- DefaultResourceSpec?: ResourceSpec;
9078
+ DefaultResourceSpec?: ResourceSpec | undefined;
9079
9079
  /**
9080
9080
  * <p>A list of custom SageMaker images that are configured to run as a Code Editor app.</p>
9081
9081
  * @public
9082
9082
  */
9083
- CustomImages?: CustomImage[];
9083
+ CustomImages?: CustomImage[] | undefined;
9084
9084
  /**
9085
9085
  * <p>The Amazon Resource Name (ARN) of the Code Editor application
9086
9086
  * lifecycle configuration.</p>
9087
9087
  * @public
9088
9088
  */
9089
- LifecycleConfigArns?: string[];
9089
+ LifecycleConfigArns?: string[] | undefined;
9090
9090
  /**
9091
9091
  * <p>Settings that are used to configure and manage the lifecycle of CodeEditor
9092
9092
  * applications.</p>
9093
9093
  * @public
9094
9094
  */
9095
- AppLifecycleManagement?: AppLifecycleManagement;
9095
+ AppLifecycleManagement?: AppLifecycleManagement | undefined;
9096
9096
  /**
9097
9097
  * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can
9098
9098
  * override changes made in the default lifecycle configuration.</p>
9099
9099
  * @public
9100
9100
  */
9101
- BuiltInLifecycleConfigArn?: string;
9101
+ BuiltInLifecycleConfigArn?: string | undefined;
9102
9102
  }
9103
9103
  /**
9104
9104
  * <p>A Git repository that SageMaker automatically displays to users for cloning in the
@@ -9152,7 +9152,7 @@ export interface GitConfig {
9152
9152
  * <p>The default branch for the Git repository.</p>
9153
9153
  * @public
9154
9154
  */
9155
- Branch?: string;
9155
+ Branch?: string | undefined;
9156
9156
  /**
9157
9157
  * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
9158
9158
  * contains the credentials used to access the git repository. The secret must have a
@@ -9163,7 +9163,7 @@ export interface GitConfig {
9163
9163
  * </p>
9164
9164
  * @public
9165
9165
  */
9166
- SecretArn?: string;
9166
+ SecretArn?: string | undefined;
9167
9167
  }
9168
9168
  /**
9169
9169
  * <p>Specifies summary information about a Git repository.</p>
@@ -9196,7 +9196,7 @@ export interface CodeRepositorySummary {
9196
9196
  * credentials used to access the repository.</p>
9197
9197
  * @public
9198
9198
  */
9199
- GitConfig?: GitConfig;
9199
+ GitConfig?: GitConfig | undefined;
9200
9200
  }
9201
9201
  /**
9202
9202
  * <p>Use this parameter to configure your Amazon Cognito workforce.
@@ -9301,7 +9301,7 @@ export interface CollectionConfiguration {
9301
9301
  * <p>The name of the tensor collection. The name must be unique relative to other rule configuration names.</p>
9302
9302
  * @public
9303
9303
  */
9304
- CollectionName?: string;
9304
+ CollectionName?: string | undefined;
9305
9305
  /**
9306
9306
  * <p>Parameter values for the tensor collection. The allowed parameters are
9307
9307
  * <code>"name"</code>, <code>"include_regex"</code>, <code>"reduction_config"</code>,
@@ -9309,7 +9309,7 @@ export interface CollectionConfiguration {
9309
9309
  * <code>"save_histogram"</code>.</p>
9310
9310
  * @public
9311
9311
  */
9312
- CollectionParameters?: Record<string, string>;
9312
+ CollectionParameters?: Record<string, string> | undefined;
9313
9313
  }
9314
9314
  /**
9315
9315
  * @public
@@ -9452,41 +9452,41 @@ export interface CompilationJobSummary {
9452
9452
  * <p>The time when the model compilation job started.</p>
9453
9453
  * @public
9454
9454
  */
9455
- CompilationStartTime?: Date;
9455
+ CompilationStartTime?: Date | undefined;
9456
9456
  /**
9457
9457
  * <p>The time when the model compilation job completed.</p>
9458
9458
  * @public
9459
9459
  */
9460
- CompilationEndTime?: Date;
9460
+ CompilationEndTime?: Date | undefined;
9461
9461
  /**
9462
9462
  * <p>The type of device that the model will run on after the compilation job has
9463
9463
  * completed.</p>
9464
9464
  * @public
9465
9465
  */
9466
- CompilationTargetDevice?: TargetDevice;
9466
+ CompilationTargetDevice?: TargetDevice | undefined;
9467
9467
  /**
9468
9468
  * <p>The type of OS that the model will run on after the compilation job has
9469
9469
  * completed.</p>
9470
9470
  * @public
9471
9471
  */
9472
- CompilationTargetPlatformOs?: TargetPlatformOs;
9472
+ CompilationTargetPlatformOs?: TargetPlatformOs | undefined;
9473
9473
  /**
9474
9474
  * <p>The type of architecture that the model will run on after the compilation job has
9475
9475
  * completed.</p>
9476
9476
  * @public
9477
9477
  */
9478
- CompilationTargetPlatformArch?: TargetPlatformArch;
9478
+ CompilationTargetPlatformArch?: TargetPlatformArch | undefined;
9479
9479
  /**
9480
9480
  * <p>The type of accelerator that the model will run on after the compilation job has
9481
9481
  * completed.</p>
9482
9482
  * @public
9483
9483
  */
9484
- CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator;
9484
+ CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | undefined;
9485
9485
  /**
9486
9486
  * <p>The time when the model compilation job was last modified.</p>
9487
9487
  * @public
9488
9488
  */
9489
- LastModifiedTime?: Date;
9489
+ LastModifiedTime?: Date | undefined;
9490
9490
  /**
9491
9491
  * <p>The status of the model compilation job.</p>
9492
9492
  * @public
@@ -9526,7 +9526,7 @@ export interface ConditionStepMetadata {
9526
9526
  * <p>The outcome of the Condition step evaluation.</p>
9527
9527
  * @public
9528
9528
  */
9529
- Outcome?: ConditionOutcome;
9529
+ Outcome?: ConditionOutcome | undefined;
9530
9530
  }
9531
9531
  /**
9532
9532
  * <p>There was a conflict when you attempted to modify a SageMaker entity such as an
@@ -9536,7 +9536,7 @@ export interface ConditionStepMetadata {
9536
9536
  export declare class ConflictException extends __BaseException {
9537
9537
  readonly name: "ConflictException";
9538
9538
  readonly $fault: "client";
9539
- Message?: string;
9539
+ Message?: string | undefined;
9540
9540
  /**
9541
9541
  * @internal
9542
9542
  */
@@ -9605,7 +9605,7 @@ export interface ImageConfig {
9605
9605
  * authentication.</p>
9606
9606
  * @public
9607
9607
  */
9608
- RepositoryAuthConfig?: RepositoryAuthConfig;
9608
+ RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
9609
9609
  }
9610
9610
  /**
9611
9611
  * @public
@@ -9645,7 +9645,7 @@ export interface MultiModelConfig {
9645
9645
  * this parameter to <code>Disabled</code>.</p>
9646
9646
  * @public
9647
9647
  */
9648
- ModelCacheSetting?: ModelCacheSetting;
9648
+ ModelCacheSetting?: ModelCacheSetting | undefined;
9649
9649
  }
9650
9650
  /**
9651
9651
  * <p>Describes the container, as part of model definition.</p>
@@ -9668,7 +9668,7 @@ export interface ContainerDefinition {
9668
9668
  * in that pipeline.</p>
9669
9669
  * @public
9670
9670
  */
9671
- ContainerHostname?: string;
9671
+ ContainerHostname?: string | undefined;
9672
9672
  /**
9673
9673
  * <p>The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a
9674
9674
  * Docker registry that is accessible from the same VPC that you configure for your
@@ -9684,7 +9684,7 @@ export interface ContainerDefinition {
9684
9684
  * </note>
9685
9685
  * @public
9686
9686
  */
9687
- Image?: string;
9687
+ Image?: string | undefined;
9688
9688
  /**
9689
9689
  * <p>Specifies whether the model container is in Amazon ECR or a private Docker registry
9690
9690
  * accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a
@@ -9697,12 +9697,12 @@ export interface ContainerDefinition {
9697
9697
  * </note>
9698
9698
  * @public
9699
9699
  */
9700
- ImageConfig?: ImageConfig;
9700
+ ImageConfig?: ImageConfig | undefined;
9701
9701
  /**
9702
9702
  * <p>Whether the container hosts a single model or multiple models.</p>
9703
9703
  * @public
9704
9704
  */
9705
- Mode?: ContainerMode;
9705
+ Mode?: ContainerMode | undefined;
9706
9706
  /**
9707
9707
  * <p>The S3 path where the model artifacts, which result from model training, are stored.
9708
9708
  * This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3
@@ -9726,7 +9726,7 @@ export interface ContainerDefinition {
9726
9726
  * </important>
9727
9727
  * @public
9728
9728
  */
9729
- ModelDataUrl?: string;
9729
+ ModelDataUrl?: string | undefined;
9730
9730
  /**
9731
9731
  * <p>Specifies the location of ML model data to deploy.</p>
9732
9732
  * <note>
@@ -9736,12 +9736,12 @@ export interface ContainerDefinition {
9736
9736
  * </note>
9737
9737
  * @public
9738
9738
  */
9739
- ModelDataSource?: ModelDataSource;
9739
+ ModelDataSource?: ModelDataSource | undefined;
9740
9740
  /**
9741
9741
  * <p>Data sources that are available to your model in addition to the one that you specify for <code>ModelDataSource</code> when you use the <code>CreateModel</code> action.</p>
9742
9742
  * @public
9743
9743
  */
9744
- AdditionalModelDataSources?: AdditionalModelDataSource[];
9744
+ AdditionalModelDataSources?: AdditionalModelDataSource[] | undefined;
9745
9745
  /**
9746
9746
  * <p>The environment variables to set in the Docker container. Don't include any
9747
9747
  * sensitive data in your environment variables.</p>
@@ -9751,23 +9751,23 @@ export interface ContainerDefinition {
9751
9751
  * length of all of their maps, combined, is also 32 KB.</p>
9752
9752
  * @public
9753
9753
  */
9754
- Environment?: Record<string, string>;
9754
+ Environment?: Record<string, string> | undefined;
9755
9755
  /**
9756
9756
  * <p>The name or Amazon Resource Name (ARN) of the model package to use to create the
9757
9757
  * model.</p>
9758
9758
  * @public
9759
9759
  */
9760
- ModelPackageName?: string;
9760
+ ModelPackageName?: string | undefined;
9761
9761
  /**
9762
9762
  * <p>The inference specification name in the model package version.</p>
9763
9763
  * @public
9764
9764
  */
9765
- InferenceSpecificationName?: string;
9765
+ InferenceSpecificationName?: string | undefined;
9766
9766
  /**
9767
9767
  * <p>Specifies additional configuration for multi-model endpoints.</p>
9768
9768
  * @public
9769
9769
  */
9770
- MultiModelConfig?: MultiModelConfig;
9770
+ MultiModelConfig?: MultiModelConfig | undefined;
9771
9771
  }
9772
9772
  /**
9773
9773
  * @public
@@ -9795,12 +9795,12 @@ export interface ContextSource {
9795
9795
  * <p>The type of the source.</p>
9796
9796
  * @public
9797
9797
  */
9798
- SourceType?: string;
9798
+ SourceType?: string | undefined;
9799
9799
  /**
9800
9800
  * <p>The ID of the source.</p>
9801
9801
  * @public
9802
9802
  */
9803
- SourceId?: string;
9803
+ SourceId?: string | undefined;
9804
9804
  }
9805
9805
  /**
9806
9806
  * <p>Lists a summary of the properties of a context. A context provides a logical grouping
@@ -9812,32 +9812,32 @@ export interface ContextSummary {
9812
9812
  * <p>The Amazon Resource Name (ARN) of the context.</p>
9813
9813
  * @public
9814
9814
  */
9815
- ContextArn?: string;
9815
+ ContextArn?: string | undefined;
9816
9816
  /**
9817
9817
  * <p>The name of the context.</p>
9818
9818
  * @public
9819
9819
  */
9820
- ContextName?: string;
9820
+ ContextName?: string | undefined;
9821
9821
  /**
9822
9822
  * <p>The source of the context.</p>
9823
9823
  * @public
9824
9824
  */
9825
- Source?: ContextSource;
9825
+ Source?: ContextSource | undefined;
9826
9826
  /**
9827
9827
  * <p>The type of the context.</p>
9828
9828
  * @public
9829
9829
  */
9830
- ContextType?: string;
9830
+ ContextType?: string | undefined;
9831
9831
  /**
9832
9832
  * <p>When the context was created.</p>
9833
9833
  * @public
9834
9834
  */
9835
- CreationTime?: Date;
9835
+ CreationTime?: Date | undefined;
9836
9836
  /**
9837
9837
  * <p>When the context was last modified.</p>
9838
9838
  * @public
9839
9839
  */
9840
- LastModifiedTime?: Date;
9840
+ LastModifiedTime?: Date | undefined;
9841
9841
  }
9842
9842
  /**
9843
9843
  * @public
@@ -9908,7 +9908,7 @@ export interface ContinuousParameterRange {
9908
9908
  * </dl>
9909
9909
  * @public
9910
9910
  */
9911
- ScalingType?: HyperParameterScalingType;
9911
+ ScalingType?: HyperParameterScalingType | undefined;
9912
9912
  }
9913
9913
  /**
9914
9914
  * <p>Defines the possible values for a continuous hyperparameter.</p>
@@ -9937,7 +9937,7 @@ export interface ConvergenceDetected {
9937
9937
  * <p>A flag to stop a tuning job once AMT has detected that the job has converged.</p>
9938
9938
  * @public
9939
9939
  */
9940
- CompleteOnConvergence?: CompleteOnConvergence;
9940
+ CompleteOnConvergence?: CompleteOnConvergence | undefined;
9941
9941
  }
9942
9942
  /**
9943
9943
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
@@ -9948,22 +9948,22 @@ export interface MetadataProperties {
9948
9948
  * <p>The commit ID.</p>
9949
9949
  * @public
9950
9950
  */
9951
- CommitId?: string;
9951
+ CommitId?: string | undefined;
9952
9952
  /**
9953
9953
  * <p>The repository.</p>
9954
9954
  * @public
9955
9955
  */
9956
- Repository?: string;
9956
+ Repository?: string | undefined;
9957
9957
  /**
9958
9958
  * <p>The entity this entity was generated by.</p>
9959
9959
  * @public
9960
9960
  */
9961
- GeneratedBy?: string;
9961
+ GeneratedBy?: string | undefined;
9962
9962
  /**
9963
9963
  * <p>The project ID.</p>
9964
9964
  * @public
9965
9965
  */
9966
- ProjectId?: string;
9966
+ ProjectId?: string | undefined;
9967
9967
  }
9968
9968
  /**
9969
9969
  * @public
@@ -9988,27 +9988,27 @@ export interface CreateActionRequest {
9988
9988
  * <p>The description of the action.</p>
9989
9989
  * @public
9990
9990
  */
9991
- Description?: string;
9991
+ Description?: string | undefined;
9992
9992
  /**
9993
9993
  * <p>The status of the action.</p>
9994
9994
  * @public
9995
9995
  */
9996
- Status?: ActionStatus;
9996
+ Status?: ActionStatus | undefined;
9997
9997
  /**
9998
9998
  * <p>A list of properties to add to the action.</p>
9999
9999
  * @public
10000
10000
  */
10001
- Properties?: Record<string, string>;
10001
+ Properties?: Record<string, string> | undefined;
10002
10002
  /**
10003
10003
  * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
10004
10004
  * @public
10005
10005
  */
10006
- MetadataProperties?: MetadataProperties;
10006
+ MetadataProperties?: MetadataProperties | undefined;
10007
10007
  /**
10008
10008
  * <p>A list of tags to apply to the action.</p>
10009
10009
  * @public
10010
10010
  */
10011
- Tags?: Tag[];
10011
+ Tags?: Tag[] | undefined;
10012
10012
  }
10013
10013
  /**
10014
10014
  * @public
@@ -10018,7 +10018,7 @@ export interface CreateActionResponse {
10018
10018
  * <p>The Amazon Resource Name (ARN) of the action.</p>
10019
10019
  * @public
10020
10020
  */
10021
- ActionArn?: string;
10021
+ ActionArn?: string | undefined;
10022
10022
  }
10023
10023
  /**
10024
10024
  * <p>Defines the possible values for an integer hyperparameter.</p>
@@ -10047,19 +10047,19 @@ export interface ParameterRange {
10047
10047
  * values for an integer hyperparameter.</p>
10048
10048
  * @public
10049
10049
  */
10050
- IntegerParameterRangeSpecification?: IntegerParameterRangeSpecification;
10050
+ IntegerParameterRangeSpecification?: IntegerParameterRangeSpecification | undefined;
10051
10051
  /**
10052
10052
  * <p>A <code>ContinuousParameterRangeSpecification</code> object that defines the possible
10053
10053
  * values for a continuous hyperparameter.</p>
10054
10054
  * @public
10055
10055
  */
10056
- ContinuousParameterRangeSpecification?: ContinuousParameterRangeSpecification;
10056
+ ContinuousParameterRangeSpecification?: ContinuousParameterRangeSpecification | undefined;
10057
10057
  /**
10058
10058
  * <p>A <code>CategoricalParameterRangeSpecification</code> object that defines the possible
10059
10059
  * values for a categorical hyperparameter.</p>
10060
10060
  * @public
10061
10061
  */
10062
- CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification;
10062
+ CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification | undefined;
10063
10063
  }
10064
10064
  /**
10065
10065
  * @public
@@ -10089,7 +10089,7 @@ export interface HyperParameterSpecification {
10089
10089
  * <p>A brief description of the hyperparameter.</p>
10090
10090
  * @public
10091
10091
  */
10092
- Description?: string;
10092
+ Description?: string | undefined;
10093
10093
  /**
10094
10094
  * <p>The type of this hyperparameter. The valid types are <code>Integer</code>,
10095
10095
  * <code>Continuous</code>, <code>Categorical</code>, and <code>FreeText</code>.</p>
@@ -10100,24 +10100,24 @@ export interface HyperParameterSpecification {
10100
10100
  * <p>The allowed range for this hyperparameter.</p>
10101
10101
  * @public
10102
10102
  */
10103
- Range?: ParameterRange;
10103
+ Range?: ParameterRange | undefined;
10104
10104
  /**
10105
10105
  * <p>Indicates whether this hyperparameter is tunable in a hyperparameter tuning
10106
10106
  * job.</p>
10107
10107
  * @public
10108
10108
  */
10109
- IsTunable?: boolean;
10109
+ IsTunable?: boolean | undefined;
10110
10110
  /**
10111
10111
  * <p>Indicates whether this hyperparameter is required.</p>
10112
10112
  * @public
10113
10113
  */
10114
- IsRequired?: boolean;
10114
+ IsRequired?: boolean | undefined;
10115
10115
  /**
10116
10116
  * <p>The default value for this hyperparameter. If a default value is specified, a
10117
10117
  * hyperparameter cannot be required.</p>
10118
10118
  * @public
10119
10119
  */
10120
- DefaultValue?: string;
10120
+ DefaultValue?: string | undefined;
10121
10121
  }
10122
10122
  /**
10123
10123
  * @public
@@ -10168,14 +10168,14 @@ export interface TrainingSpecification {
10168
10168
  * training.</p>
10169
10169
  * @public
10170
10170
  */
10171
- TrainingImageDigest?: string;
10171
+ TrainingImageDigest?: string | undefined;
10172
10172
  /**
10173
10173
  * <p>A list of the <code>HyperParameterSpecification</code> objects, that define the
10174
10174
  * supported hyperparameters. This is required if the algorithm supports automatic model
10175
10175
  * tuning.></p>
10176
10176
  * @public
10177
10177
  */
10178
- SupportedHyperParameters?: HyperParameterSpecification[];
10178
+ SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
10179
10179
  /**
10180
10180
  * <p>A list of the instance types that this algorithm can use for training.</p>
10181
10181
  * @public
@@ -10186,13 +10186,13 @@ export interface TrainingSpecification {
10186
10186
  * can't request more than one instance during training.</p>
10187
10187
  * @public
10188
10188
  */
10189
- SupportsDistributedTraining?: boolean;
10189
+ SupportsDistributedTraining?: boolean | undefined;
10190
10190
  /**
10191
10191
  * <p>A list of <code>MetricDefinition</code> objects, which are used for parsing metrics
10192
10192
  * generated by the algorithm.</p>
10193
10193
  * @public
10194
10194
  */
10195
- MetricDefinitions?: MetricDefinition[];
10195
+ MetricDefinitions?: MetricDefinition[] | undefined;
10196
10196
  /**
10197
10197
  * <p>A list of <code>ChannelSpecification</code> objects, which specify the input sources
10198
10198
  * to be used by the algorithm.</p>
@@ -10204,10 +10204,10 @@ export interface TrainingSpecification {
10204
10204
  * metric in a hyperparameter tuning job.</p>
10205
10205
  * @public
10206
10206
  */
10207
- SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[];
10207
+ SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[] | undefined;
10208
10208
  /**
10209
10209
  * <p>The additional data source used during the training job.</p>
10210
10210
  * @public
10211
10211
  */
10212
- AdditionalS3DataSource?: AdditionalS3DataSource;
10212
+ AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
10213
10213
  }