@@ -6739,8 +6739,7 @@ export interface MonitoringCsvDatasetFormat {
6739
6739
export interface MonitoringJsonDatasetFormat {
6740
6740
/**
6741
6741
* @public
6742
- * <p>Indicates if the file should be read as a json object per line.
6743
- * </p>
6742
+ * <p>Indicates if the file should be read as a JSON object per line. </p>
6744
6743
*/
6745
6744
Line ?: boolean ;
6746
6745
}
@@ -7336,19 +7335,21 @@ export interface CanvasAppSettings {
7336
7335
7337
7336
/**
7338
7337
* @public
7339
- * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
7340
- * will by default base64 encode when capturing the data.</p>
7338
+ * <p>Configuration specifying how to treat different headers. If no headers are specified
7339
+ * Amazon SageMaker will by default base64 encode when capturing the data.</p>
7341
7340
*/
7342
7341
export interface CaptureContentTypeHeader {
7343
7342
/**
7344
7343
* @public
7345
- * <p>The list of all content type headers that SageMaker will treat as CSV and capture accordingly.</p>
7344
+ * <p>The list of all content type headers that Amazon SageMaker will treat as CSV and
7345
+ * capture accordingly.</p>
7346
7346
*/
7347
7347
CsvContentTypes ?: string [ ] ;
7348
7348
7349
7349
/**
7350
7350
* @public
7351
- * <p>The list of all content type headers that SageMaker will treat as JSON and capture accordingly.</p>
7351
+ * <p>The list of all content type headers that SageMaker will treat as JSON and
7352
+ * capture accordingly.</p>
7352
7353
*/
7353
7354
JsonContentTypes ?: string [ ] ;
7354
7355
}
@@ -10835,16 +10836,15 @@ export interface DataQualityAppSpecification {
10835
10836
/**
10836
10837
* @public
10837
10838
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
10838
- * base64 decode the payload and convert it into a flatted json so that the built-in container
10839
- * can use the converted data. Applicable only for the built-in (first party)
10840
- * containers.</p>
10839
+ * base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
10840
+ * the converted data. Applicable only for the built-in (first party) containers.</p>
10841
10841
*/
10842
10842
RecordPreprocessorSourceUri ?: string ;
10843
10843
10844
10844
/**
10845
10845
* @public
10846
- * <p>An Amazon S3 URI to a script that is called after analysis has been performed.
10847
- * Applicable only for the built-in (first party) containers.</p>
10846
+ * <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
10847
+ * only for the built-in (first party) containers.</p>
10848
10848
*/
10849
10849
PostAnalyticsProcessorSourceUri ?: string ;
10850
10850
@@ -10881,9 +10881,9 @@ export interface MonitoringStatisticsResource {
10881
10881
10882
10882
/**
10883
10883
* @public
10884
- * <p>Configuration for monitoring constraints and monitoring statistics. These baseline
10885
- * resources are compared against the results of the current job from the series of jobs
10886
- * scheduled to collect data periodically.</p>
10884
+ * <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
10885
+ * compared against the results of the current job from the series of jobs scheduled to collect data
10886
+ * periodically.</p>
10887
10887
*/
10888
10888
export interface DataQualityBaselineConfig {
10889
10889
/**
@@ -10934,8 +10934,8 @@ export interface EndpointInput {
10934
10934
10935
10935
/**
10936
10936
* @public
10937
- * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
10938
- * Defaults to <code>FullyReplicated</code>
10937
+ * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
10938
+ * Amazon S3 key. Defaults to <code>FullyReplicated</code>
10939
10939
* </p>
10940
10940
*/
10941
10941
S3DataDistributionType ?: ProcessingS3DataDistributionType | string ;
@@ -11022,15 +11022,16 @@ export type ProcessingS3UploadMode = (typeof ProcessingS3UploadMode)[keyof typeo
11022
11022
export interface MonitoringS3Output {
11023
11023
/**
11024
11024
* @public
11025
- * <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a
11026
- * monitoring job.</p>
11025
+ * <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
11026
+ * saves the results of a monitoring job.</p>
11027
11027
*/
11028
11028
S3Uri : string | undefined ;
11029
11029
11030
11030
/**
11031
11031
* @public
11032
- * <p>The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a
11033
- * monitoring job. LocalPath is an absolute path for the output data.</p>
11032
+ * <p>The local path to the Amazon S3 storage location where Amazon SageMaker
11033
+ * saves the results of a monitoring job. LocalPath is an absolute path for the output
11034
+ * data.</p>
11034
11035
*/
11035
11036
LocalPath : string | undefined ;
11036
11037
@@ -11049,7 +11050,8 @@ export interface MonitoringS3Output {
11049
11050
export interface MonitoringOutput {
11050
11051
/**
11051
11052
* @public
11052
- * <p>The Amazon S3 storage location where the results of a monitoring job are saved.</p>
11053
+ * <p>The Amazon S3 storage location where the results of a monitoring job are
11054
+ * saved.</p>
11053
11055
*/
11054
11056
S3Output : MonitoringS3Output | undefined ;
11055
11057
}
@@ -11068,8 +11070,8 @@ export interface MonitoringOutputConfig {
11068
11070
11069
11071
/**
11070
11072
* @public
11071
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model
11072
- * artifacts at rest using Amazon S3 server-side encryption.</p>
11073
+ * <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
11074
+ * encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
11073
11075
*/
11074
11076
KmsKeyId ?: string ;
11075
11077
}
@@ -11157,9 +11159,9 @@ export interface MonitoringClusterConfig {
11157
11159
11158
11160
/**
11159
11161
* @public
11160
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data
11161
- * on the storage volume attached to the ML compute instance(s) that run the model monitoring
11162
- * job.</p>
11162
+ * <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
11163
+ * encrypt data on the storage volume attached to the ML compute instance(s) that run the
11164
+ * model monitoring job.</p>
11163
11165
*/
11164
11166
VolumeKmsKeyId ?: string ;
11165
11167
}
@@ -11215,9 +11217,10 @@ export interface MonitoringStoppingCondition {
11215
11217
* @public
11216
11218
* <p>The maximum runtime allowed in seconds.</p>
11217
11219
* <note>
11218
- * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data quality and
11219
- * model explainability, this can be up to 3600 seconds for an hourly schedule. For model
11220
- * bias and model quality hourly schedules, this can be up to 1800 seconds.</p>
11220
+ * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
11221
+ * quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
11222
+ * For model bias and model quality hourly schedules, this can be up to 1800
11223
+ * seconds.</p>
11221
11224
* </note>
11222
11225
*/
11223
11226
MaxRuntimeInSeconds : number | undefined ;
@@ -11272,8 +11275,8 @@ export interface CreateDataQualityJobDefinitionRequest {
11272
11275
11273
11276
/**
11274
11277
* @public
11275
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
11276
- * perform tasks on your behalf.</p>
11278
+ * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
11279
+ * assume to perform tasks on your behalf.</p>
11277
11280
*/
11278
11281
RoleArn : string | undefined ;
11279
11282
@@ -11285,8 +11288,9 @@ export interface CreateDataQualityJobDefinitionRequest {
11285
11288
11286
11289
/**
11287
11290
* @public
11288
- * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
11289
- * User Guide</i>.</p>
11291
+ * <p>(Optional) An array of key-value pairs. For more information, see
11292
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
11293
+ * Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
11290
11294
*/
11291
11295
Tags ?: Tag [ ] ;
11292
11296
}
0 commit comments