@cdklabs/cdk-ecs-codedeploy 0.0.7 → 0.0.8
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/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
- package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
- package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +318 -59
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -245,11 +245,11 @@ declare class SageMaker extends Service {
|
|
|
245
245
|
*/
|
|
246
246
|
createImageVersion(callback?: (err: AWSError, data: SageMaker.Types.CreateImageVersionResponse) => void): Request<SageMaker.Types.CreateImageVersionResponse, AWSError>;
|
|
247
247
|
/**
|
|
248
|
-
* Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
248
|
+
* Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
249
249
|
*/
|
|
250
250
|
createInferenceExperiment(params: SageMaker.Types.CreateInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
|
|
251
251
|
/**
|
|
252
|
-
* Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
252
|
+
* Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
253
253
|
*/
|
|
254
254
|
createInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
|
|
255
255
|
/**
|
|
@@ -4548,7 +4548,7 @@ declare namespace SageMaker {
|
|
|
4548
4548
|
*/
|
|
4549
4549
|
EndpointConfigName: EndpointConfigName;
|
|
4550
4550
|
/**
|
|
4551
|
-
* An
|
|
4551
|
+
* An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
|
4552
4552
|
*/
|
|
4553
4553
|
ProductionVariants: ProductionVariantList;
|
|
4554
4554
|
DataCaptureConfig?: DataCaptureConfig;
|
|
@@ -4569,7 +4569,7 @@ declare namespace SageMaker {
|
|
|
4569
4569
|
*/
|
|
4570
4570
|
ExplainerConfig?: ExplainerConfig;
|
|
4571
4571
|
/**
|
|
4572
|
-
*
|
|
4572
|
+
* An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
4573
4573
|
*/
|
|
4574
4574
|
ShadowProductionVariants?: ProductionVariantList;
|
|
4575
4575
|
}
|
|
@@ -4646,7 +4646,7 @@ declare namespace SageMaker {
|
|
|
4646
4646
|
*/
|
|
4647
4647
|
OnlineStoreConfig?: OnlineStoreConfig;
|
|
4648
4648
|
/**
|
|
4649
|
-
* Use this to configure an OfflineFeatureStore. This parameter allows you to specify: The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore. A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent. To learn more about this parameter, see OfflineStoreConfig.
|
|
4649
|
+
* Use this to configure an OfflineFeatureStore. This parameter allows you to specify: The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore. A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent. Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg. To learn more about this parameter, see OfflineStoreConfig.
|
|
4650
4650
|
*/
|
|
4651
4651
|
OfflineStoreConfig?: OfflineStoreConfig;
|
|
4652
4652
|
/**
|
|
@@ -4843,7 +4843,7 @@ declare namespace SageMaker {
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
Type: InferenceExperimentType;
|
|
4845
4845
|
/**
|
|
4846
|
-
* The duration for which you want the inference experiment to run. If you don't specify this field, the experiment automatically concludes after 7 days.
|
|
4846
|
+
* The duration for which you want the inference experiment to run. If you don't specify this field, the experiment automatically starts immediately upon creation and concludes after 7 days.
|
|
4847
4847
|
*/
|
|
4848
4848
|
Schedule?: InferenceExperimentSchedule;
|
|
4849
4849
|
/**
|
|
@@ -4851,7 +4851,7 @@ declare namespace SageMaker {
|
|
|
4851
4851
|
*/
|
|
4852
4852
|
Description?: InferenceExperimentDescription;
|
|
4853
4853
|
/**
|
|
4854
|
-
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
4854
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
|
|
4855
4855
|
*/
|
|
4856
4856
|
RoleArn: RoleArn;
|
|
4857
4857
|
/**
|
|
@@ -4859,15 +4859,15 @@ declare namespace SageMaker {
|
|
|
4859
4859
|
*/
|
|
4860
4860
|
EndpointName: EndpointName;
|
|
4861
4861
|
/**
|
|
4862
|
-
*
|
|
4862
|
+
* An array of ModelVariantConfig objects. There is one for each variant in the inference experiment. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.
|
|
4863
4863
|
*/
|
|
4864
4864
|
ModelVariants: ModelVariantConfigList;
|
|
4865
4865
|
/**
|
|
4866
|
-
* The
|
|
4866
|
+
* The Amazon S3 location and configuration for storing inference request and response data. This is an optional parameter that you can use for data capture. For more information, see Capture data.
|
|
4867
4867
|
*/
|
|
4868
4868
|
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
4869
4869
|
/**
|
|
4870
|
-
*
|
|
4870
|
+
* The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.
|
|
4871
4871
|
*/
|
|
4872
4872
|
ShadowModeConfig: ShadowModeConfig;
|
|
4873
4873
|
/**
|
|
@@ -5948,7 +5948,7 @@ declare namespace SageMaker {
|
|
|
5948
5948
|
*/
|
|
5949
5949
|
DestinationS3Uri: DestinationS3Uri;
|
|
5950
5950
|
/**
|
|
5951
|
-
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt
|
|
5951
|
+
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
|
|
5952
5952
|
*/
|
|
5953
5953
|
KmsKeyId?: KmsKeyId;
|
|
5954
5954
|
/**
|
|
@@ -7537,7 +7537,7 @@ declare namespace SageMaker {
|
|
|
7537
7537
|
*/
|
|
7538
7538
|
ExplainerConfig?: ExplainerConfig;
|
|
7539
7539
|
/**
|
|
7540
|
-
*
|
|
7540
|
+
* An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
|
|
7541
7541
|
*/
|
|
7542
7542
|
ShadowProductionVariants?: ProductionVariantList;
|
|
7543
7543
|
}
|
|
@@ -7561,7 +7561,7 @@ declare namespace SageMaker {
|
|
|
7561
7561
|
*/
|
|
7562
7562
|
EndpointConfigName: EndpointConfigName;
|
|
7563
7563
|
/**
|
|
7564
|
-
*
|
|
7564
|
+
* An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
|
7565
7565
|
*/
|
|
7566
7566
|
ProductionVariants?: ProductionVariantSummaryList;
|
|
7567
7567
|
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
@@ -7598,7 +7598,7 @@ declare namespace SageMaker {
|
|
|
7598
7598
|
*/
|
|
7599
7599
|
ExplainerConfig?: ExplainerConfig;
|
|
7600
7600
|
/**
|
|
7601
|
-
*
|
|
7601
|
+
* An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
|
|
7602
7602
|
*/
|
|
7603
7603
|
ShadowProductionVariants?: ProductionVariantSummaryList;
|
|
7604
7604
|
}
|
|
@@ -7690,7 +7690,7 @@ declare namespace SageMaker {
|
|
|
7690
7690
|
*/
|
|
7691
7691
|
OnlineStoreConfig?: OnlineStoreConfig;
|
|
7692
7692
|
/**
|
|
7693
|
-
* The configuration of the
|
|
7693
|
+
* The configuration of the offline store. It includes the following configurations: Amazon S3 location of the offline store. Configuration of the Glue data catalog. Table format of the offline store. Option to disable the automatic creation of a Glue table for the offline store. Encryption configuration.
|
|
7694
7694
|
*/
|
|
7695
7695
|
OfflineStoreConfig?: OfflineStoreConfig;
|
|
7696
7696
|
/**
|
|
@@ -8159,11 +8159,11 @@ declare namespace SageMaker {
|
|
|
8159
8159
|
*/
|
|
8160
8160
|
Schedule?: InferenceExperimentSchedule;
|
|
8161
8161
|
/**
|
|
8162
|
-
* The status of the inference experiment. The following are the possible statuses for an inference experiment: Creating - Amazon SageMaker is creating your experiment. Created - Amazon SageMaker has finished
|
|
8162
|
+
* The status of the inference experiment. The following are the possible statuses for an inference experiment: Creating - Amazon SageMaker is creating your experiment. Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time. Updating - When you make changes to your experiment, your experiment shows as updating. Starting - Amazon SageMaker is beginning your experiment. Running - Your experiment is in progress. Stopping - Amazon SageMaker is stopping your experiment. Completed - Your experiment has completed. Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.
|
|
8163
8163
|
*/
|
|
8164
8164
|
Status: InferenceExperimentStatus;
|
|
8165
8165
|
/**
|
|
8166
|
-
*
|
|
8166
|
+
* The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.
|
|
8167
8167
|
*/
|
|
8168
8168
|
StatusReason?: InferenceExperimentStatusReason;
|
|
8169
8169
|
/**
|
|
@@ -8175,7 +8175,7 @@ declare namespace SageMaker {
|
|
|
8175
8175
|
*/
|
|
8176
8176
|
CreationTime?: Timestamp;
|
|
8177
8177
|
/**
|
|
8178
|
-
* The timestamp at which the inference experiment was completed
|
|
8178
|
+
* The timestamp at which the inference experiment was completed.
|
|
8179
8179
|
*/
|
|
8180
8180
|
CompletionTime?: Timestamp;
|
|
8181
8181
|
/**
|
|
@@ -8183,7 +8183,7 @@ declare namespace SageMaker {
|
|
|
8183
8183
|
*/
|
|
8184
8184
|
LastModifiedTime?: Timestamp;
|
|
8185
8185
|
/**
|
|
8186
|
-
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
8186
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
|
|
8187
8187
|
*/
|
|
8188
8188
|
RoleArn?: RoleArn;
|
|
8189
8189
|
/**
|
|
@@ -8191,15 +8191,15 @@ declare namespace SageMaker {
|
|
|
8191
8191
|
*/
|
|
8192
8192
|
EndpointMetadata: EndpointMetadata;
|
|
8193
8193
|
/**
|
|
8194
|
-
*
|
|
8194
|
+
* An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.
|
|
8195
8195
|
*/
|
|
8196
8196
|
ModelVariants: ModelVariantConfigSummaryList;
|
|
8197
8197
|
/**
|
|
8198
|
-
* The Amazon S3
|
|
8198
|
+
* The Amazon S3 location and configuration for storing inference request and response data.
|
|
8199
8199
|
*/
|
|
8200
8200
|
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
8201
8201
|
/**
|
|
8202
|
-
*
|
|
8202
|
+
* The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.
|
|
8203
8203
|
*/
|
|
8204
8204
|
ShadowModeConfig?: ShadowModeConfig;
|
|
8205
8205
|
/**
|
|
@@ -10380,7 +10380,7 @@ declare namespace SageMaker {
|
|
|
10380
10380
|
*/
|
|
10381
10381
|
Tags?: TagList;
|
|
10382
10382
|
/**
|
|
10383
|
-
*
|
|
10383
|
+
* A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the proudction variant.
|
|
10384
10384
|
*/
|
|
10385
10385
|
ShadowProductionVariants?: ProductionVariantSummaryList;
|
|
10386
10386
|
}
|
|
@@ -10481,7 +10481,7 @@ declare namespace SageMaker {
|
|
|
10481
10481
|
*/
|
|
10482
10482
|
EndpointStatus?: EndpointStatus;
|
|
10483
10483
|
/**
|
|
10484
|
-
* If the status of the endpoint is Failed, this provides the reason why it failed.
|
|
10484
|
+
* If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.
|
|
10485
10485
|
*/
|
|
10486
10486
|
FailureReason?: FailureReason;
|
|
10487
10487
|
}
|
|
@@ -11860,11 +11860,11 @@ declare namespace SageMaker {
|
|
|
11860
11860
|
export type InferenceExperimentArn = string;
|
|
11861
11861
|
export interface InferenceExperimentDataStorageConfig {
|
|
11862
11862
|
/**
|
|
11863
|
-
* The Amazon S3 bucket where the inference
|
|
11863
|
+
* The Amazon S3 bucket where the inference request and response data is stored.
|
|
11864
11864
|
*/
|
|
11865
11865
|
Destination: DestinationS3Uri;
|
|
11866
11866
|
/**
|
|
11867
|
-
* The Amazon
|
|
11867
|
+
* The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
|
|
11868
11868
|
*/
|
|
11869
11869
|
KmsKey?: KmsKeyId;
|
|
11870
11870
|
ContentType?: CaptureContentTypeHeader;
|
|
@@ -11923,7 +11923,7 @@ declare namespace SageMaker {
|
|
|
11923
11923
|
*/
|
|
11924
11924
|
LastModifiedTime: Timestamp;
|
|
11925
11925
|
/**
|
|
11926
|
-
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
11926
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
|
|
11927
11927
|
*/
|
|
11928
11928
|
RoleArn?: RoleArn;
|
|
11929
11929
|
}
|
|
@@ -16533,7 +16533,7 @@ declare namespace SageMaker {
|
|
|
16533
16533
|
export type ModelVariantActionMap = {[key: string]: ModelVariantAction};
|
|
16534
16534
|
export interface ModelVariantConfig {
|
|
16535
16535
|
/**
|
|
16536
|
-
* The name of the
|
|
16536
|
+
* The name of the Amazon SageMaker Model entity.
|
|
16537
16537
|
*/
|
|
16538
16538
|
ModelName: ModelName;
|
|
16539
16539
|
/**
|
|
@@ -16548,7 +16548,7 @@ declare namespace SageMaker {
|
|
|
16548
16548
|
export type ModelVariantConfigList = ModelVariantConfig[];
|
|
16549
16549
|
export interface ModelVariantConfigSummary {
|
|
16550
16550
|
/**
|
|
16551
|
-
* The name of the
|
|
16551
|
+
* The name of the Amazon SageMaker Model entity.
|
|
16552
16552
|
*/
|
|
16553
16553
|
ModelName: ModelName;
|
|
16554
16554
|
/**
|
|
@@ -16560,7 +16560,7 @@ declare namespace SageMaker {
|
|
|
16560
16560
|
*/
|
|
16561
16561
|
InfrastructureConfig: ModelInfrastructureConfig;
|
|
16562
16562
|
/**
|
|
16563
|
-
* The status of the
|
|
16563
|
+
* The status of deployment for the model variant on the hosted inference endpoint. Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint. InService - The model variant is running on the hosted inference endpoint. Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint. Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint. Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.
|
|
16564
16564
|
*/
|
|
16565
16565
|
Status: ModelVariantStatus;
|
|
16566
16566
|
}
|
|
@@ -17171,7 +17171,7 @@ declare namespace SageMaker {
|
|
|
17171
17171
|
*/
|
|
17172
17172
|
DataCatalogConfig?: DataCatalogConfig;
|
|
17173
17173
|
/**
|
|
17174
|
-
* Format for the offline store
|
|
17174
|
+
* Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.
|
|
17175
17175
|
*/
|
|
17176
17176
|
TableFormat?: TableFormat;
|
|
17177
17177
|
}
|
|
@@ -17397,7 +17397,7 @@ declare namespace SageMaker {
|
|
|
17397
17397
|
*/
|
|
17398
17398
|
EndpointConfigName: EndpointConfigName;
|
|
17399
17399
|
/**
|
|
17400
|
-
*
|
|
17400
|
+
* An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
|
|
17401
17401
|
*/
|
|
17402
17402
|
ProductionVariants?: PendingProductionVariantSummaryList;
|
|
17403
17403
|
/**
|
|
@@ -17405,7 +17405,7 @@ declare namespace SageMaker {
|
|
|
17405
17405
|
*/
|
|
17406
17406
|
StartTime?: Timestamp;
|
|
17407
17407
|
/**
|
|
17408
|
-
*
|
|
17408
|
+
* An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants for the in-progress deployment.
|
|
17409
17409
|
*/
|
|
17410
17410
|
ShadowProductionVariants?: PendingProductionVariantSummaryList;
|
|
17411
17411
|
}
|
|
@@ -18532,11 +18532,11 @@ declare namespace SageMaker {
|
|
|
18532
18532
|
export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
|
|
18533
18533
|
export interface RealTimeInferenceConfig {
|
|
18534
18534
|
/**
|
|
18535
|
-
* The
|
|
18535
|
+
* The instance type the model is deployed to.
|
|
18536
18536
|
*/
|
|
18537
18537
|
InstanceType: InstanceType;
|
|
18538
18538
|
/**
|
|
18539
|
-
* The
|
|
18539
|
+
* The number of instances of the type specified by InstanceType.
|
|
18540
18540
|
*/
|
|
18541
18541
|
InstanceCount: TaskCount;
|
|
18542
18542
|
}
|
|
@@ -18622,6 +18622,10 @@ declare namespace SageMaker {
|
|
|
18622
18622
|
* Existing customer endpoints on which to run an Inference Recommender job.
|
|
18623
18623
|
*/
|
|
18624
18624
|
Endpoints?: Endpoints;
|
|
18625
|
+
/**
|
|
18626
|
+
* Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
|
|
18627
|
+
*/
|
|
18628
|
+
VpcConfig?: RecommendationJobVpcConfig;
|
|
18625
18629
|
}
|
|
18626
18630
|
export type RecommendationJobName = string;
|
|
18627
18631
|
export interface RecommendationJobOutputConfig {
|
|
@@ -18668,6 +18672,20 @@ declare namespace SageMaker {
|
|
|
18668
18672
|
export type RecommendationJobSupportedContentTypes = String[];
|
|
18669
18673
|
export type RecommendationJobSupportedInstanceTypes = String[];
|
|
18670
18674
|
export type RecommendationJobType = "Default"|"Advanced"|string;
|
|
18675
|
+
export interface RecommendationJobVpcConfig {
|
|
18676
|
+
/**
|
|
18677
|
+
* The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
|
|
18678
|
+
*/
|
|
18679
|
+
SecurityGroupIds: RecommendationJobVpcSecurityGroupIds;
|
|
18680
|
+
/**
|
|
18681
|
+
* The ID of the subnets in the VPC to which you want to connect your model.
|
|
18682
|
+
*/
|
|
18683
|
+
Subnets: RecommendationJobVpcSubnets;
|
|
18684
|
+
}
|
|
18685
|
+
export type RecommendationJobVpcSecurityGroupId = string;
|
|
18686
|
+
export type RecommendationJobVpcSecurityGroupIds = RecommendationJobVpcSecurityGroupId[];
|
|
18687
|
+
export type RecommendationJobVpcSubnetId = string;
|
|
18688
|
+
export type RecommendationJobVpcSubnets = RecommendationJobVpcSubnetId[];
|
|
18671
18689
|
export interface RecommendationMetrics {
|
|
18672
18690
|
/**
|
|
18673
18691
|
* Defines the cost per hour for the instance.
|
|
@@ -18799,7 +18817,7 @@ declare namespace SageMaker {
|
|
|
18799
18817
|
export type ResourceArn = string;
|
|
18800
18818
|
export interface ResourceConfig {
|
|
18801
18819
|
/**
|
|
18802
|
-
* The ML compute instance type.
|
|
18820
|
+
* The ML compute instance type. SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022. Amazon EC2 P4de instances (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge) to reduce model training time. The ml.p4de.24xlarge instances are available in the following Amazon Web Services Regions. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.
|
|
18803
18821
|
*/
|
|
18804
18822
|
InstanceType?: TrainingInstanceType;
|
|
18805
18823
|
/**
|
|
@@ -19158,7 +19176,7 @@ declare namespace SageMaker {
|
|
|
19158
19176
|
export type SessionExpirationDurationInSeconds = number;
|
|
19159
19177
|
export interface ShadowModeConfig {
|
|
19160
19178
|
/**
|
|
19161
|
-
* The name of the production variant.
|
|
19179
|
+
* The name of the production variant, which takes all the inference requests.
|
|
19162
19180
|
*/
|
|
19163
19181
|
SourceModelVariantName: ModelVariantName;
|
|
19164
19182
|
/**
|
|
@@ -19172,7 +19190,7 @@ declare namespace SageMaker {
|
|
|
19172
19190
|
*/
|
|
19173
19191
|
ShadowModelVariantName: ModelVariantName;
|
|
19174
19192
|
/**
|
|
19175
|
-
*
|
|
19193
|
+
* The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
|
|
19176
19194
|
*/
|
|
19177
19195
|
SamplingPercentage: Percentage;
|
|
19178
19196
|
}
|
|
@@ -19387,7 +19405,7 @@ declare namespace SageMaker {
|
|
|
19387
19405
|
*/
|
|
19388
19406
|
ModelVariantActions: ModelVariantActionMap;
|
|
19389
19407
|
/**
|
|
19390
|
-
*
|
|
19408
|
+
* An array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.
|
|
19391
19409
|
*/
|
|
19392
19410
|
DesiredModelVariants?: ModelVariantConfigList;
|
|
19393
19411
|
/**
|
|
@@ -20844,15 +20862,15 @@ declare namespace SageMaker {
|
|
|
20844
20862
|
*/
|
|
20845
20863
|
Description?: InferenceExperimentDescription;
|
|
20846
20864
|
/**
|
|
20847
|
-
*
|
|
20865
|
+
* An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.
|
|
20848
20866
|
*/
|
|
20849
20867
|
ModelVariants?: ModelVariantConfigList;
|
|
20850
20868
|
/**
|
|
20851
|
-
* The Amazon S3
|
|
20869
|
+
* The Amazon S3 location and configuration for storing inference request and response data.
|
|
20852
20870
|
*/
|
|
20853
20871
|
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
20854
20872
|
/**
|
|
20855
|
-
*
|
|
20873
|
+
* The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.
|
|
20856
20874
|
*/
|
|
20857
20875
|
ShadowModeConfig?: ShadowModeConfig;
|
|
20858
20876
|
}
|