aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.0__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
|
@@ -308,10 +308,14 @@ class CfnApp(
|
|
|
308
308
|
) -> None:
|
|
309
309
|
'''Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
310
310
|
|
|
311
|
+
.. epigraph::
|
|
312
|
+
|
|
313
|
+
When both ``SageMakerImageVersionArn`` and ``SageMakerImageArn`` are passed, ``SageMakerImageVersionArn`` is used. Any updates to ``SageMakerImageArn`` will not take effect if ``SageMakerImageVersionArn`` already exists in the ``ResourceSpec`` because ``SageMakerImageVersionArn`` always takes precedence. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
314
|
+
|
|
311
315
|
:param instance_type: The instance type that the image version runs on. .. epigraph:: *JupyterServer apps* only support the ``system`` value. For *KernelGateway apps* , the ``system`` value is translated to ``ml.t3.medium`` . KernelGateway apps also support all other values for available instance types.
|
|
312
316
|
:param lifecycle_config_arn: The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
313
317
|
:param sage_maker_image_arn: The ARN of the SageMaker AI image that the image version belongs to.
|
|
314
|
-
:param sage_maker_image_version_arn: The ARN of the image version created on the instance.
|
|
318
|
+
:param sage_maker_image_version_arn: The ARN of the image version created on the instance. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
315
319
|
|
|
316
320
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-app-resourcespec.html
|
|
317
321
|
:exampleMetadata: fixture=_generated
|
|
@@ -382,6 +386,8 @@ class CfnApp(
|
|
|
382
386
|
def sage_maker_image_version_arn(self) -> typing.Optional[builtins.str]:
|
|
383
387
|
'''The ARN of the image version created on the instance.
|
|
384
388
|
|
|
389
|
+
To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
390
|
+
|
|
385
391
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-app-resourcespec.html#cfn-sagemaker-app-resourcespec-sagemakerimageversionarn
|
|
386
392
|
'''
|
|
387
393
|
result = self._values.get("sage_maker_image_version_arn")
|
|
@@ -3750,7 +3756,7 @@ class CfnDataQualityJobDefinition(
|
|
|
3750
3756
|
image_uri: builtins.str,
|
|
3751
3757
|
container_arguments: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3752
3758
|
container_entrypoint: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3753
|
-
environment: typing.Optional[typing.Union[
|
|
3759
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3754
3760
|
post_analytics_processor_source_uri: typing.Optional[builtins.str] = None,
|
|
3755
3761
|
record_preprocessor_source_uri: typing.Optional[builtins.str] = None,
|
|
3756
3762
|
) -> None:
|
|
@@ -3838,13 +3844,13 @@ class CfnDataQualityJobDefinition(
|
|
|
3838
3844
|
@builtins.property
|
|
3839
3845
|
def environment(
|
|
3840
3846
|
self,
|
|
3841
|
-
) -> typing.Optional[typing.Union[
|
|
3847
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
3842
3848
|
'''Sets the environment variables in the container that the monitoring job runs.
|
|
3843
3849
|
|
|
3844
3850
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-dataqualityjobdefinition-dataqualityappspecification.html#cfn-sagemaker-dataqualityjobdefinition-dataqualityappspecification-environment
|
|
3845
3851
|
'''
|
|
3846
3852
|
result = self._values.get("environment")
|
|
3847
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
3853
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
3848
3854
|
|
|
3849
3855
|
@builtins.property
|
|
3850
3856
|
def post_analytics_processor_source_uri(self) -> typing.Optional[builtins.str]:
|
|
@@ -8669,10 +8675,14 @@ class CfnDomain(
|
|
|
8669
8675
|
) -> None:
|
|
8670
8676
|
'''Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
8671
8677
|
|
|
8678
|
+
.. epigraph::
|
|
8679
|
+
|
|
8680
|
+
When both ``SageMakerImageVersionArn`` and ``SageMakerImageArn`` are passed, ``SageMakerImageVersionArn`` is used. Any updates to ``SageMakerImageArn`` will not take effect if ``SageMakerImageVersionArn`` already exists in the ``ResourceSpec`` because ``SageMakerImageVersionArn`` always takes precedence. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
8681
|
+
|
|
8672
8682
|
:param instance_type: The instance type that the image version runs on. .. epigraph:: *JupyterServer apps* only support the ``system`` value. For *KernelGateway apps* , the ``system`` value is translated to ``ml.t3.medium`` . KernelGateway apps also support all other values for available instance types.
|
|
8673
8683
|
:param lifecycle_config_arn: The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
8674
8684
|
:param sage_maker_image_arn: The ARN of the SageMaker AI image that the image version belongs to.
|
|
8675
|
-
:param sage_maker_image_version_arn: The ARN of the image version created on the instance.
|
|
8685
|
+
:param sage_maker_image_version_arn: The ARN of the image version created on the instance. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
8676
8686
|
|
|
8677
8687
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-resourcespec.html
|
|
8678
8688
|
:exampleMetadata: fixture=_generated
|
|
@@ -8743,6 +8753,8 @@ class CfnDomain(
|
|
|
8743
8753
|
def sage_maker_image_version_arn(self) -> typing.Optional[builtins.str]:
|
|
8744
8754
|
'''The ARN of the image version created on the instance.
|
|
8745
8755
|
|
|
8756
|
+
To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
8757
|
+
|
|
8746
8758
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-resourcespec.html#cfn-sagemaker-domain-resourcespec-sagemakerimageversionarn
|
|
8747
8759
|
'''
|
|
8748
8760
|
result = self._values.get("sage_maker_image_version_arn")
|
|
@@ -16727,7 +16739,7 @@ class CfnInferenceComponent(
|
|
|
16727
16739
|
*,
|
|
16728
16740
|
artifact_url: typing.Optional[builtins.str] = None,
|
|
16729
16741
|
deployed_image: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInferenceComponent.DeployedImageProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
16730
|
-
environment: typing.Optional[typing.Union[
|
|
16742
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
16731
16743
|
image: typing.Optional[builtins.str] = None,
|
|
16732
16744
|
) -> None:
|
|
16733
16745
|
'''Defines a container that provides the runtime environment for a model that you deploy with an inference component.
|
|
@@ -16799,7 +16811,7 @@ class CfnInferenceComponent(
|
|
|
16799
16811
|
@builtins.property
|
|
16800
16812
|
def environment(
|
|
16801
16813
|
self,
|
|
16802
|
-
) -> typing.Optional[typing.Union[
|
|
16814
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
16803
16815
|
'''The environment variables to set in the Docker container.
|
|
16804
16816
|
|
|
16805
16817
|
Each key and value in the Environment string-to-string map can have length of up to 1024. We support up to 16 entries in the map.
|
|
@@ -16807,7 +16819,7 @@ class CfnInferenceComponent(
|
|
|
16807
16819
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentcontainerspecification.html#cfn-sagemaker-inferencecomponent-inferencecomponentcontainerspecification-environment
|
|
16808
16820
|
'''
|
|
16809
16821
|
result = self._values.get("environment")
|
|
16810
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
16822
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
16811
16823
|
|
|
16812
16824
|
@builtins.property
|
|
16813
16825
|
def image(self) -> typing.Optional[builtins.str]:
|
|
@@ -21810,7 +21822,7 @@ class CfnModelBiasJobDefinition(
|
|
|
21810
21822
|
*,
|
|
21811
21823
|
config_uri: builtins.str,
|
|
21812
21824
|
image_uri: builtins.str,
|
|
21813
|
-
environment: typing.Optional[typing.Union[
|
|
21825
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
21814
21826
|
) -> None:
|
|
21815
21827
|
'''Docker container image configuration object for the model bias job.
|
|
21816
21828
|
|
|
@@ -21874,13 +21886,13 @@ class CfnModelBiasJobDefinition(
|
|
|
21874
21886
|
@builtins.property
|
|
21875
21887
|
def environment(
|
|
21876
21888
|
self,
|
|
21877
|
-
) -> typing.Optional[typing.Union[
|
|
21889
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
21878
21890
|
'''Sets the environment variables in the Docker container.
|
|
21879
21891
|
|
|
21880
21892
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-modelbiasappspecification.html#cfn-sagemaker-modelbiasjobdefinition-modelbiasappspecification-environment
|
|
21881
21893
|
'''
|
|
21882
21894
|
result = self._values.get("environment")
|
|
21883
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
21895
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
21884
21896
|
|
|
21885
21897
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
21886
21898
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -23529,7 +23541,7 @@ class CfnModelCard(
|
|
|
23529
23541
|
self,
|
|
23530
23542
|
*,
|
|
23531
23543
|
caveats_and_recommendations: typing.Optional[builtins.str] = None,
|
|
23532
|
-
custom_details: typing.Optional[typing.Union[
|
|
23544
|
+
custom_details: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
23533
23545
|
ethical_considerations: typing.Optional[builtins.str] = None,
|
|
23534
23546
|
) -> None:
|
|
23535
23547
|
'''Additional information about the model.
|
|
@@ -23580,13 +23592,13 @@ class CfnModelCard(
|
|
|
23580
23592
|
@builtins.property
|
|
23581
23593
|
def custom_details(
|
|
23582
23594
|
self,
|
|
23583
|
-
) -> typing.Optional[typing.Union[
|
|
23595
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
23584
23596
|
'''Any additional information to document about the model.
|
|
23585
23597
|
|
|
23586
23598
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-additionalinformation.html#cfn-sagemaker-modelcard-additionalinformation-customdetails
|
|
23587
23599
|
'''
|
|
23588
23600
|
result = self._values.get("custom_details")
|
|
23589
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
23601
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
23590
23602
|
|
|
23591
23603
|
@builtins.property
|
|
23592
23604
|
def ethical_considerations(self) -> typing.Optional[builtins.str]:
|
|
@@ -24101,7 +24113,7 @@ class CfnModelCard(
|
|
|
24101
24113
|
datasets: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
24102
24114
|
evaluation_job_arn: typing.Optional[builtins.str] = None,
|
|
24103
24115
|
evaluation_observation: typing.Optional[builtins.str] = None,
|
|
24104
|
-
metadata: typing.Optional[typing.Union[
|
|
24116
|
+
metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
24105
24117
|
metric_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnModelCard.MetricGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
24106
24118
|
) -> None:
|
|
24107
24119
|
'''The evaluation details of the model.
|
|
@@ -24211,13 +24223,13 @@ class CfnModelCard(
|
|
|
24211
24223
|
@builtins.property
|
|
24212
24224
|
def metadata(
|
|
24213
24225
|
self,
|
|
24214
|
-
) -> typing.Optional[typing.Union[
|
|
24226
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
24215
24227
|
'''Additional attributes associated with the evaluation results.
|
|
24216
24228
|
|
|
24217
24229
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-evaluationdetail.html#cfn-sagemaker-modelcard-evaluationdetail-metadata
|
|
24218
24230
|
'''
|
|
24219
24231
|
result = self._values.get("metadata")
|
|
24220
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
24232
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
24221
24233
|
|
|
24222
24234
|
@builtins.property
|
|
24223
24235
|
def metric_groups(
|
|
@@ -27633,7 +27645,7 @@ class CfnModelExplainabilityJobDefinition(
|
|
|
27633
27645
|
*,
|
|
27634
27646
|
config_uri: builtins.str,
|
|
27635
27647
|
image_uri: builtins.str,
|
|
27636
|
-
environment: typing.Optional[typing.Union[
|
|
27648
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
27637
27649
|
) -> None:
|
|
27638
27650
|
'''Docker container image configuration object for the model explainability job.
|
|
27639
27651
|
|
|
@@ -27697,13 +27709,13 @@ class CfnModelExplainabilityJobDefinition(
|
|
|
27697
27709
|
@builtins.property
|
|
27698
27710
|
def environment(
|
|
27699
27711
|
self,
|
|
27700
|
-
) -> typing.Optional[typing.Union[
|
|
27712
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
27701
27713
|
'''Sets the environment variables in the Docker container.
|
|
27702
27714
|
|
|
27703
27715
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-modelexplainabilityappspecification.html#cfn-sagemaker-modelexplainabilityjobdefinition-modelexplainabilityappspecification-environment
|
|
27704
27716
|
'''
|
|
27705
27717
|
result = self._values.get("environment")
|
|
27706
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
27718
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
27707
27719
|
|
|
27708
27720
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
27709
27721
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -29152,7 +29164,7 @@ class CfnModelPackage(
|
|
|
29152
29164
|
approval_description: typing.Optional[builtins.str] = None,
|
|
29153
29165
|
certify_for_marketplace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
29154
29166
|
client_token: typing.Optional[builtins.str] = None,
|
|
29155
|
-
customer_metadata_properties: typing.Optional[typing.Union[
|
|
29167
|
+
customer_metadata_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
29156
29168
|
domain: typing.Optional[builtins.str] = None,
|
|
29157
29169
|
drift_check_baselines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnModelPackage.DriftCheckBaselinesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
29158
29170
|
inference_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnModelPackage.InferenceSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -29400,14 +29412,14 @@ class CfnModelPackage(
|
|
|
29400
29412
|
@jsii.member(jsii_name="customerMetadataProperties")
|
|
29401
29413
|
def customer_metadata_properties(
|
|
29402
29414
|
self,
|
|
29403
|
-
) -> typing.Optional[typing.Union[
|
|
29415
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
29404
29416
|
'''The metadata properties for the model package.'''
|
|
29405
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
29417
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "customerMetadataProperties"))
|
|
29406
29418
|
|
|
29407
29419
|
@customer_metadata_properties.setter
|
|
29408
29420
|
def customer_metadata_properties(
|
|
29409
29421
|
self,
|
|
29410
|
-
value: typing.Optional[typing.Union[
|
|
29422
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
29411
29423
|
) -> None:
|
|
29412
29424
|
if __debug__:
|
|
29413
29425
|
type_hints = typing.get_type_hints(_typecheckingstub__dd585f917b3f9ab436b00b5bec7661845c3d88a37a2a6e7b37c3e2c851fd45b4)
|
|
@@ -31715,7 +31727,7 @@ class CfnModelPackage(
|
|
|
31715
31727
|
*,
|
|
31716
31728
|
image: builtins.str,
|
|
31717
31729
|
container_hostname: typing.Optional[builtins.str] = None,
|
|
31718
|
-
environment: typing.Optional[typing.Union[
|
|
31730
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
31719
31731
|
framework: typing.Optional[builtins.str] = None,
|
|
31720
31732
|
framework_version: typing.Optional[builtins.str] = None,
|
|
31721
31733
|
image_digest: typing.Optional[builtins.str] = None,
|
|
@@ -31726,7 +31738,7 @@ class CfnModelPackage(
|
|
|
31726
31738
|
) -> None:
|
|
31727
31739
|
'''Describes the Docker container for the model package.
|
|
31728
31740
|
|
|
31729
|
-
:param image: The Amazon
|
|
31741
|
+
:param image: The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ .
|
|
31730
31742
|
:param container_hostname: The DNS host name for the Docker container.
|
|
31731
31743
|
:param environment: The environment variables to set in the Docker container. Each key and value in the ``Environment`` string to string map can have length of up to 1024. We support up to 16 entries in the map.
|
|
31732
31744
|
:param framework: The machine learning framework of the model package container image.
|
|
@@ -31812,7 +31824,7 @@ class CfnModelPackage(
|
|
|
31812
31824
|
|
|
31813
31825
|
@builtins.property
|
|
31814
31826
|
def image(self) -> builtins.str:
|
|
31815
|
-
'''The Amazon
|
|
31827
|
+
'''The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.
|
|
31816
31828
|
|
|
31817
31829
|
If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ .
|
|
31818
31830
|
|
|
@@ -31834,7 +31846,7 @@ class CfnModelPackage(
|
|
|
31834
31846
|
@builtins.property
|
|
31835
31847
|
def environment(
|
|
31836
31848
|
self,
|
|
31837
|
-
) -> typing.Optional[typing.Union[
|
|
31849
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
31838
31850
|
'''The environment variables to set in the Docker container.
|
|
31839
31851
|
|
|
31840
31852
|
Each key and value in the ``Environment`` string to string map can have length of up to 1024. We support up to 16 entries in the map.
|
|
@@ -31842,7 +31854,7 @@ class CfnModelPackage(
|
|
|
31842
31854
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelpackagecontainerdefinition.html#cfn-sagemaker-modelpackage-modelpackagecontainerdefinition-environment
|
|
31843
31855
|
'''
|
|
31844
31856
|
result = self._values.get("environment")
|
|
31845
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
31857
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
31846
31858
|
|
|
31847
31859
|
@builtins.property
|
|
31848
31860
|
def framework(self) -> typing.Optional[builtins.str]:
|
|
@@ -32766,7 +32778,7 @@ class CfnModelPackage(
|
|
|
32766
32778
|
transform_output: typing.Union[_IResolvable_da3f097b, typing.Union["CfnModelPackage.TransformOutputProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
32767
32779
|
transform_resources: typing.Union[_IResolvable_da3f097b, typing.Union["CfnModelPackage.TransformResourcesProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
32768
32780
|
batch_strategy: typing.Optional[builtins.str] = None,
|
|
32769
|
-
environment: typing.Optional[typing.Union[
|
|
32781
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
32770
32782
|
max_concurrent_transforms: typing.Optional[jsii.Number] = None,
|
|
32771
32783
|
max_payload_in_mb: typing.Optional[jsii.Number] = None,
|
|
32772
32784
|
) -> None:
|
|
@@ -32901,7 +32913,7 @@ class CfnModelPackage(
|
|
|
32901
32913
|
@builtins.property
|
|
32902
32914
|
def environment(
|
|
32903
32915
|
self,
|
|
32904
|
-
) -> typing.Optional[typing.Union[
|
|
32916
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
32905
32917
|
'''The environment variables to set in the Docker container.
|
|
32906
32918
|
|
|
32907
32919
|
We support up to 16 key and values entries in the map.
|
|
@@ -32909,7 +32921,7 @@ class CfnModelPackage(
|
|
|
32909
32921
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-transformjobdefinition.html#cfn-sagemaker-modelpackage-transformjobdefinition-environment
|
|
32910
32922
|
'''
|
|
32911
32923
|
result = self._values.get("environment")
|
|
32912
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
32924
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
32913
32925
|
|
|
32914
32926
|
@builtins.property
|
|
32915
32927
|
def max_concurrent_transforms(self) -> typing.Optional[jsii.Number]:
|
|
@@ -33762,7 +33774,7 @@ class CfnModelPackageProps:
|
|
|
33762
33774
|
approval_description: typing.Optional[builtins.str] = None,
|
|
33763
33775
|
certify_for_marketplace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
33764
33776
|
client_token: typing.Optional[builtins.str] = None,
|
|
33765
|
-
customer_metadata_properties: typing.Optional[typing.Union[
|
|
33777
|
+
customer_metadata_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
33766
33778
|
domain: typing.Optional[builtins.str] = None,
|
|
33767
33779
|
drift_check_baselines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.DriftCheckBaselinesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
33768
33780
|
inference_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.InferenceSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -34315,13 +34327,13 @@ class CfnModelPackageProps:
|
|
|
34315
34327
|
@builtins.property
|
|
34316
34328
|
def customer_metadata_properties(
|
|
34317
34329
|
self,
|
|
34318
|
-
) -> typing.Optional[typing.Union[
|
|
34330
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
34319
34331
|
'''The metadata properties for the model package.
|
|
34320
34332
|
|
|
34321
34333
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-modelpackage.html#cfn-sagemaker-modelpackage-customermetadataproperties
|
|
34322
34334
|
'''
|
|
34323
34335
|
result = self._values.get("customer_metadata_properties")
|
|
34324
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
34336
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
34325
34337
|
|
|
34326
34338
|
@builtins.property
|
|
34327
34339
|
def domain(self) -> typing.Optional[builtins.str]:
|
|
@@ -36050,7 +36062,7 @@ class CfnModelQualityJobDefinition(
|
|
|
36050
36062
|
problem_type: builtins.str,
|
|
36051
36063
|
container_arguments: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
36052
36064
|
container_entrypoint: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
36053
|
-
environment: typing.Optional[typing.Union[
|
|
36065
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
36054
36066
|
post_analytics_processor_source_uri: typing.Optional[builtins.str] = None,
|
|
36055
36067
|
record_preprocessor_source_uri: typing.Optional[builtins.str] = None,
|
|
36056
36068
|
) -> None:
|
|
@@ -36152,13 +36164,13 @@ class CfnModelQualityJobDefinition(
|
|
|
36152
36164
|
@builtins.property
|
|
36153
36165
|
def environment(
|
|
36154
36166
|
self,
|
|
36155
|
-
) -> typing.Optional[typing.Union[
|
|
36167
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
36156
36168
|
'''Sets the environment variables in the container that the monitoring job runs.
|
|
36157
36169
|
|
|
36158
36170
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-modelqualityappspecification.html#cfn-sagemaker-modelqualityjobdefinition-modelqualityappspecification-environment
|
|
36159
36171
|
'''
|
|
36160
36172
|
result = self._values.get("environment")
|
|
36161
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
36173
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
36162
36174
|
|
|
36163
36175
|
@builtins.property
|
|
36164
36176
|
def post_analytics_processor_source_uri(self) -> typing.Optional[builtins.str]:
|
|
@@ -38863,7 +38875,7 @@ class CfnMonitoringSchedule(
|
|
|
38863
38875
|
monitoring_resources: typing.Union[_IResolvable_da3f097b, typing.Union["CfnMonitoringSchedule.MonitoringResourcesProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
38864
38876
|
role_arn: builtins.str,
|
|
38865
38877
|
baseline_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMonitoringSchedule.BaselineConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38866
|
-
environment: typing.Optional[typing.Union[
|
|
38878
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
38867
38879
|
network_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMonitoringSchedule.NetworkConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38868
38880
|
stopping_condition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMonitoringSchedule.StoppingConditionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38869
38881
|
) -> None:
|
|
@@ -39081,13 +39093,13 @@ class CfnMonitoringSchedule(
|
|
|
39081
39093
|
@builtins.property
|
|
39082
39094
|
def environment(
|
|
39083
39095
|
self,
|
|
39084
|
-
) -> typing.Optional[typing.Union[
|
|
39096
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
39085
39097
|
'''Sets the environment variables in the Docker container.
|
|
39086
39098
|
|
|
39087
39099
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringjobdefinition.html#cfn-sagemaker-monitoringschedule-monitoringjobdefinition-environment
|
|
39088
39100
|
'''
|
|
39089
39101
|
result = self._values.get("environment")
|
|
39090
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
39102
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
39091
39103
|
|
|
39092
39104
|
@builtins.property
|
|
39093
39105
|
def network_config(
|
|
@@ -41790,7 +41802,7 @@ class CfnPartnerApp(
|
|
|
41790
41802
|
self,
|
|
41791
41803
|
*,
|
|
41792
41804
|
admin_users: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
41793
|
-
arguments: typing.Optional[typing.Union[
|
|
41805
|
+
arguments: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
41794
41806
|
) -> None:
|
|
41795
41807
|
'''Configuration settings for the SageMaker Partner AI App.
|
|
41796
41808
|
|
|
@@ -41835,7 +41847,7 @@ class CfnPartnerApp(
|
|
|
41835
41847
|
@builtins.property
|
|
41836
41848
|
def arguments(
|
|
41837
41849
|
self,
|
|
41838
|
-
) -> typing.Optional[typing.Union[
|
|
41850
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
41839
41851
|
'''This is a map of required inputs for a SageMaker Partner AI App.
|
|
41840
41852
|
|
|
41841
41853
|
Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
|
|
@@ -41843,7 +41855,7 @@ class CfnPartnerApp(
|
|
|
41843
41855
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappconfig.html#cfn-sagemaker-partnerapp-partnerappconfig-arguments
|
|
41844
41856
|
'''
|
|
41845
41857
|
result = self._values.get("arguments")
|
|
41846
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
41858
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
41847
41859
|
|
|
41848
41860
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
41849
41861
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -44378,10 +44390,14 @@ class CfnSpace(
|
|
|
44378
44390
|
) -> None:
|
|
44379
44391
|
'''Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
44380
44392
|
|
|
44393
|
+
.. epigraph::
|
|
44394
|
+
|
|
44395
|
+
When both ``SageMakerImageVersionArn`` and ``SageMakerImageArn`` are passed, ``SageMakerImageVersionArn`` is used. Any updates to ``SageMakerImageArn`` will not take effect if ``SageMakerImageVersionArn`` already exists in the ``ResourceSpec`` because ``SageMakerImageVersionArn`` always takes precedence. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
44396
|
+
|
|
44381
44397
|
:param instance_type: The instance type that the image version runs on. .. epigraph:: *JupyterServer apps* only support the ``system`` value. For *KernelGateway apps* , the ``system`` value is translated to ``ml.t3.medium`` . KernelGateway apps also support all other values for available instance types.
|
|
44382
44398
|
:param lifecycle_config_arn: The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
44383
44399
|
:param sage_maker_image_arn: The ARN of the SageMaker AI image that the image version belongs to.
|
|
44384
|
-
:param sage_maker_image_version_arn: The ARN of the image version created on the instance.
|
|
44400
|
+
:param sage_maker_image_version_arn: The ARN of the image version created on the instance. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
44385
44401
|
|
|
44386
44402
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-resourcespec.html
|
|
44387
44403
|
:exampleMetadata: fixture=_generated
|
|
@@ -44452,6 +44468,8 @@ class CfnSpace(
|
|
|
44452
44468
|
def sage_maker_image_version_arn(self) -> typing.Optional[builtins.str]:
|
|
44453
44469
|
'''The ARN of the image version created on the instance.
|
|
44454
44470
|
|
|
44471
|
+
To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
44472
|
+
|
|
44455
44473
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-resourcespec.html#cfn-sagemaker-space-resourcespec-sagemakerimageversionarn
|
|
44456
44474
|
'''
|
|
44457
44475
|
result = self._values.get("sage_maker_image_version_arn")
|
|
@@ -47299,10 +47317,14 @@ class CfnUserProfile(
|
|
|
47299
47317
|
) -> None:
|
|
47300
47318
|
'''Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
47301
47319
|
|
|
47320
|
+
.. epigraph::
|
|
47321
|
+
|
|
47322
|
+
When both ``SageMakerImageVersionArn`` and ``SageMakerImageArn`` are passed, ``SageMakerImageVersionArn`` is used. Any updates to ``SageMakerImageArn`` will not take effect if ``SageMakerImageVersionArn`` already exists in the ``ResourceSpec`` because ``SageMakerImageVersionArn`` always takes precedence. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
47323
|
+
|
|
47302
47324
|
:param instance_type: The instance type that the image version runs on. .. epigraph:: *JupyterServer apps* only support the ``system`` value. For *KernelGateway apps* , the ``system`` value is translated to ``ml.t3.medium`` . KernelGateway apps also support all other values for available instance types.
|
|
47303
47325
|
:param lifecycle_config_arn: The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
47304
47326
|
:param sage_maker_image_arn: The ARN of the SageMaker AI image that the image version belongs to.
|
|
47305
|
-
:param sage_maker_image_version_arn: The ARN of the image version created on the instance.
|
|
47327
|
+
:param sage_maker_image_version_arn: The ARN of the image version created on the instance. To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
47306
47328
|
|
|
47307
47329
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-resourcespec.html
|
|
47308
47330
|
:exampleMetadata: fixture=_generated
|
|
@@ -47373,6 +47395,8 @@ class CfnUserProfile(
|
|
|
47373
47395
|
def sage_maker_image_version_arn(self) -> typing.Optional[builtins.str]:
|
|
47374
47396
|
'''The ARN of the image version created on the instance.
|
|
47375
47397
|
|
|
47398
|
+
To clear the value set for ``SageMakerImageVersionArn`` , pass ``None`` as the value.
|
|
47399
|
+
|
|
47376
47400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-resourcespec.html#cfn-sagemaker-userprofile-resourcespec-sagemakerimageversionarn
|
|
47377
47401
|
'''
|
|
47378
47402
|
result = self._values.get("sage_maker_image_version_arn")
|
|
@@ -49683,7 +49707,7 @@ def _typecheckingstub__11ad7b07799b19e9d0c959ac5d51f2235fe7a36d54964df0e345ae868
|
|
|
49683
49707
|
image_uri: builtins.str,
|
|
49684
49708
|
container_arguments: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
49685
49709
|
container_entrypoint: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
49686
|
-
environment: typing.Optional[typing.Union[
|
|
49710
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
49687
49711
|
post_analytics_processor_source_uri: typing.Optional[builtins.str] = None,
|
|
49688
49712
|
record_preprocessor_source_uri: typing.Optional[builtins.str] = None,
|
|
49689
49713
|
) -> None:
|
|
@@ -51176,7 +51200,7 @@ def _typecheckingstub__f5aed592935acb4ecc3dffe218101a8b9053d16d99e4a24219409fd2b
|
|
|
51176
51200
|
*,
|
|
51177
51201
|
artifact_url: typing.Optional[builtins.str] = None,
|
|
51178
51202
|
deployed_image: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInferenceComponent.DeployedImageProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
51179
|
-
environment: typing.Optional[typing.Union[
|
|
51203
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
51180
51204
|
image: typing.Optional[builtins.str] = None,
|
|
51181
51205
|
) -> None:
|
|
51182
51206
|
"""Type checking stubs"""
|
|
@@ -51853,7 +51877,7 @@ def _typecheckingstub__1f01cf0d16de54b691554f90fc0164a32bb034cb11f48e1da830de2f9
|
|
|
51853
51877
|
*,
|
|
51854
51878
|
config_uri: builtins.str,
|
|
51855
51879
|
image_uri: builtins.str,
|
|
51856
|
-
environment: typing.Optional[typing.Union[
|
|
51880
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
51857
51881
|
) -> None:
|
|
51858
51882
|
"""Type checking stubs"""
|
|
51859
51883
|
pass
|
|
@@ -52026,7 +52050,7 @@ def _typecheckingstub__21ba0d4cc0226b207bf2ec8b60d2dec29d0e16f53ed13490a4eadd31a
|
|
|
52026
52050
|
def _typecheckingstub__bdc804b35b707b6b83db59dd5856c727f91c3eaf822ead69849965c8d835fb16(
|
|
52027
52051
|
*,
|
|
52028
52052
|
caveats_and_recommendations: typing.Optional[builtins.str] = None,
|
|
52029
|
-
custom_details: typing.Optional[typing.Union[
|
|
52053
|
+
custom_details: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52030
52054
|
ethical_considerations: typing.Optional[builtins.str] = None,
|
|
52031
52055
|
) -> None:
|
|
52032
52056
|
"""Type checking stubs"""
|
|
@@ -52069,7 +52093,7 @@ def _typecheckingstub__aea006f10e4b9e47fd972d6bbaf6414142d5740197c53c1291d43731d
|
|
|
52069
52093
|
datasets: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
52070
52094
|
evaluation_job_arn: typing.Optional[builtins.str] = None,
|
|
52071
52095
|
evaluation_observation: typing.Optional[builtins.str] = None,
|
|
52072
|
-
metadata: typing.Optional[typing.Union[
|
|
52096
|
+
metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52073
52097
|
metric_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelCard.MetricGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
52074
52098
|
) -> None:
|
|
52075
52099
|
"""Type checking stubs"""
|
|
@@ -52430,7 +52454,7 @@ def _typecheckingstub__ebe56328bde0b850895826fabfc7bc3442ae0788e844a26866e772ad1
|
|
|
52430
52454
|
*,
|
|
52431
52455
|
config_uri: builtins.str,
|
|
52432
52456
|
image_uri: builtins.str,
|
|
52433
|
-
environment: typing.Optional[typing.Union[
|
|
52457
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52434
52458
|
) -> None:
|
|
52435
52459
|
"""Type checking stubs"""
|
|
52436
52460
|
pass
|
|
@@ -52532,7 +52556,7 @@ def _typecheckingstub__dd16b0de7cecf20a90c23d8d97096e81424f40b485b97eeee13cb706d
|
|
|
52532
52556
|
approval_description: typing.Optional[builtins.str] = None,
|
|
52533
52557
|
certify_for_marketplace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
52534
52558
|
client_token: typing.Optional[builtins.str] = None,
|
|
52535
|
-
customer_metadata_properties: typing.Optional[typing.Union[
|
|
52559
|
+
customer_metadata_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52536
52560
|
domain: typing.Optional[builtins.str] = None,
|
|
52537
52561
|
drift_check_baselines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.DriftCheckBaselinesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
52538
52562
|
inference_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.InferenceSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -52601,7 +52625,7 @@ def _typecheckingstub__89d64f853866a4eba94f202d8d78bafb1c880d82debc68888016437a9
|
|
|
52601
52625
|
pass
|
|
52602
52626
|
|
|
52603
52627
|
def _typecheckingstub__dd585f917b3f9ab436b00b5bec7661845c3d88a37a2a6e7b37c3e2c851fd45b4(
|
|
52604
|
-
value: typing.Optional[typing.Union[
|
|
52628
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
52605
52629
|
) -> None:
|
|
52606
52630
|
"""Type checking stubs"""
|
|
52607
52631
|
pass
|
|
@@ -52901,7 +52925,7 @@ def _typecheckingstub__863ee4313d8978810e469a123f1fc9cf3a202aa7d038afc51cd8fa610
|
|
|
52901
52925
|
*,
|
|
52902
52926
|
image: builtins.str,
|
|
52903
52927
|
container_hostname: typing.Optional[builtins.str] = None,
|
|
52904
|
-
environment: typing.Optional[typing.Union[
|
|
52928
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52905
52929
|
framework: typing.Optional[builtins.str] = None,
|
|
52906
52930
|
framework_version: typing.Optional[builtins.str] = None,
|
|
52907
52931
|
image_digest: typing.Optional[builtins.str] = None,
|
|
@@ -52993,7 +53017,7 @@ def _typecheckingstub__ad90453f586dca988e2139c0764adcc4e222e4f795136ffe7266e6b1a
|
|
|
52993
53017
|
transform_output: typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.TransformOutputProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
52994
53018
|
transform_resources: typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.TransformResourcesProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
52995
53019
|
batch_strategy: typing.Optional[builtins.str] = None,
|
|
52996
|
-
environment: typing.Optional[typing.Union[
|
|
53020
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
52997
53021
|
max_concurrent_transforms: typing.Optional[jsii.Number] = None,
|
|
52998
53022
|
max_payload_in_mb: typing.Optional[jsii.Number] = None,
|
|
52999
53023
|
) -> None:
|
|
@@ -53100,7 +53124,7 @@ def _typecheckingstub__378bde633f0e72c03caed7fddbf9a121418d898f476e84e86c7b4d379
|
|
|
53100
53124
|
approval_description: typing.Optional[builtins.str] = None,
|
|
53101
53125
|
certify_for_marketplace: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
53102
53126
|
client_token: typing.Optional[builtins.str] = None,
|
|
53103
|
-
customer_metadata_properties: typing.Optional[typing.Union[
|
|
53127
|
+
customer_metadata_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
53104
53128
|
domain: typing.Optional[builtins.str] = None,
|
|
53105
53129
|
drift_check_baselines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.DriftCheckBaselinesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
53106
53130
|
inference_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnModelPackage.InferenceSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -53314,7 +53338,7 @@ def _typecheckingstub__be45c2268dae58e29dd4db030dc1f3380067168548e1d2ff4e0a4642b
|
|
|
53314
53338
|
problem_type: builtins.str,
|
|
53315
53339
|
container_arguments: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
53316
53340
|
container_entrypoint: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
53317
|
-
environment: typing.Optional[typing.Union[
|
|
53341
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
53318
53342
|
post_analytics_processor_source_uri: typing.Optional[builtins.str] = None,
|
|
53319
53343
|
record_preprocessor_source_uri: typing.Optional[builtins.str] = None,
|
|
53320
53344
|
) -> None:
|
|
@@ -53598,7 +53622,7 @@ def _typecheckingstub__b910b71aa0bd7c4735c78fd94a919ccf37569efb82cd95f526e9b54a3
|
|
|
53598
53622
|
monitoring_resources: typing.Union[_IResolvable_da3f097b, typing.Union[CfnMonitoringSchedule.MonitoringResourcesProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
53599
53623
|
role_arn: builtins.str,
|
|
53600
53624
|
baseline_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMonitoringSchedule.BaselineConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
53601
|
-
environment: typing.Optional[typing.Union[
|
|
53625
|
+
environment: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
53602
53626
|
network_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMonitoringSchedule.NetworkConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
53603
53627
|
stopping_condition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMonitoringSchedule.StoppingConditionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
53604
53628
|
) -> None:
|
|
@@ -54010,7 +54034,7 @@ def _typecheckingstub__a0b5e54b4f9355cd8b3f672fa93bf2831dc955eee865a01bd9f51f0c6
|
|
|
54010
54034
|
def _typecheckingstub__4fe9c97147b4eae07c6bd61f56a8d78f05229fb88ed99c9642f55d171410989d(
|
|
54011
54035
|
*,
|
|
54012
54036
|
admin_users: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
54013
|
-
arguments: typing.Optional[typing.Union[
|
|
54037
|
+
arguments: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
54014
54038
|
) -> None:
|
|
54015
54039
|
"""Type checking stubs"""
|
|
54016
54040
|
pass
|