@aws-sdk/client-sagemaker 3.413.0 → 3.416.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist-cjs/models/models_1.js +5 -1
  2. package/dist-cjs/models/models_2.js +1 -5
  3. package/dist-cjs/models/models_3.js +6 -2
  4. package/dist-cjs/protocols/Aws_json1_1.js +7 -0
  5. package/dist-cjs/runtimeExtensions.js +3 -0
  6. package/dist-es/models/models_1.js +4 -0
  7. package/dist-es/models/models_2.js +0 -4
  8. package/dist-es/models/models_3.js +4 -0
  9. package/dist-es/protocols/Aws_json1_1.js +7 -0
  10. package/dist-es/runtimeExtensions.js +3 -0
  11. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -2
  13. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -0
  14. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -0
  22. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -0
  23. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -0
  25. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +4 -0
  26. package/dist-types/commands/SearchCommand.d.ts +9 -0
  27. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +4 -0
  28. package/dist-types/extensionConfiguration.d.ts +2 -1
  29. package/dist-types/models/models_0.d.ts +29 -17
  30. package/dist-types/models/models_1.d.ts +74 -40
  31. package/dist-types/models/models_2.d.ts +29 -30
  32. package/dist-types/models/models_3.d.ts +19 -20
  33. package/dist-types/models/models_4.d.ts +20 -3
  34. package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  37. package/dist-types/ts3.4/models/models_1.d.ts +9 -3
  38. package/dist-types/ts3.4/models/models_2.d.ts +5 -6
  39. package/dist-types/ts3.4/models/models_3.d.ts +8 -5
  40. package/dist-types/ts3.4/models/models_4.d.ts +4 -1
  41. package/package.json +4 -3
@@ -5729,7 +5729,7 @@ export interface TimeSeriesForecastingJobConfig {
5729
5729
  TimeSeriesConfig: TimeSeriesConfig | undefined;
5730
5730
  /**
5731
5731
  * @public
5732
- * <p>The collection of holiday featurization attributes used to incorporate national holiday
5732
+ * <p>The collection of holidays featurization attributes used to incorporate national holiday
5733
5733
  * information into your forecasting model.</p>
5734
5734
  */
5735
5735
  HolidayConfig?: HolidayConfigAttributes[];
@@ -6231,8 +6231,7 @@ export interface MonitoringCsvDatasetFormat {
6231
6231
  export interface MonitoringJsonDatasetFormat {
6232
6232
  /**
6233
6233
  * @public
6234
- * <p>Indicates if the file should be read as a json object per line.
6235
- * </p>
6234
+ * <p>Indicates if the file should be read as a json object per line. </p>
6236
6235
  */
6237
6236
  Line?: boolean;
6238
6237
  }
@@ -6356,6 +6355,11 @@ export interface BatchTransformInput {
6356
6355
  * Quality Monitoring Jobs</a>.</p>
6357
6356
  */
6358
6357
  EndTimeOffset?: string;
6358
+ /**
6359
+ * @public
6360
+ * <p>The attributes of the input data to exclude from the analysis.</p>
6361
+ */
6362
+ ExcludeFeaturesAttribute?: string;
6359
6363
  }
6360
6364
  /**
6361
6365
  * @public
@@ -6761,18 +6765,20 @@ export interface CanvasAppSettings {
6761
6765
  }
6762
6766
  /**
6763
6767
  * @public
6764
- * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
6765
- * will by default base64 encode when capturing the data.</p>
6768
+ * <p>Configuration specifying how to treat different headers. If no headers are specified
6769
+ * SageMaker will by default base64 encode when capturing the data.</p>
6766
6770
  */
6767
6771
  export interface CaptureContentTypeHeader {
6768
6772
  /**
6769
6773
  * @public
6770
- * <p>The list of all content type headers that SageMaker will treat as CSV and capture accordingly.</p>
6774
+ * <p>The list of all content type headers that SageMaker will treat as CSV and capture
6775
+ * accordingly.</p>
6771
6776
  */
6772
6777
  CsvContentTypes?: string[];
6773
6778
  /**
6774
6779
  * @public
6775
- * <p>The list of all content type headers that SageMaker will treat as JSON and capture accordingly.</p>
6780
+ * <p>The list of all content type headers that SageMaker will treat as JSON and capture
6781
+ * accordingly.</p>
6776
6782
  */
6777
6783
  JsonContentTypes?: string[];
6778
6784
  }
@@ -10083,6 +10089,11 @@ export interface EndpointInput {
10083
10089
  * Quality Monitoring Jobs</a>.</p>
10084
10090
  */
10085
10091
  EndTimeOffset?: string;
10092
+ /**
10093
+ * @public
10094
+ * <p>The attributes of the input data to exclude from the analysis.</p>
10095
+ */
10096
+ ExcludeFeaturesAttribute?: string;
10086
10097
  }
10087
10098
  /**
10088
10099
  * @public
@@ -10162,8 +10173,8 @@ export interface MonitoringOutputConfig {
10162
10173
  MonitoringOutputs: MonitoringOutput[] | undefined;
10163
10174
  /**
10164
10175
  * @public
10165
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model
10166
- * artifacts at rest using Amazon S3 server-side encryption.</p>
10176
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
10177
+ * uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
10167
10178
  */
10168
10179
  KmsKeyId?: string;
10169
10180
  }
@@ -10245,9 +10256,9 @@ export interface MonitoringClusterConfig {
10245
10256
  VolumeSizeInGB: number | undefined;
10246
10257
  /**
10247
10258
  * @public
10248
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data
10249
- * on the storage volume attached to the ML compute instance(s) that run the model monitoring
10250
- * job.</p>
10259
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon
10260
+ * SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s)
10261
+ * that run the model monitoring job.</p>
10251
10262
  */
10252
10263
  VolumeKmsKeyId?: string;
10253
10264
  }
@@ -10298,9 +10309,10 @@ export interface MonitoringStoppingCondition {
10298
10309
  * @public
10299
10310
  * <p>The maximum runtime allowed in seconds.</p>
10300
10311
  * <note>
10301
- * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data quality and
10302
- * model explainability, this can be up to 3600 seconds for an hourly schedule. For model
10303
- * bias and model quality hourly schedules, this can be up to 1800 seconds.</p>
10312
+ * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
10313
+ * quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
10314
+ * For model bias and model quality hourly schedules, this can be up to 1800
10315
+ * seconds.</p>
10304
10316
  * </note>
10305
10317
  */
10306
10318
  MaxRuntimeInSeconds: number | undefined;
@@ -10358,8 +10370,8 @@ export interface CreateDataQualityJobDefinitionRequest {
10358
10370
  StoppingCondition?: MonitoringStoppingCondition;
10359
10371
  /**
10360
10372
  * @public
10361
- * <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
10362
- * User Guide</i>.</p>
10373
+ * <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
10374
+ * Management User Guide</i>.</p>
10363
10375
  */
10364
10376
  Tags?: Tag[];
10365
10377
  }
@@ -690,8 +690,8 @@ export interface DataCaptureConfig {
690
690
  EnableCapture?: boolean;
691
691
  /**
692
692
  * @public
693
- * <p>The percentage of requests SageMaker will capture. A lower value is recommended for
694
- * Endpoints with high traffic.</p>
693
+ * <p>The percentage of requests SageMaker will capture. A lower value is recommended for Endpoints
694
+ * with high traffic.</p>
695
695
  */
696
696
  InitialSamplingPercentage: number | undefined;
697
697
  /**
@@ -701,8 +701,8 @@ export interface DataCaptureConfig {
701
701
  DestinationS3Uri: string | undefined;
702
702
  /**
703
703
  * @public
704
- * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the
705
- * captured data at rest using Amazon S3 server-side encryption.</p>
704
+ * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
705
+ * SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption.</p>
706
706
  * <p>The KmsKeyId can be any of the following formats: </p>
707
707
  * <ul>
708
708
  * <li>
@@ -711,7 +711,7 @@ export interface DataCaptureConfig {
711
711
  * </li>
712
712
  * <li>
713
713
  * <p>Key ARN:
714
- * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
714
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
715
715
  * </p>
716
716
  * </li>
717
717
  * <li>
@@ -728,14 +728,14 @@ export interface DataCaptureConfig {
728
728
  KmsKeyId?: string;
729
729
  /**
730
730
  * @public
731
- * <p>Specifies data Model Monitor will capture. You can configure whether to
732
- * collect only input, only output, or both</p>
731
+ * <p>Specifies data Model Monitor will capture. You can configure whether to collect only
732
+ * input, only output, or both</p>
733
733
  */
734
734
  CaptureOptions: CaptureOption[] | undefined;
735
735
  /**
736
736
  * @public
737
- * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker will
738
- * by default base64 encode when capturing the data.</p>
737
+ * <p>Configuration specifying how to treat different headers. If no headers are specified
738
+ * SageMaker will by default base64 encode when capturing the data.</p>
739
739
  */
740
740
  CaptureContentTypeHeader?: CaptureContentTypeHeader;
741
741
  }
@@ -3548,8 +3548,8 @@ export interface InferenceExperimentDataStorageConfig {
3548
3548
  KmsKey?: string;
3549
3549
  /**
3550
3550
  * @public
3551
- * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
3552
- * will by default base64 encode when capturing the data.</p>
3551
+ * <p>Configuration specifying how to treat different headers. If no headers are specified
3552
+ * SageMaker will by default base64 encode when capturing the data.</p>
3553
3553
  */
3554
3554
  ContentType?: CaptureContentTypeHeader;
3555
3555
  }
@@ -6713,8 +6713,8 @@ export interface ModelBiasAppSpecification {
6713
6713
  /**
6714
6714
  * @public
6715
6715
  * <p>JSON formatted S3 file that defines bias parameters. For more information on this JSON
6716
- * configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-bias-parameters.html">Configure bias
6717
- * parameters</a>.</p>
6716
+ * configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-bias-parameters.html">Configure
6717
+ * bias parameters</a>.</p>
6718
6718
  */
6719
6719
  ConfigUri: string | undefined;
6720
6720
  /**
@@ -6777,8 +6777,7 @@ export interface ModelBiasJobInput {
6777
6777
  export interface CreateModelBiasJobDefinitionRequest {
6778
6778
  /**
6779
6779
  * @public
6780
- * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the
6781
- * Amazon Web Services account.</p>
6780
+ * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
6782
6781
  */
6783
6782
  JobDefinitionName: string | undefined;
6784
6783
  /**
@@ -6824,8 +6823,8 @@ export interface CreateModelBiasJobDefinitionRequest {
6824
6823
  StoppingCondition?: MonitoringStoppingCondition;
6825
6824
  /**
6826
6825
  * @public
6827
- * <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
6828
- * User Guide</i>.</p>
6826
+ * <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
6827
+ * Management User Guide</i>.</p>
6829
6828
  */
6830
6829
  Tags?: Tag[];
6831
6830
  }
@@ -6986,8 +6985,7 @@ export interface ModelExplainabilityAppSpecification {
6986
6985
  /**
6987
6986
  * @public
6988
6987
  * <p>JSON formatted S3 file that defines explainability parameters. For more information on
6989
- * this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html">Configure model
6990
- * explainability parameters</a>.</p>
6988
+ * this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html">Configure model explainability parameters</a>.</p>
6991
6989
  */
6992
6990
  ConfigUri: string | undefined;
6993
6991
  /**
@@ -7035,7 +7033,7 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
7035
7033
  /**
7036
7034
  * @public
7037
7035
  * <p> The name of the model explainability job definition. The name must be unique within an
7038
- * Amazon Web Services Region in the Amazon Web Services account.</p>
7036
+ * Amazon Web Services Region in the Amazon Web Services account.</p>
7039
7037
  */
7040
7038
  JobDefinitionName: string | undefined;
7041
7039
  /**
@@ -7082,8 +7080,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
7082
7080
  StoppingCondition?: MonitoringStoppingCondition;
7083
7081
  /**
7084
7082
  * @public
7085
- * <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
7086
- * User Guide</i>.</p>
7083
+ * <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
7084
+ * Management User Guide</i>.</p>
7087
7085
  */
7088
7086
  Tags?: Tag[];
7089
7087
  }
@@ -7291,6 +7289,18 @@ export interface ModelMetrics {
7291
7289
  */
7292
7290
  Explainability?: Explainability;
7293
7291
  }
7292
+ /**
7293
+ * @public
7294
+ * @enum
7295
+ */
7296
+ export declare const SkipModelValidation: {
7297
+ readonly ALL: "All";
7298
+ readonly NONE: "None";
7299
+ };
7300
+ /**
7301
+ * @public
7302
+ */
7303
+ export type SkipModelValidation = (typeof SkipModelValidation)[keyof typeof SkipModelValidation];
7294
7304
  /**
7295
7305
  * @public
7296
7306
  * <p>Specifies an algorithm that was used to create the model package. The algorithm must
@@ -7503,6 +7513,11 @@ export interface CreateModelPackageInput {
7503
7513
  * compiled artifacts. </p>
7504
7514
  */
7505
7515
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
7516
+ /**
7517
+ * @public
7518
+ * <p>Indicates if you want to skip model validation.</p>
7519
+ */
7520
+ SkipModelValidation?: SkipModelValidation | string;
7506
7521
  }
7507
7522
  /**
7508
7523
  * @public
@@ -7696,8 +7711,8 @@ export interface CreateModelQualityJobDefinitionRequest {
7696
7711
  StoppingCondition?: MonitoringStoppingCondition;
7697
7712
  /**
7698
7713
  * @public
7699
- * <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
7700
- * User Guide</i>.</p>
7714
+ * <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
7715
+ * Management User Guide</i>.</p>
7701
7716
  */
7702
7717
  Tags?: Tag[];
7703
7718
  }
@@ -7894,10 +7909,10 @@ export interface ScheduleConfig {
7894
7909
  /**
7895
7910
  * @public
7896
7911
  * <p>A cron expression that describes details about the monitoring schedule.</p>
7897
- * <p>Currently the only supported cron expressions are:</p>
7912
+ * <p>The supported cron expressions are:</p>
7898
7913
  * <ul>
7899
7914
  * <li>
7900
- * <p>If you want to set the job to start every hour, please use the following:</p>
7915
+ * <p>If you want to set the job to start every hour, use the following:</p>
7901
7916
  * <p>
7902
7917
  * <code>Hourly: cron(0 * ? * * *)</code>
7903
7918
  * </p>
@@ -7948,8 +7963,38 @@ export interface ScheduleConfig {
7948
7963
  * </li>
7949
7964
  * </ul>
7950
7965
  * </note>
7966
+ * <p>You can also specify the keyword <code>NOW</code> to run the monitoring job immediately, one time,
7967
+ * without recurring.</p>
7951
7968
  */
7952
7969
  ScheduleExpression: string | undefined;
7970
+ /**
7971
+ * @public
7972
+ * <p>Sets the start time for a monitoring job window. Express this time as an offset to the
7973
+ * times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the
7974
+ * <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration
7975
+ * format. For example, if you want to monitor the five hours of data in your dataset that
7976
+ * precede the start of each monitoring job, you would specify: <code>"-PT5H"</code>.</p>
7977
+ * <p>The start time that you specify must not precede the end time that you specify by more
7978
+ * than 24 hours. You specify the end time with the <code>DataAnalysisEndTime</code>
7979
+ * parameter.</p>
7980
+ * <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is
7981
+ * required.</p>
7982
+ */
7983
+ DataAnalysisStartTime?: string;
7984
+ /**
7985
+ * @public
7986
+ * <p>Sets the end time for a monitoring job window. Express this time as an offset to the
7987
+ * times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the
7988
+ * <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration
7989
+ * format. For example, if you want to end the window one hour before the start of each
7990
+ * monitoring job, you would specify: <code>"-PT1H"</code>.</p>
7991
+ * <p>The end time that you specify must not follow the start time that you specify by more
7992
+ * than 24 hours. You specify the start time with the <code>DataAnalysisStartTime</code>
7993
+ * parameter.</p>
7994
+ * <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is
7995
+ * required.</p>
7996
+ */
7997
+ DataAnalysisEndTime?: string;
7953
7998
  }
7954
7999
  /**
7955
8000
  * @public
@@ -7983,8 +8028,7 @@ export interface MonitoringScheduleConfig {
7983
8028
  export interface CreateMonitoringScheduleRequest {
7984
8029
  /**
7985
8030
  * @public
7986
- * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
7987
- * an Amazon Web Services account.</p>
8031
+ * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.</p>
7988
8032
  */
7989
8033
  MonitoringScheduleName: string | undefined;
7990
8034
  /**
@@ -7995,8 +8039,8 @@ export interface CreateMonitoringScheduleRequest {
7995
8039
  MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
7996
8040
  /**
7997
8041
  * @public
7998
- * <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
7999
- * User Guide</i>.</p>
8042
+ * <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
8043
+ * Management User Guide</i>.</p>
8000
8044
  */
8001
8045
  Tags?: Tag[];
8002
8046
  }
@@ -10704,16 +10748,6 @@ export interface DeleteEndpointInput {
10704
10748
  */
10705
10749
  EndpointName: string | undefined;
10706
10750
  }
10707
- /**
10708
- * @public
10709
- */
10710
- export interface DeleteEndpointConfigInput {
10711
- /**
10712
- * @public
10713
- * <p>The name of the endpoint configuration that you want to delete.</p>
10714
- */
10715
- EndpointConfigName: string | undefined;
10716
- }
10717
10751
  /**
10718
10752
  * @internal
10719
10753
  */
@@ -1,5 +1,15 @@
1
1
  import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EdgeOutputConfig, EdgePresetDeploymentType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
2
+ import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface DeleteEndpointConfigInput {
7
+ /**
8
+ * @public
9
+ * <p>The name of the endpoint configuration that you want to delete.</p>
10
+ */
11
+ EndpointConfigName: string | undefined;
12
+ }
3
13
  /**
4
14
  * @public
5
15
  */
@@ -4957,8 +4967,7 @@ export interface DescribeModelOutput {
4957
4967
  export interface DescribeModelBiasJobDefinitionRequest {
4958
4968
  /**
4959
4969
  * @public
4960
- * <p>The name of the model bias job definition. The name must be unique within an Amazon Web Services Region
4961
- * in the Amazon Web Services account.</p>
4970
+ * <p>The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
4962
4971
  */
4963
4972
  JobDefinitionName: string | undefined;
4964
4973
  }
@@ -4973,8 +4982,7 @@ export interface DescribeModelBiasJobDefinitionResponse {
4973
4982
  JobDefinitionArn: string | undefined;
4974
4983
  /**
4975
4984
  * @public
4976
- * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the
4977
- * Amazon Web Services account.</p>
4985
+ * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
4978
4986
  */
4979
4987
  JobDefinitionName: string | undefined;
4980
4988
  /**
@@ -5014,9 +5022,9 @@ export interface DescribeModelBiasJobDefinitionResponse {
5014
5022
  NetworkConfig?: MonitoringNetworkConfig;
5015
5023
  /**
5016
5024
  * @public
5017
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
5018
- * has read permission to the input data location and write permission to the output data
5019
- * location in Amazon S3.</p>
5025
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management
5026
+ * (IAM) role that has read permission to the input data location and write permission to the
5027
+ * output data location in Amazon S3.</p>
5020
5028
  */
5021
5029
  RoleArn: string | undefined;
5022
5030
  /**
@@ -5275,7 +5283,7 @@ export interface DescribeModelExplainabilityJobDefinitionRequest {
5275
5283
  /**
5276
5284
  * @public
5277
5285
  * <p>The name of the model explainability job definition. The name must be unique within an
5278
- * Amazon Web Services Region in the Amazon Web Services account.</p>
5286
+ * Amazon Web Services Region in the Amazon Web Services account.</p>
5279
5287
  */
5280
5288
  JobDefinitionName: string | undefined;
5281
5289
  }
@@ -5290,8 +5298,7 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
5290
5298
  JobDefinitionArn: string | undefined;
5291
5299
  /**
5292
5300
  * @public
5293
- * <p>The name of the explainability job definition. The name must be unique within an Amazon Web Services
5294
- * Region in the Amazon Web Services account.</p>
5301
+ * <p>The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
5295
5302
  */
5296
5303
  JobDefinitionName: string | undefined;
5297
5304
  /**
@@ -5332,9 +5339,9 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
5332
5339
  NetworkConfig?: MonitoringNetworkConfig;
5333
5340
  /**
5334
5341
  * @public
5335
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
5336
- * has read permission to the input data location and write permission to the output data
5337
- * location in Amazon S3.</p>
5342
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management
5343
+ * (IAM) role that has read permission to the input data location and write permission to the
5344
+ * output data location in Amazon S3.</p>
5338
5345
  */
5339
5346
  RoleArn: string | undefined;
5340
5347
  /**
@@ -5547,6 +5554,11 @@ export interface DescribeModelPackageOutput {
5547
5554
  * be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.</p>
5548
5555
  */
5549
5556
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
5557
+ /**
5558
+ * @public
5559
+ * <p>Indicates if you want to skip model validation.</p>
5560
+ */
5561
+ SkipModelValidation?: SkipModelValidation | string;
5550
5562
  }
5551
5563
  /**
5552
5564
  * @public
@@ -5616,8 +5628,8 @@ export interface DescribeModelPackageGroupOutput {
5616
5628
  export interface DescribeModelQualityJobDefinitionRequest {
5617
5629
  /**
5618
5630
  * @public
5619
- * <p>The name of the model quality job. The name must be unique within an Amazon Web Services Region in the
5620
- * Amazon Web Services account.</p>
5631
+ * <p>The name of the model quality job. The name must be unique within an Amazon Web Services
5632
+ * Region in the Amazon Web Services account.</p>
5621
5633
  */
5622
5634
  JobDefinitionName: string | undefined;
5623
5635
  }
@@ -5632,8 +5644,7 @@ export interface DescribeModelQualityJobDefinitionResponse {
5632
5644
  JobDefinitionArn: string | undefined;
5633
5645
  /**
5634
5646
  * @public
5635
- * <p>The name of the quality job definition. The name must be unique within an Amazon Web Services Region in
5636
- * the Amazon Web Services account.</p>
5647
+ * <p>The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
5637
5648
  */
5638
5649
  JobDefinitionName: string | undefined;
5639
5650
  /**
@@ -9605,18 +9616,6 @@ export declare const FeatureGroupSortBy: {
9605
9616
  * @public
9606
9617
  */
9607
9618
  export type FeatureGroupSortBy = (typeof FeatureGroupSortBy)[keyof typeof FeatureGroupSortBy];
9608
- /**
9609
- * @public
9610
- * @enum
9611
- */
9612
- export declare const FeatureGroupSortOrder: {
9613
- readonly ASCENDING: "Ascending";
9614
- readonly DESCENDING: "Descending";
9615
- };
9616
- /**
9617
- * @public
9618
- */
9619
- export type FeatureGroupSortOrder = (typeof FeatureGroupSortOrder)[keyof typeof FeatureGroupSortOrder];
9620
9619
  /**
9621
9620
  * @internal
9622
9621
  */
@@ -1,6 +1,18 @@
1
1
  import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputParameter, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataProcessing, DriftCheckBaselines, ExperimentConfig, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, RecommendationJobType, ResourceLimits, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TrialComponentStatus, TtlDuration } from "./models_1";
3
- import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
2
+ import { _InstanceType, DataProcessing, DriftCheckBaselines, ExperimentConfig, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, RecommendationJobType, ResourceLimits, SkipModelValidation, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TrialComponentStatus, TtlDuration } from "./models_1";
3
+ import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const FeatureGroupSortOrder: {
9
+ readonly ASCENDING: "Ascending";
10
+ readonly DESCENDING: "Descending";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type FeatureGroupSortOrder = (typeof FeatureGroupSortOrder)[keyof typeof FeatureGroupSortOrder];
4
16
  /**
5
17
  * @public
6
18
  * <p>The name, ARN, <code>CreationTime</code>, <code>FeatureGroup</code> values,
@@ -9087,6 +9099,11 @@ export interface ModelPackage {
9087
9099
  * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.</p>
9088
9100
  */
9089
9101
  DriftCheckBaselines?: DriftCheckBaselines;
9102
+ /**
9103
+ * @public
9104
+ * <p>Indicates if you want to skip model validation.</p>
9105
+ */
9106
+ SkipModelValidation?: SkipModelValidation | string;
9090
9107
  }
9091
9108
  /**
9092
9109
  * @public
@@ -9221,24 +9238,6 @@ export interface OnlineStoreConfigUpdate {
9221
9238
  */
9222
9239
  TtlDuration?: TtlDuration;
9223
9240
  }
9224
- /**
9225
- * @public
9226
- * <p>The trial that a trial component is associated with and the experiment the trial is part
9227
- * of. A component might not be associated with a trial. A component can be associated with
9228
- * multiple trials.</p>
9229
- */
9230
- export interface Parent {
9231
- /**
9232
- * @public
9233
- * <p>The name of the trial.</p>
9234
- */
9235
- TrialName?: string;
9236
- /**
9237
- * @public
9238
- * <p>The name of the experiment.</p>
9239
- */
9240
- ExperimentName?: string;
9241
- }
9242
9241
  /**
9243
9242
  * @internal
9244
9243
  */
@@ -1,7 +1,25 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BooleanOperator, Channel, CheckpointConfig, EdgeOutputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureParameter, MetricData, ModelArtifacts, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
4
- import { FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Parent, ResourceType, TransformJob } from "./models_3";
4
+ import { FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, ResourceType, TransformJob } from "./models_3";
5
+ /**
6
+ * @public
7
+ * <p>The trial that a trial component is associated with and the experiment the trial is part
8
+ * of. A component might not be associated with a trial. A component can be associated with
9
+ * multiple trials.</p>
10
+ */
11
+ export interface Parent {
12
+ /**
13
+ * @public
14
+ * <p>The name of the trial.</p>
15
+ */
16
+ TrialName?: string;
17
+ /**
18
+ * @public
19
+ * <p>The name of the experiment.</p>
20
+ */
21
+ ExperimentName?: string;
22
+ }
5
23
  /**
6
24
  * @public
7
25
  * <p>A SageMaker Model Building Pipeline instance.</p>
@@ -2724,8 +2742,7 @@ export interface UpdateMonitoringAlertResponse {
2724
2742
  export interface UpdateMonitoringScheduleRequest {
2725
2743
  /**
2726
2744
  * @public
2727
- * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
2728
- * an Amazon Web Services account.</p>
2745
+ * <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.</p>
2729
2746
  */
2730
2747
  MonitoringScheduleName: string | undefined;
2731
2748
  /**
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DeleteEndpointConfigInput } from "../models/models_1";
9
+ import { DeleteEndpointConfigInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -1,5 +1,7 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  export interface SageMakerExtensionConfiguration
4
5
  extends HttpHandlerExtensionConfiguration,
5
- DefaultExtensionConfiguration {}
6
+ DefaultExtensionConfiguration,
7
+ AwsRegionExtensionConfiguration {}
@@ -1383,6 +1383,7 @@ export interface BatchTransformInput {
1383
1383
  ProbabilityThresholdAttribute?: number;
1384
1384
  StartTimeOffset?: string;
1385
1385
  EndTimeOffset?: string;
1386
+ ExcludeFeaturesAttribute?: string;
1386
1387
  }
1387
1388
  export interface BestObjectiveNotImproving {
1388
1389
  MaxNumberOfTrainingJobsNotImproving?: number;
@@ -2139,6 +2140,7 @@ export interface EndpointInput {
2139
2140
  ProbabilityThresholdAttribute?: number;
2140
2141
  StartTimeOffset?: string;
2141
2142
  EndTimeOffset?: string;
2143
+ ExcludeFeaturesAttribute?: string;
2142
2144
  }
2143
2145
  export interface DataQualityJobInput {
2144
2146
  EndpointInput?: EndpointInput;