@aws-sdk/client-sagemaker 3.413.0 → 3.414.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/models/models_2.js +1 -5
- package/dist-cjs/models/models_3.js +6 -2
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_2.js +0 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -0
- package/dist-types/commands/SearchCommand.d.ts +1 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +37 -33
- package/dist-types/models/models_1.d.ts +79 -74
- package/dist-types/models/models_2.d.ts +35 -38
- package/dist-types/models/models_3.d.ts +53 -52
- package/dist-types/models/models_4.d.ts +23 -5
- package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_1.d.ts +7 -3
- package/dist-types/ts3.4/models/models_2.d.ts +5 -6
- package/dist-types/ts3.4/models/models_3.d.ts +8 -5
- package/dist-types/ts3.4/models/models_4.d.ts +4 -1
- package/package.json +4 -3
|
@@ -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
|
|
694
|
-
* Endpoints with high traffic.</p>
|
|
693
|
+
* <p>The percentage of requests SageMaker will capture. A lower value is recommended
|
|
694
|
+
* for Endpoints with high traffic.</p>
|
|
695
695
|
*/
|
|
696
696
|
InitialSamplingPercentage: number | undefined;
|
|
697
697
|
/**
|
|
@@ -701,8 +701,9 @@ export interface DataCaptureConfig {
|
|
|
701
701
|
DestinationS3Uri: string | undefined;
|
|
702
702
|
/**
|
|
703
703
|
* @public
|
|
704
|
-
* <p>The Amazon Resource Name (ARN) of
|
|
705
|
-
*
|
|
704
|
+
* <p>The Amazon Resource Name (ARN) of an Key Management Service key that SageMaker
|
|
705
|
+
* uses to encrypt the captured data at rest using Amazon S3 server-side
|
|
706
|
+
* encryption.</p>
|
|
706
707
|
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
707
708
|
* <ul>
|
|
708
709
|
* <li>
|
|
@@ -711,7 +712,7 @@ export interface DataCaptureConfig {
|
|
|
711
712
|
* </li>
|
|
712
713
|
* <li>
|
|
713
714
|
* <p>Key ARN:
|
|
714
|
-
*
|
|
715
|
+
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
715
716
|
* </p>
|
|
716
717
|
* </li>
|
|
717
718
|
* <li>
|
|
@@ -728,14 +729,14 @@ export interface DataCaptureConfig {
|
|
|
728
729
|
KmsKeyId?: string;
|
|
729
730
|
/**
|
|
730
731
|
* @public
|
|
731
|
-
* <p>Specifies data Model Monitor will capture. You can configure whether to
|
|
732
|
-
*
|
|
732
|
+
* <p>Specifies data Model Monitor will capture. You can configure whether to collect only
|
|
733
|
+
* input, only output, or both</p>
|
|
733
734
|
*/
|
|
734
735
|
CaptureOptions: CaptureOption[] | undefined;
|
|
735
736
|
/**
|
|
736
737
|
* @public
|
|
737
|
-
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
738
|
-
*
|
|
738
|
+
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
739
|
+
* SageMaker will by default base64 encode when capturing the data.</p>
|
|
739
740
|
*/
|
|
740
741
|
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
741
742
|
}
|
|
@@ -3548,8 +3549,8 @@ export interface InferenceExperimentDataStorageConfig {
|
|
|
3548
3549
|
KmsKey?: string;
|
|
3549
3550
|
/**
|
|
3550
3551
|
* @public
|
|
3551
|
-
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
3552
|
-
*
|
|
3552
|
+
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
3553
|
+
* Amazon SageMaker will by default base64 encode when capturing the data.</p>
|
|
3553
3554
|
*/
|
|
3554
3555
|
ContentType?: CaptureContentTypeHeader;
|
|
3555
3556
|
}
|
|
@@ -6713,8 +6714,8 @@ export interface ModelBiasAppSpecification {
|
|
|
6713
6714
|
/**
|
|
6714
6715
|
* @public
|
|
6715
6716
|
* <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
|
|
6717
|
-
*
|
|
6717
|
+
* configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-bias-parameters.html">Configure
|
|
6718
|
+
* bias parameters</a>.</p>
|
|
6718
6719
|
*/
|
|
6719
6720
|
ConfigUri: string | undefined;
|
|
6720
6721
|
/**
|
|
@@ -6777,8 +6778,8 @@ export interface ModelBiasJobInput {
|
|
|
6777
6778
|
export interface CreateModelBiasJobDefinitionRequest {
|
|
6778
6779
|
/**
|
|
6779
6780
|
* @public
|
|
6780
|
-
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
6781
|
-
*
|
|
6781
|
+
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
6782
|
+
* Region in the Amazon Web Services account.</p>
|
|
6782
6783
|
*/
|
|
6783
6784
|
JobDefinitionName: string | undefined;
|
|
6784
6785
|
/**
|
|
@@ -6813,8 +6814,8 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6813
6814
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
6814
6815
|
/**
|
|
6815
6816
|
* @public
|
|
6816
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
6817
|
-
*
|
|
6817
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
6818
|
+
* assume to perform tasks on your behalf.</p>
|
|
6818
6819
|
*/
|
|
6819
6820
|
RoleArn: string | undefined;
|
|
6820
6821
|
/**
|
|
@@ -6824,8 +6825,9 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6824
6825
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
6825
6826
|
/**
|
|
6826
6827
|
* @public
|
|
6827
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
6828
|
-
*
|
|
6828
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
6829
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
6830
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
6829
6831
|
*/
|
|
6830
6832
|
Tags?: Tag[];
|
|
6831
6833
|
}
|
|
@@ -6985,9 +6987,8 @@ export interface ModelExplainabilityAppSpecification {
|
|
|
6985
6987
|
ImageUri: string | undefined;
|
|
6986
6988
|
/**
|
|
6987
6989
|
* @public
|
|
6988
|
-
* <p>JSON formatted S3 file that defines explainability parameters. For more
|
|
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>
|
|
6990
|
+
* <p>JSON formatted Amazon S3 file that defines explainability parameters. For more
|
|
6991
|
+
* information on 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
6992
|
*/
|
|
6992
6993
|
ConfigUri: string | undefined;
|
|
6993
6994
|
/**
|
|
@@ -7035,7 +7036,7 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7035
7036
|
/**
|
|
7036
7037
|
* @public
|
|
7037
7038
|
* <p> The name of the model explainability job definition. The name must be unique within an
|
|
7038
|
-
*
|
|
7039
|
+
* Amazon Web Services Region in the Amazon Web Services account.</p>
|
|
7039
7040
|
*/
|
|
7040
7041
|
JobDefinitionName: string | undefined;
|
|
7041
7042
|
/**
|
|
@@ -7045,8 +7046,7 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7045
7046
|
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
7046
7047
|
/**
|
|
7047
7048
|
* @public
|
|
7048
|
-
* <p>Configures the model explainability job to run a specified Docker container
|
|
7049
|
-
* image.</p>
|
|
7049
|
+
* <p>Configures the model explainability job to run a specified Docker container image.</p>
|
|
7050
7050
|
*/
|
|
7051
7051
|
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
7052
7052
|
/**
|
|
@@ -7071,8 +7071,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7071
7071
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7072
7072
|
/**
|
|
7073
7073
|
* @public
|
|
7074
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7075
|
-
*
|
|
7074
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7075
|
+
* assume to perform tasks on your behalf.</p>
|
|
7076
7076
|
*/
|
|
7077
7077
|
RoleArn: string | undefined;
|
|
7078
7078
|
/**
|
|
@@ -7082,8 +7082,9 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7082
7082
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7083
7083
|
/**
|
|
7084
7084
|
* @public
|
|
7085
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7086
|
-
*
|
|
7085
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7086
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
7087
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7087
7088
|
*/
|
|
7088
7089
|
Tags?: Tag[];
|
|
7089
7090
|
}
|
|
@@ -7291,6 +7292,18 @@ export interface ModelMetrics {
|
|
|
7291
7292
|
*/
|
|
7292
7293
|
Explainability?: Explainability;
|
|
7293
7294
|
}
|
|
7295
|
+
/**
|
|
7296
|
+
* @public
|
|
7297
|
+
* @enum
|
|
7298
|
+
*/
|
|
7299
|
+
export declare const SkipModelValidation: {
|
|
7300
|
+
readonly ALL: "All";
|
|
7301
|
+
readonly NONE: "None";
|
|
7302
|
+
};
|
|
7303
|
+
/**
|
|
7304
|
+
* @public
|
|
7305
|
+
*/
|
|
7306
|
+
export type SkipModelValidation = (typeof SkipModelValidation)[keyof typeof SkipModelValidation];
|
|
7294
7307
|
/**
|
|
7295
7308
|
* @public
|
|
7296
7309
|
* <p>Specifies an algorithm that was used to create the model package. The algorithm must
|
|
@@ -7503,6 +7516,11 @@ export interface CreateModelPackageInput {
|
|
|
7503
7516
|
* compiled artifacts. </p>
|
|
7504
7517
|
*/
|
|
7505
7518
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
7519
|
+
/**
|
|
7520
|
+
* @public
|
|
7521
|
+
* <p>Indicates if you want to skip model validation.</p>
|
|
7522
|
+
*/
|
|
7523
|
+
SkipModelValidation?: SkipModelValidation | string;
|
|
7506
7524
|
}
|
|
7507
7525
|
/**
|
|
7508
7526
|
* @public
|
|
@@ -7582,15 +7600,14 @@ export interface ModelQualityAppSpecification {
|
|
|
7582
7600
|
/**
|
|
7583
7601
|
* @public
|
|
7584
7602
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7585
|
-
*
|
|
7586
|
-
*
|
|
7587
|
-
* containers.</p>
|
|
7603
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
7604
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
7588
7605
|
*/
|
|
7589
7606
|
RecordPreprocessorSourceUri?: string;
|
|
7590
7607
|
/**
|
|
7591
7608
|
* @public
|
|
7592
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7593
|
-
*
|
|
7609
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
7610
|
+
* only for the built-in (first party) containers.</p>
|
|
7594
7611
|
*/
|
|
7595
7612
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7596
7613
|
/**
|
|
@@ -7606,9 +7623,9 @@ export interface ModelQualityAppSpecification {
|
|
|
7606
7623
|
}
|
|
7607
7624
|
/**
|
|
7608
7625
|
* @public
|
|
7609
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7610
|
-
*
|
|
7611
|
-
*
|
|
7626
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
7627
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
7628
|
+
* periodically.</p>
|
|
7612
7629
|
*/
|
|
7613
7630
|
export interface ModelQualityBaselineConfig {
|
|
7614
7631
|
/**
|
|
@@ -7624,7 +7641,7 @@ export interface ModelQualityBaselineConfig {
|
|
|
7624
7641
|
}
|
|
7625
7642
|
/**
|
|
7626
7643
|
* @public
|
|
7627
|
-
* <p>The input for the model quality monitoring job. Currently
|
|
7644
|
+
* <p>The input for the model quality monitoring job. Currently endpoints are supported for
|
|
7628
7645
|
* input for model quality monitoring jobs.</p>
|
|
7629
7646
|
*/
|
|
7630
7647
|
export interface ModelQualityJobInput {
|
|
@@ -7685,8 +7702,8 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7685
7702
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7686
7703
|
/**
|
|
7687
7704
|
* @public
|
|
7688
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7689
|
-
*
|
|
7705
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7706
|
+
* assume to perform tasks on your behalf.</p>
|
|
7690
7707
|
*/
|
|
7691
7708
|
RoleArn: string | undefined;
|
|
7692
7709
|
/**
|
|
@@ -7696,8 +7713,9 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7696
7713
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7697
7714
|
/**
|
|
7698
7715
|
* @public
|
|
7699
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7700
|
-
*
|
|
7716
|
+
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7717
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
|
|
7718
|
+
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7701
7719
|
*/
|
|
7702
7720
|
Tags?: Tag[];
|
|
7703
7721
|
}
|
|
@@ -7713,9 +7731,9 @@ export interface CreateModelQualityJobDefinitionResponse {
|
|
|
7713
7731
|
}
|
|
7714
7732
|
/**
|
|
7715
7733
|
* @public
|
|
7716
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7717
|
-
*
|
|
7718
|
-
*
|
|
7734
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
|
|
7735
|
+
* compared against the results of the current job from the series of jobs scheduled to collect data
|
|
7736
|
+
* periodically.</p>
|
|
7719
7737
|
*/
|
|
7720
7738
|
export interface MonitoringBaselineConfig {
|
|
7721
7739
|
/**
|
|
@@ -7731,8 +7749,8 @@ export interface MonitoringBaselineConfig {
|
|
|
7731
7749
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
7732
7750
|
/**
|
|
7733
7751
|
* @public
|
|
7734
|
-
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should
|
|
7735
|
-
* validated against.</p>
|
|
7752
|
+
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should
|
|
7753
|
+
* be validated against.</p>
|
|
7736
7754
|
*/
|
|
7737
7755
|
StatisticsResource?: MonitoringStatisticsResource;
|
|
7738
7756
|
}
|
|
@@ -7759,15 +7777,14 @@ export interface MonitoringAppSpecification {
|
|
|
7759
7777
|
/**
|
|
7760
7778
|
* @public
|
|
7761
7779
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7762
|
-
*
|
|
7763
|
-
*
|
|
7764
|
-
* containers.</p>
|
|
7780
|
+
* base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
|
|
7781
|
+
* the converted data. Applicable only for the built-in (first party) containers.</p>
|
|
7765
7782
|
*/
|
|
7766
7783
|
RecordPreprocessorSourceUri?: string;
|
|
7767
7784
|
/**
|
|
7768
7785
|
* @public
|
|
7769
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7770
|
-
*
|
|
7786
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
|
|
7787
|
+
* only for the built-in (first party) containers.</p>
|
|
7771
7788
|
*/
|
|
7772
7789
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7773
7790
|
}
|
|
@@ -7829,14 +7846,12 @@ export interface MonitoringJobDefinition {
|
|
|
7829
7846
|
BaselineConfig?: MonitoringBaselineConfig;
|
|
7830
7847
|
/**
|
|
7831
7848
|
* @public
|
|
7832
|
-
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker
|
|
7833
|
-
* Endpoint.</p>
|
|
7849
|
+
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.</p>
|
|
7834
7850
|
*/
|
|
7835
7851
|
MonitoringInputs: MonitoringInput[] | undefined;
|
|
7836
7852
|
/**
|
|
7837
7853
|
* @public
|
|
7838
|
-
* <p>The array of outputs from the monitoring job to be uploaded to Amazon
|
|
7839
|
-
* Service (Amazon S3).</p>
|
|
7854
|
+
* <p>The array of outputs from the monitoring job to be uploaded to Amazon S3.</p>
|
|
7840
7855
|
*/
|
|
7841
7856
|
MonitoringOutputConfig: MonitoringOutputConfig | undefined;
|
|
7842
7857
|
/**
|
|
@@ -7867,8 +7882,8 @@ export interface MonitoringJobDefinition {
|
|
|
7867
7882
|
NetworkConfig?: NetworkConfig;
|
|
7868
7883
|
/**
|
|
7869
7884
|
* @public
|
|
7870
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7871
|
-
*
|
|
7885
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7886
|
+
* assume to perform tasks on your behalf.</p>
|
|
7872
7887
|
*/
|
|
7873
7888
|
RoleArn: string | undefined;
|
|
7874
7889
|
}
|
|
@@ -7983,20 +7998,20 @@ export interface MonitoringScheduleConfig {
|
|
|
7983
7998
|
export interface CreateMonitoringScheduleRequest {
|
|
7984
7999
|
/**
|
|
7985
8000
|
* @public
|
|
7986
|
-
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
7987
|
-
*
|
|
8001
|
+
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
8002
|
+
* Region within an Amazon Web Services account.</p>
|
|
7988
8003
|
*/
|
|
7989
8004
|
MonitoringScheduleName: string | undefined;
|
|
7990
8005
|
/**
|
|
7991
8006
|
* @public
|
|
7992
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
7993
|
-
*
|
|
8007
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the monitoring
|
|
8008
|
+
* job.</p>
|
|
7994
8009
|
*/
|
|
7995
8010
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
7996
8011
|
/**
|
|
7997
8012
|
* @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
|
|
7999
|
-
* User Guide</i>.</p>
|
|
8013
|
+
* <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
|
|
8014
|
+
* Management User Guide</i>.</p>
|
|
8000
8015
|
*/
|
|
8001
8016
|
Tags?: Tag[];
|
|
8002
8017
|
}
|
|
@@ -10704,16 +10719,6 @@ export interface DeleteEndpointInput {
|
|
|
10704
10719
|
*/
|
|
10705
10720
|
EndpointName: string | undefined;
|
|
10706
10721
|
}
|
|
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
10722
|
/**
|
|
10718
10723
|
* @internal
|
|
10719
10724
|
*/
|
|
@@ -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
|
*/
|
|
@@ -1630,8 +1640,8 @@ export interface DescribeDataQualityJobDefinitionResponse {
|
|
|
1630
1640
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
1631
1641
|
/**
|
|
1632
1642
|
* @public
|
|
1633
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
1634
|
-
*
|
|
1643
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
1644
|
+
* assume to perform tasks on your behalf.</p>
|
|
1635
1645
|
*/
|
|
1636
1646
|
RoleArn: string | undefined;
|
|
1637
1647
|
/**
|
|
@@ -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,8 @@ 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
|
|
4977
|
-
*
|
|
4985
|
+
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
4986
|
+
* Region in the Amazon Web Services account.</p>
|
|
4978
4987
|
*/
|
|
4979
4988
|
JobDefinitionName: string | undefined;
|
|
4980
4989
|
/**
|
|
@@ -5014,9 +5023,8 @@ export interface DescribeModelBiasJobDefinitionResponse {
|
|
|
5014
5023
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5015
5024
|
/**
|
|
5016
5025
|
* @public
|
|
5017
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5018
|
-
*
|
|
5019
|
-
* location in Amazon S3.</p>
|
|
5026
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that has read permission to the
|
|
5027
|
+
* input data location and write permission to the 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
|
-
*
|
|
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
|
/**
|
|
@@ -5306,8 +5313,7 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
5306
5313
|
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
5307
5314
|
/**
|
|
5308
5315
|
* @public
|
|
5309
|
-
* <p>Configures the model explainability job to run a specified Docker container
|
|
5310
|
-
* image.</p>
|
|
5316
|
+
* <p>Configures the model explainability job to run a specified Docker container image.</p>
|
|
5311
5317
|
*/
|
|
5312
5318
|
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
5313
5319
|
/**
|
|
@@ -5332,9 +5338,8 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
5332
5338
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5333
5339
|
/**
|
|
5334
5340
|
* @public
|
|
5335
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5336
|
-
*
|
|
5337
|
-
* location in Amazon S3.</p>
|
|
5341
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that has read permission to the
|
|
5342
|
+
* input data location and write permission to the output data location in Amazon S3.</p>
|
|
5338
5343
|
*/
|
|
5339
5344
|
RoleArn: string | undefined;
|
|
5340
5345
|
/**
|
|
@@ -5547,6 +5552,11 @@ export interface DescribeModelPackageOutput {
|
|
|
5547
5552
|
* be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.</p>
|
|
5548
5553
|
*/
|
|
5549
5554
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
5555
|
+
/**
|
|
5556
|
+
* @public
|
|
5557
|
+
* <p>Indicates if you want to skip model validation.</p>
|
|
5558
|
+
*/
|
|
5559
|
+
SkipModelValidation?: SkipModelValidation | string;
|
|
5550
5560
|
}
|
|
5551
5561
|
/**
|
|
5552
5562
|
* @public
|
|
@@ -5616,8 +5626,8 @@ export interface DescribeModelPackageGroupOutput {
|
|
|
5616
5626
|
export interface DescribeModelQualityJobDefinitionRequest {
|
|
5617
5627
|
/**
|
|
5618
5628
|
* @public
|
|
5619
|
-
* <p>The name of the model quality job. The name must be unique within an Amazon Web Services
|
|
5620
|
-
* Amazon Web Services account.</p>
|
|
5629
|
+
* <p>The name of the model quality job. The name must be unique within an Amazon Web Services
|
|
5630
|
+
* Region in the Amazon Web Services account.</p>
|
|
5621
5631
|
*/
|
|
5622
5632
|
JobDefinitionName: string | undefined;
|
|
5623
5633
|
}
|
|
@@ -5632,8 +5642,7 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
5632
5642
|
JobDefinitionArn: string | undefined;
|
|
5633
5643
|
/**
|
|
5634
5644
|
* @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>
|
|
5645
|
+
* <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
5646
|
*/
|
|
5638
5647
|
JobDefinitionName: string | undefined;
|
|
5639
5648
|
/**
|
|
@@ -5673,8 +5682,8 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
5673
5682
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5674
5683
|
/**
|
|
5675
5684
|
* @public
|
|
5676
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
5677
|
-
*
|
|
5685
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
5686
|
+
* assume to perform tasks on your behalf.</p>
|
|
5678
5687
|
*/
|
|
5679
5688
|
RoleArn: string | undefined;
|
|
5680
5689
|
/**
|
|
@@ -5844,8 +5853,8 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
5844
5853
|
LastModifiedTime: Date | undefined;
|
|
5845
5854
|
/**
|
|
5846
5855
|
* @public
|
|
5847
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
5848
|
-
*
|
|
5856
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the monitoring
|
|
5857
|
+
* job.</p>
|
|
5849
5858
|
*/
|
|
5850
5859
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
5851
5860
|
/**
|
|
@@ -9605,18 +9614,6 @@ export declare const FeatureGroupSortBy: {
|
|
|
9605
9614
|
* @public
|
|
9606
9615
|
*/
|
|
9607
9616
|
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
9617
|
/**
|
|
9621
9618
|
* @internal
|
|
9622
9619
|
*/
|