aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3797 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
from ..._jsii import *
|
|
32
|
+
|
|
33
|
+
import constructs as _constructs_77d1e7e8
|
|
34
|
+
from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@jsii.data_type(
|
|
38
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.AppImageConfigReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={
|
|
41
|
+
"app_image_config_arn": "appImageConfigArn",
|
|
42
|
+
"app_image_config_name": "appImageConfigName",
|
|
43
|
+
},
|
|
44
|
+
)
|
|
45
|
+
class AppImageConfigReference:
|
|
46
|
+
def __init__(
|
|
47
|
+
self,
|
|
48
|
+
*,
|
|
49
|
+
app_image_config_arn: builtins.str,
|
|
50
|
+
app_image_config_name: builtins.str,
|
|
51
|
+
) -> None:
|
|
52
|
+
'''A reference to a AppImageConfig resource.
|
|
53
|
+
|
|
54
|
+
:param app_image_config_arn: The ARN of the AppImageConfig resource.
|
|
55
|
+
:param app_image_config_name: The AppImageConfigName of the AppImageConfig resource.
|
|
56
|
+
|
|
57
|
+
:exampleMetadata: fixture=_generated
|
|
58
|
+
|
|
59
|
+
Example::
|
|
60
|
+
|
|
61
|
+
# The code below shows an example of how to instantiate this type.
|
|
62
|
+
# The values are placeholders you should change.
|
|
63
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
64
|
+
|
|
65
|
+
app_image_config_reference = interfaces_aws_sagemaker.AppImageConfigReference(
|
|
66
|
+
app_image_config_arn="appImageConfigArn",
|
|
67
|
+
app_image_config_name="appImageConfigName"
|
|
68
|
+
)
|
|
69
|
+
'''
|
|
70
|
+
if __debug__:
|
|
71
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8605a0bbddb7566b87d731e87346f01eed74a7a840b35f21894ff7b04efe109a)
|
|
72
|
+
check_type(argname="argument app_image_config_arn", value=app_image_config_arn, expected_type=type_hints["app_image_config_arn"])
|
|
73
|
+
check_type(argname="argument app_image_config_name", value=app_image_config_name, expected_type=type_hints["app_image_config_name"])
|
|
74
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
75
|
+
"app_image_config_arn": app_image_config_arn,
|
|
76
|
+
"app_image_config_name": app_image_config_name,
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@builtins.property
|
|
80
|
+
def app_image_config_arn(self) -> builtins.str:
|
|
81
|
+
'''The ARN of the AppImageConfig resource.'''
|
|
82
|
+
result = self._values.get("app_image_config_arn")
|
|
83
|
+
assert result is not None, "Required property 'app_image_config_arn' is missing"
|
|
84
|
+
return typing.cast(builtins.str, result)
|
|
85
|
+
|
|
86
|
+
@builtins.property
|
|
87
|
+
def app_image_config_name(self) -> builtins.str:
|
|
88
|
+
'''The AppImageConfigName of the AppImageConfig resource.'''
|
|
89
|
+
result = self._values.get("app_image_config_name")
|
|
90
|
+
assert result is not None, "Required property 'app_image_config_name' is missing"
|
|
91
|
+
return typing.cast(builtins.str, result)
|
|
92
|
+
|
|
93
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
94
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
95
|
+
|
|
96
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
97
|
+
return not (rhs == self)
|
|
98
|
+
|
|
99
|
+
def __repr__(self) -> str:
|
|
100
|
+
return "AppImageConfigReference(%s)" % ", ".join(
|
|
101
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
@jsii.data_type(
|
|
106
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.AppReference",
|
|
107
|
+
jsii_struct_bases=[],
|
|
108
|
+
name_mapping={
|
|
109
|
+
"app_arn": "appArn",
|
|
110
|
+
"app_name": "appName",
|
|
111
|
+
"app_type": "appType",
|
|
112
|
+
"domain_id": "domainId",
|
|
113
|
+
"user_profile_name": "userProfileName",
|
|
114
|
+
},
|
|
115
|
+
)
|
|
116
|
+
class AppReference:
|
|
117
|
+
def __init__(
|
|
118
|
+
self,
|
|
119
|
+
*,
|
|
120
|
+
app_arn: builtins.str,
|
|
121
|
+
app_name: builtins.str,
|
|
122
|
+
app_type: builtins.str,
|
|
123
|
+
domain_id: builtins.str,
|
|
124
|
+
user_profile_name: builtins.str,
|
|
125
|
+
) -> None:
|
|
126
|
+
'''A reference to a App resource.
|
|
127
|
+
|
|
128
|
+
:param app_arn: The ARN of the App resource.
|
|
129
|
+
:param app_name: The AppName of the App resource.
|
|
130
|
+
:param app_type: The AppType of the App resource.
|
|
131
|
+
:param domain_id: The DomainId of the App resource.
|
|
132
|
+
:param user_profile_name: The UserProfileName of the App resource.
|
|
133
|
+
|
|
134
|
+
:exampleMetadata: fixture=_generated
|
|
135
|
+
|
|
136
|
+
Example::
|
|
137
|
+
|
|
138
|
+
# The code below shows an example of how to instantiate this type.
|
|
139
|
+
# The values are placeholders you should change.
|
|
140
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
141
|
+
|
|
142
|
+
app_reference = interfaces_aws_sagemaker.AppReference(
|
|
143
|
+
app_arn="appArn",
|
|
144
|
+
app_name="appName",
|
|
145
|
+
app_type="appType",
|
|
146
|
+
domain_id="domainId",
|
|
147
|
+
user_profile_name="userProfileName"
|
|
148
|
+
)
|
|
149
|
+
'''
|
|
150
|
+
if __debug__:
|
|
151
|
+
type_hints = typing.get_type_hints(_typecheckingstub__acf6b4a544b0ae2c52d54ce3ceff8c75d3dcd96d513a527222edb518b2378b61)
|
|
152
|
+
check_type(argname="argument app_arn", value=app_arn, expected_type=type_hints["app_arn"])
|
|
153
|
+
check_type(argname="argument app_name", value=app_name, expected_type=type_hints["app_name"])
|
|
154
|
+
check_type(argname="argument app_type", value=app_type, expected_type=type_hints["app_type"])
|
|
155
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
156
|
+
check_type(argname="argument user_profile_name", value=user_profile_name, expected_type=type_hints["user_profile_name"])
|
|
157
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
158
|
+
"app_arn": app_arn,
|
|
159
|
+
"app_name": app_name,
|
|
160
|
+
"app_type": app_type,
|
|
161
|
+
"domain_id": domain_id,
|
|
162
|
+
"user_profile_name": user_profile_name,
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
@builtins.property
|
|
166
|
+
def app_arn(self) -> builtins.str:
|
|
167
|
+
'''The ARN of the App resource.'''
|
|
168
|
+
result = self._values.get("app_arn")
|
|
169
|
+
assert result is not None, "Required property 'app_arn' is missing"
|
|
170
|
+
return typing.cast(builtins.str, result)
|
|
171
|
+
|
|
172
|
+
@builtins.property
|
|
173
|
+
def app_name(self) -> builtins.str:
|
|
174
|
+
'''The AppName of the App resource.'''
|
|
175
|
+
result = self._values.get("app_name")
|
|
176
|
+
assert result is not None, "Required property 'app_name' is missing"
|
|
177
|
+
return typing.cast(builtins.str, result)
|
|
178
|
+
|
|
179
|
+
@builtins.property
|
|
180
|
+
def app_type(self) -> builtins.str:
|
|
181
|
+
'''The AppType of the App resource.'''
|
|
182
|
+
result = self._values.get("app_type")
|
|
183
|
+
assert result is not None, "Required property 'app_type' is missing"
|
|
184
|
+
return typing.cast(builtins.str, result)
|
|
185
|
+
|
|
186
|
+
@builtins.property
|
|
187
|
+
def domain_id(self) -> builtins.str:
|
|
188
|
+
'''The DomainId of the App resource.'''
|
|
189
|
+
result = self._values.get("domain_id")
|
|
190
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
191
|
+
return typing.cast(builtins.str, result)
|
|
192
|
+
|
|
193
|
+
@builtins.property
|
|
194
|
+
def user_profile_name(self) -> builtins.str:
|
|
195
|
+
'''The UserProfileName of the App resource.'''
|
|
196
|
+
result = self._values.get("user_profile_name")
|
|
197
|
+
assert result is not None, "Required property 'user_profile_name' is missing"
|
|
198
|
+
return typing.cast(builtins.str, result)
|
|
199
|
+
|
|
200
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
201
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
202
|
+
|
|
203
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
204
|
+
return not (rhs == self)
|
|
205
|
+
|
|
206
|
+
def __repr__(self) -> str:
|
|
207
|
+
return "AppReference(%s)" % ", ".join(
|
|
208
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
209
|
+
)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
@jsii.data_type(
|
|
213
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ClusterReference",
|
|
214
|
+
jsii_struct_bases=[],
|
|
215
|
+
name_mapping={"cluster_arn": "clusterArn"},
|
|
216
|
+
)
|
|
217
|
+
class ClusterReference:
|
|
218
|
+
def __init__(self, *, cluster_arn: builtins.str) -> None:
|
|
219
|
+
'''A reference to a Cluster resource.
|
|
220
|
+
|
|
221
|
+
:param cluster_arn: The ClusterArn of the Cluster resource.
|
|
222
|
+
|
|
223
|
+
:exampleMetadata: fixture=_generated
|
|
224
|
+
|
|
225
|
+
Example::
|
|
226
|
+
|
|
227
|
+
# The code below shows an example of how to instantiate this type.
|
|
228
|
+
# The values are placeholders you should change.
|
|
229
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
230
|
+
|
|
231
|
+
cluster_reference = interfaces_aws_sagemaker.ClusterReference(
|
|
232
|
+
cluster_arn="clusterArn"
|
|
233
|
+
)
|
|
234
|
+
'''
|
|
235
|
+
if __debug__:
|
|
236
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b41740c83d2043a3c12795517b06ef5392e313ddf64f0baf09ea7a2ce947048c)
|
|
237
|
+
check_type(argname="argument cluster_arn", value=cluster_arn, expected_type=type_hints["cluster_arn"])
|
|
238
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
239
|
+
"cluster_arn": cluster_arn,
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@builtins.property
|
|
243
|
+
def cluster_arn(self) -> builtins.str:
|
|
244
|
+
'''The ClusterArn of the Cluster resource.'''
|
|
245
|
+
result = self._values.get("cluster_arn")
|
|
246
|
+
assert result is not None, "Required property 'cluster_arn' is missing"
|
|
247
|
+
return typing.cast(builtins.str, result)
|
|
248
|
+
|
|
249
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
250
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
251
|
+
|
|
252
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
253
|
+
return not (rhs == self)
|
|
254
|
+
|
|
255
|
+
def __repr__(self) -> str:
|
|
256
|
+
return "ClusterReference(%s)" % ", ".join(
|
|
257
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
258
|
+
)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
@jsii.data_type(
|
|
262
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.CodeRepositoryReference",
|
|
263
|
+
jsii_struct_bases=[],
|
|
264
|
+
name_mapping={"code_repository_id": "codeRepositoryId"},
|
|
265
|
+
)
|
|
266
|
+
class CodeRepositoryReference:
|
|
267
|
+
def __init__(self, *, code_repository_id: builtins.str) -> None:
|
|
268
|
+
'''A reference to a CodeRepository resource.
|
|
269
|
+
|
|
270
|
+
:param code_repository_id: The Id of the CodeRepository resource.
|
|
271
|
+
|
|
272
|
+
:exampleMetadata: fixture=_generated
|
|
273
|
+
|
|
274
|
+
Example::
|
|
275
|
+
|
|
276
|
+
# The code below shows an example of how to instantiate this type.
|
|
277
|
+
# The values are placeholders you should change.
|
|
278
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
279
|
+
|
|
280
|
+
code_repository_reference = interfaces_aws_sagemaker.CodeRepositoryReference(
|
|
281
|
+
code_repository_id="codeRepositoryId"
|
|
282
|
+
)
|
|
283
|
+
'''
|
|
284
|
+
if __debug__:
|
|
285
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d50203d0b8619bba87d6272a7d3180c525e4133465ac661135be4365a5902520)
|
|
286
|
+
check_type(argname="argument code_repository_id", value=code_repository_id, expected_type=type_hints["code_repository_id"])
|
|
287
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
288
|
+
"code_repository_id": code_repository_id,
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@builtins.property
|
|
292
|
+
def code_repository_id(self) -> builtins.str:
|
|
293
|
+
'''The Id of the CodeRepository resource.'''
|
|
294
|
+
result = self._values.get("code_repository_id")
|
|
295
|
+
assert result is not None, "Required property 'code_repository_id' is missing"
|
|
296
|
+
return typing.cast(builtins.str, result)
|
|
297
|
+
|
|
298
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
299
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
300
|
+
|
|
301
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
302
|
+
return not (rhs == self)
|
|
303
|
+
|
|
304
|
+
def __repr__(self) -> str:
|
|
305
|
+
return "CodeRepositoryReference(%s)" % ", ".join(
|
|
306
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
307
|
+
)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
@jsii.data_type(
|
|
311
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.DataQualityJobDefinitionReference",
|
|
312
|
+
jsii_struct_bases=[],
|
|
313
|
+
name_mapping={"job_definition_arn": "jobDefinitionArn"},
|
|
314
|
+
)
|
|
315
|
+
class DataQualityJobDefinitionReference:
|
|
316
|
+
def __init__(self, *, job_definition_arn: builtins.str) -> None:
|
|
317
|
+
'''A reference to a DataQualityJobDefinition resource.
|
|
318
|
+
|
|
319
|
+
:param job_definition_arn: The JobDefinitionArn of the DataQualityJobDefinition resource.
|
|
320
|
+
|
|
321
|
+
:exampleMetadata: fixture=_generated
|
|
322
|
+
|
|
323
|
+
Example::
|
|
324
|
+
|
|
325
|
+
# The code below shows an example of how to instantiate this type.
|
|
326
|
+
# The values are placeholders you should change.
|
|
327
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
328
|
+
|
|
329
|
+
data_quality_job_definition_reference = interfaces_aws_sagemaker.DataQualityJobDefinitionReference(
|
|
330
|
+
job_definition_arn="jobDefinitionArn"
|
|
331
|
+
)
|
|
332
|
+
'''
|
|
333
|
+
if __debug__:
|
|
334
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5b50ea0229d7c5b363f40e378afed722f72bc9584c588e33961e55a8acd85a7d)
|
|
335
|
+
check_type(argname="argument job_definition_arn", value=job_definition_arn, expected_type=type_hints["job_definition_arn"])
|
|
336
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
337
|
+
"job_definition_arn": job_definition_arn,
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@builtins.property
|
|
341
|
+
def job_definition_arn(self) -> builtins.str:
|
|
342
|
+
'''The JobDefinitionArn of the DataQualityJobDefinition resource.'''
|
|
343
|
+
result = self._values.get("job_definition_arn")
|
|
344
|
+
assert result is not None, "Required property 'job_definition_arn' is missing"
|
|
345
|
+
return typing.cast(builtins.str, result)
|
|
346
|
+
|
|
347
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
348
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
349
|
+
|
|
350
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
351
|
+
return not (rhs == self)
|
|
352
|
+
|
|
353
|
+
def __repr__(self) -> str:
|
|
354
|
+
return "DataQualityJobDefinitionReference(%s)" % ", ".join(
|
|
355
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
356
|
+
)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
@jsii.data_type(
|
|
360
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.DeviceFleetReference",
|
|
361
|
+
jsii_struct_bases=[],
|
|
362
|
+
name_mapping={"device_fleet_name": "deviceFleetName"},
|
|
363
|
+
)
|
|
364
|
+
class DeviceFleetReference:
|
|
365
|
+
def __init__(self, *, device_fleet_name: builtins.str) -> None:
|
|
366
|
+
'''A reference to a DeviceFleet resource.
|
|
367
|
+
|
|
368
|
+
:param device_fleet_name: The DeviceFleetName of the DeviceFleet resource.
|
|
369
|
+
|
|
370
|
+
:exampleMetadata: fixture=_generated
|
|
371
|
+
|
|
372
|
+
Example::
|
|
373
|
+
|
|
374
|
+
# The code below shows an example of how to instantiate this type.
|
|
375
|
+
# The values are placeholders you should change.
|
|
376
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
377
|
+
|
|
378
|
+
device_fleet_reference = interfaces_aws_sagemaker.DeviceFleetReference(
|
|
379
|
+
device_fleet_name="deviceFleetName"
|
|
380
|
+
)
|
|
381
|
+
'''
|
|
382
|
+
if __debug__:
|
|
383
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1b9a733d992a034e2946905dc4f6aea8cb11d66ab8a69578e5ec6f5ac02a78c1)
|
|
384
|
+
check_type(argname="argument device_fleet_name", value=device_fleet_name, expected_type=type_hints["device_fleet_name"])
|
|
385
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
386
|
+
"device_fleet_name": device_fleet_name,
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
@builtins.property
|
|
390
|
+
def device_fleet_name(self) -> builtins.str:
|
|
391
|
+
'''The DeviceFleetName of the DeviceFleet resource.'''
|
|
392
|
+
result = self._values.get("device_fleet_name")
|
|
393
|
+
assert result is not None, "Required property 'device_fleet_name' is missing"
|
|
394
|
+
return typing.cast(builtins.str, result)
|
|
395
|
+
|
|
396
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
397
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
398
|
+
|
|
399
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
400
|
+
return not (rhs == self)
|
|
401
|
+
|
|
402
|
+
def __repr__(self) -> str:
|
|
403
|
+
return "DeviceFleetReference(%s)" % ", ".join(
|
|
404
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
405
|
+
)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
@jsii.data_type(
|
|
409
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.DeviceReference",
|
|
410
|
+
jsii_struct_bases=[],
|
|
411
|
+
name_mapping={"device_name": "deviceName"},
|
|
412
|
+
)
|
|
413
|
+
class DeviceReference:
|
|
414
|
+
def __init__(self, *, device_name: builtins.str) -> None:
|
|
415
|
+
'''A reference to a Device resource.
|
|
416
|
+
|
|
417
|
+
:param device_name: The Device/DeviceName of the Device resource.
|
|
418
|
+
|
|
419
|
+
:exampleMetadata: fixture=_generated
|
|
420
|
+
|
|
421
|
+
Example::
|
|
422
|
+
|
|
423
|
+
# The code below shows an example of how to instantiate this type.
|
|
424
|
+
# The values are placeholders you should change.
|
|
425
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
426
|
+
|
|
427
|
+
device_reference = interfaces_aws_sagemaker.DeviceReference(
|
|
428
|
+
device_name="deviceName"
|
|
429
|
+
)
|
|
430
|
+
'''
|
|
431
|
+
if __debug__:
|
|
432
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5e91123dc160df144def6083969becc0cfa03100ce49a86dbd47dbc531c40dc4)
|
|
433
|
+
check_type(argname="argument device_name", value=device_name, expected_type=type_hints["device_name"])
|
|
434
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
435
|
+
"device_name": device_name,
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
@builtins.property
|
|
439
|
+
def device_name(self) -> builtins.str:
|
|
440
|
+
'''The Device/DeviceName of the Device resource.'''
|
|
441
|
+
result = self._values.get("device_name")
|
|
442
|
+
assert result is not None, "Required property 'device_name' is missing"
|
|
443
|
+
return typing.cast(builtins.str, result)
|
|
444
|
+
|
|
445
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
446
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
447
|
+
|
|
448
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
449
|
+
return not (rhs == self)
|
|
450
|
+
|
|
451
|
+
def __repr__(self) -> str:
|
|
452
|
+
return "DeviceReference(%s)" % ", ".join(
|
|
453
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
454
|
+
)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
@jsii.data_type(
|
|
458
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.DomainReference",
|
|
459
|
+
jsii_struct_bases=[],
|
|
460
|
+
name_mapping={"domain_arn": "domainArn", "domain_id": "domainId"},
|
|
461
|
+
)
|
|
462
|
+
class DomainReference:
|
|
463
|
+
def __init__(self, *, domain_arn: builtins.str, domain_id: builtins.str) -> None:
|
|
464
|
+
'''A reference to a Domain resource.
|
|
465
|
+
|
|
466
|
+
:param domain_arn: The ARN of the Domain resource.
|
|
467
|
+
:param domain_id: The DomainId of the Domain resource.
|
|
468
|
+
|
|
469
|
+
:exampleMetadata: fixture=_generated
|
|
470
|
+
|
|
471
|
+
Example::
|
|
472
|
+
|
|
473
|
+
# The code below shows an example of how to instantiate this type.
|
|
474
|
+
# The values are placeholders you should change.
|
|
475
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
476
|
+
|
|
477
|
+
domain_reference = interfaces_aws_sagemaker.DomainReference(
|
|
478
|
+
domain_arn="domainArn",
|
|
479
|
+
domain_id="domainId"
|
|
480
|
+
)
|
|
481
|
+
'''
|
|
482
|
+
if __debug__:
|
|
483
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b051cfa5b56c2c44861ce067c6e3e2b5ff6bc49d74d2a599515c501b0884167)
|
|
484
|
+
check_type(argname="argument domain_arn", value=domain_arn, expected_type=type_hints["domain_arn"])
|
|
485
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
486
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
487
|
+
"domain_arn": domain_arn,
|
|
488
|
+
"domain_id": domain_id,
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
@builtins.property
|
|
492
|
+
def domain_arn(self) -> builtins.str:
|
|
493
|
+
'''The ARN of the Domain resource.'''
|
|
494
|
+
result = self._values.get("domain_arn")
|
|
495
|
+
assert result is not None, "Required property 'domain_arn' is missing"
|
|
496
|
+
return typing.cast(builtins.str, result)
|
|
497
|
+
|
|
498
|
+
@builtins.property
|
|
499
|
+
def domain_id(self) -> builtins.str:
|
|
500
|
+
'''The DomainId of the Domain resource.'''
|
|
501
|
+
result = self._values.get("domain_id")
|
|
502
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
503
|
+
return typing.cast(builtins.str, result)
|
|
504
|
+
|
|
505
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
506
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
507
|
+
|
|
508
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
509
|
+
return not (rhs == self)
|
|
510
|
+
|
|
511
|
+
def __repr__(self) -> str:
|
|
512
|
+
return "DomainReference(%s)" % ", ".join(
|
|
513
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
514
|
+
)
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
@jsii.data_type(
|
|
518
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.EndpointConfigReference",
|
|
519
|
+
jsii_struct_bases=[],
|
|
520
|
+
name_mapping={"endpoint_config_id": "endpointConfigId"},
|
|
521
|
+
)
|
|
522
|
+
class EndpointConfigReference:
|
|
523
|
+
def __init__(self, *, endpoint_config_id: builtins.str) -> None:
|
|
524
|
+
'''A reference to a EndpointConfig resource.
|
|
525
|
+
|
|
526
|
+
:param endpoint_config_id: The Id of the EndpointConfig resource.
|
|
527
|
+
|
|
528
|
+
:exampleMetadata: fixture=_generated
|
|
529
|
+
|
|
530
|
+
Example::
|
|
531
|
+
|
|
532
|
+
# The code below shows an example of how to instantiate this type.
|
|
533
|
+
# The values are placeholders you should change.
|
|
534
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
535
|
+
|
|
536
|
+
endpoint_config_reference = interfaces_aws_sagemaker.EndpointConfigReference(
|
|
537
|
+
endpoint_config_id="endpointConfigId"
|
|
538
|
+
)
|
|
539
|
+
'''
|
|
540
|
+
if __debug__:
|
|
541
|
+
type_hints = typing.get_type_hints(_typecheckingstub__671b59e91ff91baea0cef8d7d45d4100318e43b4ba27225394b64570ce952f45)
|
|
542
|
+
check_type(argname="argument endpoint_config_id", value=endpoint_config_id, expected_type=type_hints["endpoint_config_id"])
|
|
543
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
544
|
+
"endpoint_config_id": endpoint_config_id,
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
@builtins.property
|
|
548
|
+
def endpoint_config_id(self) -> builtins.str:
|
|
549
|
+
'''The Id of the EndpointConfig resource.'''
|
|
550
|
+
result = self._values.get("endpoint_config_id")
|
|
551
|
+
assert result is not None, "Required property 'endpoint_config_id' is missing"
|
|
552
|
+
return typing.cast(builtins.str, result)
|
|
553
|
+
|
|
554
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
555
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
556
|
+
|
|
557
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
558
|
+
return not (rhs == self)
|
|
559
|
+
|
|
560
|
+
def __repr__(self) -> str:
|
|
561
|
+
return "EndpointConfigReference(%s)" % ", ".join(
|
|
562
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
563
|
+
)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
@jsii.data_type(
|
|
567
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.EndpointReference",
|
|
568
|
+
jsii_struct_bases=[],
|
|
569
|
+
name_mapping={"endpoint_arn": "endpointArn"},
|
|
570
|
+
)
|
|
571
|
+
class EndpointReference:
|
|
572
|
+
def __init__(self, *, endpoint_arn: builtins.str) -> None:
|
|
573
|
+
'''A reference to a Endpoint resource.
|
|
574
|
+
|
|
575
|
+
:param endpoint_arn: The EndpointArn of the Endpoint resource.
|
|
576
|
+
|
|
577
|
+
:exampleMetadata: fixture=_generated
|
|
578
|
+
|
|
579
|
+
Example::
|
|
580
|
+
|
|
581
|
+
# The code below shows an example of how to instantiate this type.
|
|
582
|
+
# The values are placeholders you should change.
|
|
583
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
584
|
+
|
|
585
|
+
endpoint_reference = interfaces_aws_sagemaker.EndpointReference(
|
|
586
|
+
endpoint_arn="endpointArn"
|
|
587
|
+
)
|
|
588
|
+
'''
|
|
589
|
+
if __debug__:
|
|
590
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ba07aa533865a76289f1b8ba76c2ae9b68760c1195553f601d11a7addf968c43)
|
|
591
|
+
check_type(argname="argument endpoint_arn", value=endpoint_arn, expected_type=type_hints["endpoint_arn"])
|
|
592
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
593
|
+
"endpoint_arn": endpoint_arn,
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
@builtins.property
|
|
597
|
+
def endpoint_arn(self) -> builtins.str:
|
|
598
|
+
'''The EndpointArn of the Endpoint resource.'''
|
|
599
|
+
result = self._values.get("endpoint_arn")
|
|
600
|
+
assert result is not None, "Required property 'endpoint_arn' is missing"
|
|
601
|
+
return typing.cast(builtins.str, result)
|
|
602
|
+
|
|
603
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
604
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
605
|
+
|
|
606
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
607
|
+
return not (rhs == self)
|
|
608
|
+
|
|
609
|
+
def __repr__(self) -> str:
|
|
610
|
+
return "EndpointReference(%s)" % ", ".join(
|
|
611
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
612
|
+
)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
@jsii.data_type(
|
|
616
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.FeatureGroupReference",
|
|
617
|
+
jsii_struct_bases=[],
|
|
618
|
+
name_mapping={"feature_group_name": "featureGroupName"},
|
|
619
|
+
)
|
|
620
|
+
class FeatureGroupReference:
|
|
621
|
+
def __init__(self, *, feature_group_name: builtins.str) -> None:
|
|
622
|
+
'''A reference to a FeatureGroup resource.
|
|
623
|
+
|
|
624
|
+
:param feature_group_name: The FeatureGroupName of the FeatureGroup resource.
|
|
625
|
+
|
|
626
|
+
:exampleMetadata: fixture=_generated
|
|
627
|
+
|
|
628
|
+
Example::
|
|
629
|
+
|
|
630
|
+
# The code below shows an example of how to instantiate this type.
|
|
631
|
+
# The values are placeholders you should change.
|
|
632
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
633
|
+
|
|
634
|
+
feature_group_reference = interfaces_aws_sagemaker.FeatureGroupReference(
|
|
635
|
+
feature_group_name="featureGroupName"
|
|
636
|
+
)
|
|
637
|
+
'''
|
|
638
|
+
if __debug__:
|
|
639
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0043c65a11b7af9fa8bd64a420c0be15fb3226e8c86d9153a34ccb0e0c57f82b)
|
|
640
|
+
check_type(argname="argument feature_group_name", value=feature_group_name, expected_type=type_hints["feature_group_name"])
|
|
641
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
642
|
+
"feature_group_name": feature_group_name,
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
@builtins.property
|
|
646
|
+
def feature_group_name(self) -> builtins.str:
|
|
647
|
+
'''The FeatureGroupName of the FeatureGroup resource.'''
|
|
648
|
+
result = self._values.get("feature_group_name")
|
|
649
|
+
assert result is not None, "Required property 'feature_group_name' is missing"
|
|
650
|
+
return typing.cast(builtins.str, result)
|
|
651
|
+
|
|
652
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
653
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
654
|
+
|
|
655
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
656
|
+
return not (rhs == self)
|
|
657
|
+
|
|
658
|
+
def __repr__(self) -> str:
|
|
659
|
+
return "FeatureGroupReference(%s)" % ", ".join(
|
|
660
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
661
|
+
)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IAppImageConfigRef")
|
|
665
|
+
class IAppImageConfigRef(
|
|
666
|
+
_constructs_77d1e7e8.IConstruct,
|
|
667
|
+
_IEnvironmentAware_f39049ee,
|
|
668
|
+
typing_extensions.Protocol,
|
|
669
|
+
):
|
|
670
|
+
'''(experimental) Indicates that this resource can be referenced as a AppImageConfig.
|
|
671
|
+
|
|
672
|
+
:stability: experimental
|
|
673
|
+
'''
|
|
674
|
+
|
|
675
|
+
@builtins.property
|
|
676
|
+
@jsii.member(jsii_name="appImageConfigRef")
|
|
677
|
+
def app_image_config_ref(self) -> AppImageConfigReference:
|
|
678
|
+
'''(experimental) A reference to a AppImageConfig resource.
|
|
679
|
+
|
|
680
|
+
:stability: experimental
|
|
681
|
+
'''
|
|
682
|
+
...
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
class _IAppImageConfigRefProxy(
|
|
686
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
687
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
688
|
+
):
|
|
689
|
+
'''(experimental) Indicates that this resource can be referenced as a AppImageConfig.
|
|
690
|
+
|
|
691
|
+
:stability: experimental
|
|
692
|
+
'''
|
|
693
|
+
|
|
694
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IAppImageConfigRef"
|
|
695
|
+
|
|
696
|
+
@builtins.property
|
|
697
|
+
@jsii.member(jsii_name="appImageConfigRef")
|
|
698
|
+
def app_image_config_ref(self) -> AppImageConfigReference:
|
|
699
|
+
'''(experimental) A reference to a AppImageConfig resource.
|
|
700
|
+
|
|
701
|
+
:stability: experimental
|
|
702
|
+
'''
|
|
703
|
+
return typing.cast(AppImageConfigReference, jsii.get(self, "appImageConfigRef"))
|
|
704
|
+
|
|
705
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
706
|
+
typing.cast(typing.Any, IAppImageConfigRef).__jsii_proxy_class__ = lambda : _IAppImageConfigRefProxy
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IAppRef")
|
|
710
|
+
class IAppRef(
|
|
711
|
+
_constructs_77d1e7e8.IConstruct,
|
|
712
|
+
_IEnvironmentAware_f39049ee,
|
|
713
|
+
typing_extensions.Protocol,
|
|
714
|
+
):
|
|
715
|
+
'''(experimental) Indicates that this resource can be referenced as a App.
|
|
716
|
+
|
|
717
|
+
:stability: experimental
|
|
718
|
+
'''
|
|
719
|
+
|
|
720
|
+
@builtins.property
|
|
721
|
+
@jsii.member(jsii_name="appRef")
|
|
722
|
+
def app_ref(self) -> AppReference:
|
|
723
|
+
'''(experimental) A reference to a App resource.
|
|
724
|
+
|
|
725
|
+
:stability: experimental
|
|
726
|
+
'''
|
|
727
|
+
...
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
class _IAppRefProxy(
|
|
731
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
732
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
733
|
+
):
|
|
734
|
+
'''(experimental) Indicates that this resource can be referenced as a App.
|
|
735
|
+
|
|
736
|
+
:stability: experimental
|
|
737
|
+
'''
|
|
738
|
+
|
|
739
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IAppRef"
|
|
740
|
+
|
|
741
|
+
@builtins.property
|
|
742
|
+
@jsii.member(jsii_name="appRef")
|
|
743
|
+
def app_ref(self) -> AppReference:
|
|
744
|
+
'''(experimental) A reference to a App resource.
|
|
745
|
+
|
|
746
|
+
:stability: experimental
|
|
747
|
+
'''
|
|
748
|
+
return typing.cast(AppReference, jsii.get(self, "appRef"))
|
|
749
|
+
|
|
750
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
751
|
+
typing.cast(typing.Any, IAppRef).__jsii_proxy_class__ = lambda : _IAppRefProxy
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IClusterRef")
|
|
755
|
+
class IClusterRef(
|
|
756
|
+
_constructs_77d1e7e8.IConstruct,
|
|
757
|
+
_IEnvironmentAware_f39049ee,
|
|
758
|
+
typing_extensions.Protocol,
|
|
759
|
+
):
|
|
760
|
+
'''(experimental) Indicates that this resource can be referenced as a Cluster.
|
|
761
|
+
|
|
762
|
+
:stability: experimental
|
|
763
|
+
'''
|
|
764
|
+
|
|
765
|
+
@builtins.property
|
|
766
|
+
@jsii.member(jsii_name="clusterRef")
|
|
767
|
+
def cluster_ref(self) -> ClusterReference:
|
|
768
|
+
'''(experimental) A reference to a Cluster resource.
|
|
769
|
+
|
|
770
|
+
:stability: experimental
|
|
771
|
+
'''
|
|
772
|
+
...
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
class _IClusterRefProxy(
|
|
776
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
777
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
778
|
+
):
|
|
779
|
+
'''(experimental) Indicates that this resource can be referenced as a Cluster.
|
|
780
|
+
|
|
781
|
+
:stability: experimental
|
|
782
|
+
'''
|
|
783
|
+
|
|
784
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IClusterRef"
|
|
785
|
+
|
|
786
|
+
@builtins.property
|
|
787
|
+
@jsii.member(jsii_name="clusterRef")
|
|
788
|
+
def cluster_ref(self) -> ClusterReference:
|
|
789
|
+
'''(experimental) A reference to a Cluster resource.
|
|
790
|
+
|
|
791
|
+
:stability: experimental
|
|
792
|
+
'''
|
|
793
|
+
return typing.cast(ClusterReference, jsii.get(self, "clusterRef"))
|
|
794
|
+
|
|
795
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
796
|
+
typing.cast(typing.Any, IClusterRef).__jsii_proxy_class__ = lambda : _IClusterRefProxy
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ICodeRepositoryRef")
|
|
800
|
+
class ICodeRepositoryRef(
|
|
801
|
+
_constructs_77d1e7e8.IConstruct,
|
|
802
|
+
_IEnvironmentAware_f39049ee,
|
|
803
|
+
typing_extensions.Protocol,
|
|
804
|
+
):
|
|
805
|
+
'''(experimental) Indicates that this resource can be referenced as a CodeRepository.
|
|
806
|
+
|
|
807
|
+
:stability: experimental
|
|
808
|
+
'''
|
|
809
|
+
|
|
810
|
+
@builtins.property
|
|
811
|
+
@jsii.member(jsii_name="codeRepositoryRef")
|
|
812
|
+
def code_repository_ref(self) -> CodeRepositoryReference:
|
|
813
|
+
'''(experimental) A reference to a CodeRepository resource.
|
|
814
|
+
|
|
815
|
+
:stability: experimental
|
|
816
|
+
'''
|
|
817
|
+
...
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
class _ICodeRepositoryRefProxy(
|
|
821
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
822
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
823
|
+
):
|
|
824
|
+
'''(experimental) Indicates that this resource can be referenced as a CodeRepository.
|
|
825
|
+
|
|
826
|
+
:stability: experimental
|
|
827
|
+
'''
|
|
828
|
+
|
|
829
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.ICodeRepositoryRef"
|
|
830
|
+
|
|
831
|
+
@builtins.property
|
|
832
|
+
@jsii.member(jsii_name="codeRepositoryRef")
|
|
833
|
+
def code_repository_ref(self) -> CodeRepositoryReference:
|
|
834
|
+
'''(experimental) A reference to a CodeRepository resource.
|
|
835
|
+
|
|
836
|
+
:stability: experimental
|
|
837
|
+
'''
|
|
838
|
+
return typing.cast(CodeRepositoryReference, jsii.get(self, "codeRepositoryRef"))
|
|
839
|
+
|
|
840
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
841
|
+
typing.cast(typing.Any, ICodeRepositoryRef).__jsii_proxy_class__ = lambda : _ICodeRepositoryRefProxy
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
@jsii.interface(
|
|
845
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IDataQualityJobDefinitionRef"
|
|
846
|
+
)
|
|
847
|
+
class IDataQualityJobDefinitionRef(
|
|
848
|
+
_constructs_77d1e7e8.IConstruct,
|
|
849
|
+
_IEnvironmentAware_f39049ee,
|
|
850
|
+
typing_extensions.Protocol,
|
|
851
|
+
):
|
|
852
|
+
'''(experimental) Indicates that this resource can be referenced as a DataQualityJobDefinition.
|
|
853
|
+
|
|
854
|
+
:stability: experimental
|
|
855
|
+
'''
|
|
856
|
+
|
|
857
|
+
@builtins.property
|
|
858
|
+
@jsii.member(jsii_name="dataQualityJobDefinitionRef")
|
|
859
|
+
def data_quality_job_definition_ref(self) -> DataQualityJobDefinitionReference:
|
|
860
|
+
'''(experimental) A reference to a DataQualityJobDefinition resource.
|
|
861
|
+
|
|
862
|
+
:stability: experimental
|
|
863
|
+
'''
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
class _IDataQualityJobDefinitionRefProxy(
|
|
868
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
869
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
870
|
+
):
|
|
871
|
+
'''(experimental) Indicates that this resource can be referenced as a DataQualityJobDefinition.
|
|
872
|
+
|
|
873
|
+
:stability: experimental
|
|
874
|
+
'''
|
|
875
|
+
|
|
876
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IDataQualityJobDefinitionRef"
|
|
877
|
+
|
|
878
|
+
@builtins.property
|
|
879
|
+
@jsii.member(jsii_name="dataQualityJobDefinitionRef")
|
|
880
|
+
def data_quality_job_definition_ref(self) -> DataQualityJobDefinitionReference:
|
|
881
|
+
'''(experimental) A reference to a DataQualityJobDefinition resource.
|
|
882
|
+
|
|
883
|
+
:stability: experimental
|
|
884
|
+
'''
|
|
885
|
+
return typing.cast(DataQualityJobDefinitionReference, jsii.get(self, "dataQualityJobDefinitionRef"))
|
|
886
|
+
|
|
887
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
888
|
+
typing.cast(typing.Any, IDataQualityJobDefinitionRef).__jsii_proxy_class__ = lambda : _IDataQualityJobDefinitionRefProxy
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IDeviceFleetRef")
|
|
892
|
+
class IDeviceFleetRef(
|
|
893
|
+
_constructs_77d1e7e8.IConstruct,
|
|
894
|
+
_IEnvironmentAware_f39049ee,
|
|
895
|
+
typing_extensions.Protocol,
|
|
896
|
+
):
|
|
897
|
+
'''(experimental) Indicates that this resource can be referenced as a DeviceFleet.
|
|
898
|
+
|
|
899
|
+
:stability: experimental
|
|
900
|
+
'''
|
|
901
|
+
|
|
902
|
+
@builtins.property
|
|
903
|
+
@jsii.member(jsii_name="deviceFleetRef")
|
|
904
|
+
def device_fleet_ref(self) -> DeviceFleetReference:
|
|
905
|
+
'''(experimental) A reference to a DeviceFleet resource.
|
|
906
|
+
|
|
907
|
+
:stability: experimental
|
|
908
|
+
'''
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
class _IDeviceFleetRefProxy(
|
|
913
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
914
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
915
|
+
):
|
|
916
|
+
'''(experimental) Indicates that this resource can be referenced as a DeviceFleet.
|
|
917
|
+
|
|
918
|
+
:stability: experimental
|
|
919
|
+
'''
|
|
920
|
+
|
|
921
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IDeviceFleetRef"
|
|
922
|
+
|
|
923
|
+
@builtins.property
|
|
924
|
+
@jsii.member(jsii_name="deviceFleetRef")
|
|
925
|
+
def device_fleet_ref(self) -> DeviceFleetReference:
|
|
926
|
+
'''(experimental) A reference to a DeviceFleet resource.
|
|
927
|
+
|
|
928
|
+
:stability: experimental
|
|
929
|
+
'''
|
|
930
|
+
return typing.cast(DeviceFleetReference, jsii.get(self, "deviceFleetRef"))
|
|
931
|
+
|
|
932
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
933
|
+
typing.cast(typing.Any, IDeviceFleetRef).__jsii_proxy_class__ = lambda : _IDeviceFleetRefProxy
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IDeviceRef")
|
|
937
|
+
class IDeviceRef(
|
|
938
|
+
_constructs_77d1e7e8.IConstruct,
|
|
939
|
+
_IEnvironmentAware_f39049ee,
|
|
940
|
+
typing_extensions.Protocol,
|
|
941
|
+
):
|
|
942
|
+
'''(experimental) Indicates that this resource can be referenced as a Device.
|
|
943
|
+
|
|
944
|
+
:stability: experimental
|
|
945
|
+
'''
|
|
946
|
+
|
|
947
|
+
@builtins.property
|
|
948
|
+
@jsii.member(jsii_name="deviceRef")
|
|
949
|
+
def device_ref(self) -> DeviceReference:
|
|
950
|
+
'''(experimental) A reference to a Device resource.
|
|
951
|
+
|
|
952
|
+
:stability: experimental
|
|
953
|
+
'''
|
|
954
|
+
...
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
class _IDeviceRefProxy(
|
|
958
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
959
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
960
|
+
):
|
|
961
|
+
'''(experimental) Indicates that this resource can be referenced as a Device.
|
|
962
|
+
|
|
963
|
+
:stability: experimental
|
|
964
|
+
'''
|
|
965
|
+
|
|
966
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IDeviceRef"
|
|
967
|
+
|
|
968
|
+
@builtins.property
|
|
969
|
+
@jsii.member(jsii_name="deviceRef")
|
|
970
|
+
def device_ref(self) -> DeviceReference:
|
|
971
|
+
'''(experimental) A reference to a Device resource.
|
|
972
|
+
|
|
973
|
+
:stability: experimental
|
|
974
|
+
'''
|
|
975
|
+
return typing.cast(DeviceReference, jsii.get(self, "deviceRef"))
|
|
976
|
+
|
|
977
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
978
|
+
typing.cast(typing.Any, IDeviceRef).__jsii_proxy_class__ = lambda : _IDeviceRefProxy
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IDomainRef")
|
|
982
|
+
class IDomainRef(
|
|
983
|
+
_constructs_77d1e7e8.IConstruct,
|
|
984
|
+
_IEnvironmentAware_f39049ee,
|
|
985
|
+
typing_extensions.Protocol,
|
|
986
|
+
):
|
|
987
|
+
'''(experimental) Indicates that this resource can be referenced as a Domain.
|
|
988
|
+
|
|
989
|
+
:stability: experimental
|
|
990
|
+
'''
|
|
991
|
+
|
|
992
|
+
@builtins.property
|
|
993
|
+
@jsii.member(jsii_name="domainRef")
|
|
994
|
+
def domain_ref(self) -> DomainReference:
|
|
995
|
+
'''(experimental) A reference to a Domain resource.
|
|
996
|
+
|
|
997
|
+
:stability: experimental
|
|
998
|
+
'''
|
|
999
|
+
...
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
class _IDomainRefProxy(
|
|
1003
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1004
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1005
|
+
):
|
|
1006
|
+
'''(experimental) Indicates that this resource can be referenced as a Domain.
|
|
1007
|
+
|
|
1008
|
+
:stability: experimental
|
|
1009
|
+
'''
|
|
1010
|
+
|
|
1011
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IDomainRef"
|
|
1012
|
+
|
|
1013
|
+
@builtins.property
|
|
1014
|
+
@jsii.member(jsii_name="domainRef")
|
|
1015
|
+
def domain_ref(self) -> DomainReference:
|
|
1016
|
+
'''(experimental) A reference to a Domain resource.
|
|
1017
|
+
|
|
1018
|
+
:stability: experimental
|
|
1019
|
+
'''
|
|
1020
|
+
return typing.cast(DomainReference, jsii.get(self, "domainRef"))
|
|
1021
|
+
|
|
1022
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1023
|
+
typing.cast(typing.Any, IDomainRef).__jsii_proxy_class__ = lambda : _IDomainRefProxy
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IEndpointConfigRef")
|
|
1027
|
+
class IEndpointConfigRef(
|
|
1028
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1029
|
+
_IEnvironmentAware_f39049ee,
|
|
1030
|
+
typing_extensions.Protocol,
|
|
1031
|
+
):
|
|
1032
|
+
'''(experimental) Indicates that this resource can be referenced as a EndpointConfig.
|
|
1033
|
+
|
|
1034
|
+
:stability: experimental
|
|
1035
|
+
'''
|
|
1036
|
+
|
|
1037
|
+
@builtins.property
|
|
1038
|
+
@jsii.member(jsii_name="endpointConfigRef")
|
|
1039
|
+
def endpoint_config_ref(self) -> EndpointConfigReference:
|
|
1040
|
+
'''(experimental) A reference to a EndpointConfig resource.
|
|
1041
|
+
|
|
1042
|
+
:stability: experimental
|
|
1043
|
+
'''
|
|
1044
|
+
...
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
class _IEndpointConfigRefProxy(
|
|
1048
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1049
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1050
|
+
):
|
|
1051
|
+
'''(experimental) Indicates that this resource can be referenced as a EndpointConfig.
|
|
1052
|
+
|
|
1053
|
+
:stability: experimental
|
|
1054
|
+
'''
|
|
1055
|
+
|
|
1056
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IEndpointConfigRef"
|
|
1057
|
+
|
|
1058
|
+
@builtins.property
|
|
1059
|
+
@jsii.member(jsii_name="endpointConfigRef")
|
|
1060
|
+
def endpoint_config_ref(self) -> EndpointConfigReference:
|
|
1061
|
+
'''(experimental) A reference to a EndpointConfig resource.
|
|
1062
|
+
|
|
1063
|
+
:stability: experimental
|
|
1064
|
+
'''
|
|
1065
|
+
return typing.cast(EndpointConfigReference, jsii.get(self, "endpointConfigRef"))
|
|
1066
|
+
|
|
1067
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1068
|
+
typing.cast(typing.Any, IEndpointConfigRef).__jsii_proxy_class__ = lambda : _IEndpointConfigRefProxy
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IEndpointRef")
|
|
1072
|
+
class IEndpointRef(
|
|
1073
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1074
|
+
_IEnvironmentAware_f39049ee,
|
|
1075
|
+
typing_extensions.Protocol,
|
|
1076
|
+
):
|
|
1077
|
+
'''(experimental) Indicates that this resource can be referenced as a Endpoint.
|
|
1078
|
+
|
|
1079
|
+
:stability: experimental
|
|
1080
|
+
'''
|
|
1081
|
+
|
|
1082
|
+
@builtins.property
|
|
1083
|
+
@jsii.member(jsii_name="endpointRef")
|
|
1084
|
+
def endpoint_ref(self) -> EndpointReference:
|
|
1085
|
+
'''(experimental) A reference to a Endpoint resource.
|
|
1086
|
+
|
|
1087
|
+
:stability: experimental
|
|
1088
|
+
'''
|
|
1089
|
+
...
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
class _IEndpointRefProxy(
|
|
1093
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1094
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1095
|
+
):
|
|
1096
|
+
'''(experimental) Indicates that this resource can be referenced as a Endpoint.
|
|
1097
|
+
|
|
1098
|
+
:stability: experimental
|
|
1099
|
+
'''
|
|
1100
|
+
|
|
1101
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IEndpointRef"
|
|
1102
|
+
|
|
1103
|
+
@builtins.property
|
|
1104
|
+
@jsii.member(jsii_name="endpointRef")
|
|
1105
|
+
def endpoint_ref(self) -> EndpointReference:
|
|
1106
|
+
'''(experimental) A reference to a Endpoint resource.
|
|
1107
|
+
|
|
1108
|
+
:stability: experimental
|
|
1109
|
+
'''
|
|
1110
|
+
return typing.cast(EndpointReference, jsii.get(self, "endpointRef"))
|
|
1111
|
+
|
|
1112
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1113
|
+
typing.cast(typing.Any, IEndpointRef).__jsii_proxy_class__ = lambda : _IEndpointRefProxy
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IFeatureGroupRef")
|
|
1117
|
+
class IFeatureGroupRef(
|
|
1118
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1119
|
+
_IEnvironmentAware_f39049ee,
|
|
1120
|
+
typing_extensions.Protocol,
|
|
1121
|
+
):
|
|
1122
|
+
'''(experimental) Indicates that this resource can be referenced as a FeatureGroup.
|
|
1123
|
+
|
|
1124
|
+
:stability: experimental
|
|
1125
|
+
'''
|
|
1126
|
+
|
|
1127
|
+
@builtins.property
|
|
1128
|
+
@jsii.member(jsii_name="featureGroupRef")
|
|
1129
|
+
def feature_group_ref(self) -> FeatureGroupReference:
|
|
1130
|
+
'''(experimental) A reference to a FeatureGroup resource.
|
|
1131
|
+
|
|
1132
|
+
:stability: experimental
|
|
1133
|
+
'''
|
|
1134
|
+
...
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
class _IFeatureGroupRefProxy(
|
|
1138
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1139
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1140
|
+
):
|
|
1141
|
+
'''(experimental) Indicates that this resource can be referenced as a FeatureGroup.
|
|
1142
|
+
|
|
1143
|
+
:stability: experimental
|
|
1144
|
+
'''
|
|
1145
|
+
|
|
1146
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IFeatureGroupRef"
|
|
1147
|
+
|
|
1148
|
+
@builtins.property
|
|
1149
|
+
@jsii.member(jsii_name="featureGroupRef")
|
|
1150
|
+
def feature_group_ref(self) -> FeatureGroupReference:
|
|
1151
|
+
'''(experimental) A reference to a FeatureGroup resource.
|
|
1152
|
+
|
|
1153
|
+
:stability: experimental
|
|
1154
|
+
'''
|
|
1155
|
+
return typing.cast(FeatureGroupReference, jsii.get(self, "featureGroupRef"))
|
|
1156
|
+
|
|
1157
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1158
|
+
typing.cast(typing.Any, IFeatureGroupRef).__jsii_proxy_class__ = lambda : _IFeatureGroupRefProxy
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IImageRef")
|
|
1162
|
+
class IImageRef(
|
|
1163
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1164
|
+
_IEnvironmentAware_f39049ee,
|
|
1165
|
+
typing_extensions.Protocol,
|
|
1166
|
+
):
|
|
1167
|
+
'''(experimental) Indicates that this resource can be referenced as a Image.
|
|
1168
|
+
|
|
1169
|
+
:stability: experimental
|
|
1170
|
+
'''
|
|
1171
|
+
|
|
1172
|
+
@builtins.property
|
|
1173
|
+
@jsii.member(jsii_name="imageRef")
|
|
1174
|
+
def image_ref(self) -> "ImageReference":
|
|
1175
|
+
'''(experimental) A reference to a Image resource.
|
|
1176
|
+
|
|
1177
|
+
:stability: experimental
|
|
1178
|
+
'''
|
|
1179
|
+
...
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
class _IImageRefProxy(
|
|
1183
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1184
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1185
|
+
):
|
|
1186
|
+
'''(experimental) Indicates that this resource can be referenced as a Image.
|
|
1187
|
+
|
|
1188
|
+
:stability: experimental
|
|
1189
|
+
'''
|
|
1190
|
+
|
|
1191
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IImageRef"
|
|
1192
|
+
|
|
1193
|
+
@builtins.property
|
|
1194
|
+
@jsii.member(jsii_name="imageRef")
|
|
1195
|
+
def image_ref(self) -> "ImageReference":
|
|
1196
|
+
'''(experimental) A reference to a Image resource.
|
|
1197
|
+
|
|
1198
|
+
:stability: experimental
|
|
1199
|
+
'''
|
|
1200
|
+
return typing.cast("ImageReference", jsii.get(self, "imageRef"))
|
|
1201
|
+
|
|
1202
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1203
|
+
typing.cast(typing.Any, IImageRef).__jsii_proxy_class__ = lambda : _IImageRefProxy
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IImageVersionRef")
|
|
1207
|
+
class IImageVersionRef(
|
|
1208
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1209
|
+
_IEnvironmentAware_f39049ee,
|
|
1210
|
+
typing_extensions.Protocol,
|
|
1211
|
+
):
|
|
1212
|
+
'''(experimental) Indicates that this resource can be referenced as a ImageVersion.
|
|
1213
|
+
|
|
1214
|
+
:stability: experimental
|
|
1215
|
+
'''
|
|
1216
|
+
|
|
1217
|
+
@builtins.property
|
|
1218
|
+
@jsii.member(jsii_name="imageVersionRef")
|
|
1219
|
+
def image_version_ref(self) -> "ImageVersionReference":
|
|
1220
|
+
'''(experimental) A reference to a ImageVersion resource.
|
|
1221
|
+
|
|
1222
|
+
:stability: experimental
|
|
1223
|
+
'''
|
|
1224
|
+
...
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
class _IImageVersionRefProxy(
|
|
1228
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1229
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1230
|
+
):
|
|
1231
|
+
'''(experimental) Indicates that this resource can be referenced as a ImageVersion.
|
|
1232
|
+
|
|
1233
|
+
:stability: experimental
|
|
1234
|
+
'''
|
|
1235
|
+
|
|
1236
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IImageVersionRef"
|
|
1237
|
+
|
|
1238
|
+
@builtins.property
|
|
1239
|
+
@jsii.member(jsii_name="imageVersionRef")
|
|
1240
|
+
def image_version_ref(self) -> "ImageVersionReference":
|
|
1241
|
+
'''(experimental) A reference to a ImageVersion resource.
|
|
1242
|
+
|
|
1243
|
+
:stability: experimental
|
|
1244
|
+
'''
|
|
1245
|
+
return typing.cast("ImageVersionReference", jsii.get(self, "imageVersionRef"))
|
|
1246
|
+
|
|
1247
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1248
|
+
typing.cast(typing.Any, IImageVersionRef).__jsii_proxy_class__ = lambda : _IImageVersionRefProxy
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
@jsii.interface(
|
|
1252
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IInferenceComponentRef"
|
|
1253
|
+
)
|
|
1254
|
+
class IInferenceComponentRef(
|
|
1255
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1256
|
+
_IEnvironmentAware_f39049ee,
|
|
1257
|
+
typing_extensions.Protocol,
|
|
1258
|
+
):
|
|
1259
|
+
'''(experimental) Indicates that this resource can be referenced as a InferenceComponent.
|
|
1260
|
+
|
|
1261
|
+
:stability: experimental
|
|
1262
|
+
'''
|
|
1263
|
+
|
|
1264
|
+
@builtins.property
|
|
1265
|
+
@jsii.member(jsii_name="inferenceComponentRef")
|
|
1266
|
+
def inference_component_ref(self) -> "InferenceComponentReference":
|
|
1267
|
+
'''(experimental) A reference to a InferenceComponent resource.
|
|
1268
|
+
|
|
1269
|
+
:stability: experimental
|
|
1270
|
+
'''
|
|
1271
|
+
...
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
class _IInferenceComponentRefProxy(
|
|
1275
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1276
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1277
|
+
):
|
|
1278
|
+
'''(experimental) Indicates that this resource can be referenced as a InferenceComponent.
|
|
1279
|
+
|
|
1280
|
+
:stability: experimental
|
|
1281
|
+
'''
|
|
1282
|
+
|
|
1283
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IInferenceComponentRef"
|
|
1284
|
+
|
|
1285
|
+
@builtins.property
|
|
1286
|
+
@jsii.member(jsii_name="inferenceComponentRef")
|
|
1287
|
+
def inference_component_ref(self) -> "InferenceComponentReference":
|
|
1288
|
+
'''(experimental) A reference to a InferenceComponent resource.
|
|
1289
|
+
|
|
1290
|
+
:stability: experimental
|
|
1291
|
+
'''
|
|
1292
|
+
return typing.cast("InferenceComponentReference", jsii.get(self, "inferenceComponentRef"))
|
|
1293
|
+
|
|
1294
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1295
|
+
typing.cast(typing.Any, IInferenceComponentRef).__jsii_proxy_class__ = lambda : _IInferenceComponentRefProxy
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
@jsii.interface(
|
|
1299
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IInferenceExperimentRef"
|
|
1300
|
+
)
|
|
1301
|
+
class IInferenceExperimentRef(
|
|
1302
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1303
|
+
_IEnvironmentAware_f39049ee,
|
|
1304
|
+
typing_extensions.Protocol,
|
|
1305
|
+
):
|
|
1306
|
+
'''(experimental) Indicates that this resource can be referenced as a InferenceExperiment.
|
|
1307
|
+
|
|
1308
|
+
:stability: experimental
|
|
1309
|
+
'''
|
|
1310
|
+
|
|
1311
|
+
@builtins.property
|
|
1312
|
+
@jsii.member(jsii_name="inferenceExperimentRef")
|
|
1313
|
+
def inference_experiment_ref(self) -> "InferenceExperimentReference":
|
|
1314
|
+
'''(experimental) A reference to a InferenceExperiment resource.
|
|
1315
|
+
|
|
1316
|
+
:stability: experimental
|
|
1317
|
+
'''
|
|
1318
|
+
...
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
class _IInferenceExperimentRefProxy(
|
|
1322
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1323
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1324
|
+
):
|
|
1325
|
+
'''(experimental) Indicates that this resource can be referenced as a InferenceExperiment.
|
|
1326
|
+
|
|
1327
|
+
:stability: experimental
|
|
1328
|
+
'''
|
|
1329
|
+
|
|
1330
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IInferenceExperimentRef"
|
|
1331
|
+
|
|
1332
|
+
@builtins.property
|
|
1333
|
+
@jsii.member(jsii_name="inferenceExperimentRef")
|
|
1334
|
+
def inference_experiment_ref(self) -> "InferenceExperimentReference":
|
|
1335
|
+
'''(experimental) A reference to a InferenceExperiment resource.
|
|
1336
|
+
|
|
1337
|
+
:stability: experimental
|
|
1338
|
+
'''
|
|
1339
|
+
return typing.cast("InferenceExperimentReference", jsii.get(self, "inferenceExperimentRef"))
|
|
1340
|
+
|
|
1341
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1342
|
+
typing.cast(typing.Any, IInferenceExperimentRef).__jsii_proxy_class__ = lambda : _IInferenceExperimentRefProxy
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
@jsii.interface(
|
|
1346
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IMlflowTrackingServerRef"
|
|
1347
|
+
)
|
|
1348
|
+
class IMlflowTrackingServerRef(
|
|
1349
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1350
|
+
_IEnvironmentAware_f39049ee,
|
|
1351
|
+
typing_extensions.Protocol,
|
|
1352
|
+
):
|
|
1353
|
+
'''(experimental) Indicates that this resource can be referenced as a MlflowTrackingServer.
|
|
1354
|
+
|
|
1355
|
+
:stability: experimental
|
|
1356
|
+
'''
|
|
1357
|
+
|
|
1358
|
+
@builtins.property
|
|
1359
|
+
@jsii.member(jsii_name="mlflowTrackingServerRef")
|
|
1360
|
+
def mlflow_tracking_server_ref(self) -> "MlflowTrackingServerReference":
|
|
1361
|
+
'''(experimental) A reference to a MlflowTrackingServer resource.
|
|
1362
|
+
|
|
1363
|
+
:stability: experimental
|
|
1364
|
+
'''
|
|
1365
|
+
...
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
class _IMlflowTrackingServerRefProxy(
|
|
1369
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1370
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1371
|
+
):
|
|
1372
|
+
'''(experimental) Indicates that this resource can be referenced as a MlflowTrackingServer.
|
|
1373
|
+
|
|
1374
|
+
:stability: experimental
|
|
1375
|
+
'''
|
|
1376
|
+
|
|
1377
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IMlflowTrackingServerRef"
|
|
1378
|
+
|
|
1379
|
+
@builtins.property
|
|
1380
|
+
@jsii.member(jsii_name="mlflowTrackingServerRef")
|
|
1381
|
+
def mlflow_tracking_server_ref(self) -> "MlflowTrackingServerReference":
|
|
1382
|
+
'''(experimental) A reference to a MlflowTrackingServer resource.
|
|
1383
|
+
|
|
1384
|
+
:stability: experimental
|
|
1385
|
+
'''
|
|
1386
|
+
return typing.cast("MlflowTrackingServerReference", jsii.get(self, "mlflowTrackingServerRef"))
|
|
1387
|
+
|
|
1388
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1389
|
+
typing.cast(typing.Any, IMlflowTrackingServerRef).__jsii_proxy_class__ = lambda : _IMlflowTrackingServerRefProxy
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
@jsii.interface(
|
|
1393
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelBiasJobDefinitionRef"
|
|
1394
|
+
)
|
|
1395
|
+
class IModelBiasJobDefinitionRef(
|
|
1396
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1397
|
+
_IEnvironmentAware_f39049ee,
|
|
1398
|
+
typing_extensions.Protocol,
|
|
1399
|
+
):
|
|
1400
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelBiasJobDefinition.
|
|
1401
|
+
|
|
1402
|
+
:stability: experimental
|
|
1403
|
+
'''
|
|
1404
|
+
|
|
1405
|
+
@builtins.property
|
|
1406
|
+
@jsii.member(jsii_name="modelBiasJobDefinitionRef")
|
|
1407
|
+
def model_bias_job_definition_ref(self) -> "ModelBiasJobDefinitionReference":
|
|
1408
|
+
'''(experimental) A reference to a ModelBiasJobDefinition resource.
|
|
1409
|
+
|
|
1410
|
+
:stability: experimental
|
|
1411
|
+
'''
|
|
1412
|
+
...
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
class _IModelBiasJobDefinitionRefProxy(
|
|
1416
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1417
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1418
|
+
):
|
|
1419
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelBiasJobDefinition.
|
|
1420
|
+
|
|
1421
|
+
:stability: experimental
|
|
1422
|
+
'''
|
|
1423
|
+
|
|
1424
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelBiasJobDefinitionRef"
|
|
1425
|
+
|
|
1426
|
+
@builtins.property
|
|
1427
|
+
@jsii.member(jsii_name="modelBiasJobDefinitionRef")
|
|
1428
|
+
def model_bias_job_definition_ref(self) -> "ModelBiasJobDefinitionReference":
|
|
1429
|
+
'''(experimental) A reference to a ModelBiasJobDefinition resource.
|
|
1430
|
+
|
|
1431
|
+
:stability: experimental
|
|
1432
|
+
'''
|
|
1433
|
+
return typing.cast("ModelBiasJobDefinitionReference", jsii.get(self, "modelBiasJobDefinitionRef"))
|
|
1434
|
+
|
|
1435
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1436
|
+
typing.cast(typing.Any, IModelBiasJobDefinitionRef).__jsii_proxy_class__ = lambda : _IModelBiasJobDefinitionRefProxy
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelCardRef")
|
|
1440
|
+
class IModelCardRef(
|
|
1441
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1442
|
+
_IEnvironmentAware_f39049ee,
|
|
1443
|
+
typing_extensions.Protocol,
|
|
1444
|
+
):
|
|
1445
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelCard.
|
|
1446
|
+
|
|
1447
|
+
:stability: experimental
|
|
1448
|
+
'''
|
|
1449
|
+
|
|
1450
|
+
@builtins.property
|
|
1451
|
+
@jsii.member(jsii_name="modelCardRef")
|
|
1452
|
+
def model_card_ref(self) -> "ModelCardReference":
|
|
1453
|
+
'''(experimental) A reference to a ModelCard resource.
|
|
1454
|
+
|
|
1455
|
+
:stability: experimental
|
|
1456
|
+
'''
|
|
1457
|
+
...
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
class _IModelCardRefProxy(
|
|
1461
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1462
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1463
|
+
):
|
|
1464
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelCard.
|
|
1465
|
+
|
|
1466
|
+
:stability: experimental
|
|
1467
|
+
'''
|
|
1468
|
+
|
|
1469
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelCardRef"
|
|
1470
|
+
|
|
1471
|
+
@builtins.property
|
|
1472
|
+
@jsii.member(jsii_name="modelCardRef")
|
|
1473
|
+
def model_card_ref(self) -> "ModelCardReference":
|
|
1474
|
+
'''(experimental) A reference to a ModelCard resource.
|
|
1475
|
+
|
|
1476
|
+
:stability: experimental
|
|
1477
|
+
'''
|
|
1478
|
+
return typing.cast("ModelCardReference", jsii.get(self, "modelCardRef"))
|
|
1479
|
+
|
|
1480
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1481
|
+
typing.cast(typing.Any, IModelCardRef).__jsii_proxy_class__ = lambda : _IModelCardRefProxy
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
@jsii.interface(
|
|
1485
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelExplainabilityJobDefinitionRef"
|
|
1486
|
+
)
|
|
1487
|
+
class IModelExplainabilityJobDefinitionRef(
|
|
1488
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1489
|
+
_IEnvironmentAware_f39049ee,
|
|
1490
|
+
typing_extensions.Protocol,
|
|
1491
|
+
):
|
|
1492
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelExplainabilityJobDefinition.
|
|
1493
|
+
|
|
1494
|
+
:stability: experimental
|
|
1495
|
+
'''
|
|
1496
|
+
|
|
1497
|
+
@builtins.property
|
|
1498
|
+
@jsii.member(jsii_name="modelExplainabilityJobDefinitionRef")
|
|
1499
|
+
def model_explainability_job_definition_ref(
|
|
1500
|
+
self,
|
|
1501
|
+
) -> "ModelExplainabilityJobDefinitionReference":
|
|
1502
|
+
'''(experimental) A reference to a ModelExplainabilityJobDefinition resource.
|
|
1503
|
+
|
|
1504
|
+
:stability: experimental
|
|
1505
|
+
'''
|
|
1506
|
+
...
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
class _IModelExplainabilityJobDefinitionRefProxy(
|
|
1510
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1511
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1512
|
+
):
|
|
1513
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelExplainabilityJobDefinition.
|
|
1514
|
+
|
|
1515
|
+
:stability: experimental
|
|
1516
|
+
'''
|
|
1517
|
+
|
|
1518
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelExplainabilityJobDefinitionRef"
|
|
1519
|
+
|
|
1520
|
+
@builtins.property
|
|
1521
|
+
@jsii.member(jsii_name="modelExplainabilityJobDefinitionRef")
|
|
1522
|
+
def model_explainability_job_definition_ref(
|
|
1523
|
+
self,
|
|
1524
|
+
) -> "ModelExplainabilityJobDefinitionReference":
|
|
1525
|
+
'''(experimental) A reference to a ModelExplainabilityJobDefinition resource.
|
|
1526
|
+
|
|
1527
|
+
:stability: experimental
|
|
1528
|
+
'''
|
|
1529
|
+
return typing.cast("ModelExplainabilityJobDefinitionReference", jsii.get(self, "modelExplainabilityJobDefinitionRef"))
|
|
1530
|
+
|
|
1531
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1532
|
+
typing.cast(typing.Any, IModelExplainabilityJobDefinitionRef).__jsii_proxy_class__ = lambda : _IModelExplainabilityJobDefinitionRefProxy
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelPackageGroupRef")
|
|
1536
|
+
class IModelPackageGroupRef(
|
|
1537
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1538
|
+
_IEnvironmentAware_f39049ee,
|
|
1539
|
+
typing_extensions.Protocol,
|
|
1540
|
+
):
|
|
1541
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelPackageGroup.
|
|
1542
|
+
|
|
1543
|
+
:stability: experimental
|
|
1544
|
+
'''
|
|
1545
|
+
|
|
1546
|
+
@builtins.property
|
|
1547
|
+
@jsii.member(jsii_name="modelPackageGroupRef")
|
|
1548
|
+
def model_package_group_ref(self) -> "ModelPackageGroupReference":
|
|
1549
|
+
'''(experimental) A reference to a ModelPackageGroup resource.
|
|
1550
|
+
|
|
1551
|
+
:stability: experimental
|
|
1552
|
+
'''
|
|
1553
|
+
...
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
class _IModelPackageGroupRefProxy(
|
|
1557
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1558
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1559
|
+
):
|
|
1560
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelPackageGroup.
|
|
1561
|
+
|
|
1562
|
+
:stability: experimental
|
|
1563
|
+
'''
|
|
1564
|
+
|
|
1565
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelPackageGroupRef"
|
|
1566
|
+
|
|
1567
|
+
@builtins.property
|
|
1568
|
+
@jsii.member(jsii_name="modelPackageGroupRef")
|
|
1569
|
+
def model_package_group_ref(self) -> "ModelPackageGroupReference":
|
|
1570
|
+
'''(experimental) A reference to a ModelPackageGroup resource.
|
|
1571
|
+
|
|
1572
|
+
:stability: experimental
|
|
1573
|
+
'''
|
|
1574
|
+
return typing.cast("ModelPackageGroupReference", jsii.get(self, "modelPackageGroupRef"))
|
|
1575
|
+
|
|
1576
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1577
|
+
typing.cast(typing.Any, IModelPackageGroupRef).__jsii_proxy_class__ = lambda : _IModelPackageGroupRefProxy
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelPackageRef")
|
|
1581
|
+
class IModelPackageRef(
|
|
1582
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1583
|
+
_IEnvironmentAware_f39049ee,
|
|
1584
|
+
typing_extensions.Protocol,
|
|
1585
|
+
):
|
|
1586
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelPackage.
|
|
1587
|
+
|
|
1588
|
+
:stability: experimental
|
|
1589
|
+
'''
|
|
1590
|
+
|
|
1591
|
+
@builtins.property
|
|
1592
|
+
@jsii.member(jsii_name="modelPackageRef")
|
|
1593
|
+
def model_package_ref(self) -> "ModelPackageReference":
|
|
1594
|
+
'''(experimental) A reference to a ModelPackage resource.
|
|
1595
|
+
|
|
1596
|
+
:stability: experimental
|
|
1597
|
+
'''
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
class _IModelPackageRefProxy(
|
|
1602
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1603
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1604
|
+
):
|
|
1605
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelPackage.
|
|
1606
|
+
|
|
1607
|
+
:stability: experimental
|
|
1608
|
+
'''
|
|
1609
|
+
|
|
1610
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelPackageRef"
|
|
1611
|
+
|
|
1612
|
+
@builtins.property
|
|
1613
|
+
@jsii.member(jsii_name="modelPackageRef")
|
|
1614
|
+
def model_package_ref(self) -> "ModelPackageReference":
|
|
1615
|
+
'''(experimental) A reference to a ModelPackage resource.
|
|
1616
|
+
|
|
1617
|
+
:stability: experimental
|
|
1618
|
+
'''
|
|
1619
|
+
return typing.cast("ModelPackageReference", jsii.get(self, "modelPackageRef"))
|
|
1620
|
+
|
|
1621
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1622
|
+
typing.cast(typing.Any, IModelPackageRef).__jsii_proxy_class__ = lambda : _IModelPackageRefProxy
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
@jsii.interface(
|
|
1626
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelQualityJobDefinitionRef"
|
|
1627
|
+
)
|
|
1628
|
+
class IModelQualityJobDefinitionRef(
|
|
1629
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1630
|
+
_IEnvironmentAware_f39049ee,
|
|
1631
|
+
typing_extensions.Protocol,
|
|
1632
|
+
):
|
|
1633
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelQualityJobDefinition.
|
|
1634
|
+
|
|
1635
|
+
:stability: experimental
|
|
1636
|
+
'''
|
|
1637
|
+
|
|
1638
|
+
@builtins.property
|
|
1639
|
+
@jsii.member(jsii_name="modelQualityJobDefinitionRef")
|
|
1640
|
+
def model_quality_job_definition_ref(self) -> "ModelQualityJobDefinitionReference":
|
|
1641
|
+
'''(experimental) A reference to a ModelQualityJobDefinition resource.
|
|
1642
|
+
|
|
1643
|
+
:stability: experimental
|
|
1644
|
+
'''
|
|
1645
|
+
...
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
class _IModelQualityJobDefinitionRefProxy(
|
|
1649
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1650
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1651
|
+
):
|
|
1652
|
+
'''(experimental) Indicates that this resource can be referenced as a ModelQualityJobDefinition.
|
|
1653
|
+
|
|
1654
|
+
:stability: experimental
|
|
1655
|
+
'''
|
|
1656
|
+
|
|
1657
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelQualityJobDefinitionRef"
|
|
1658
|
+
|
|
1659
|
+
@builtins.property
|
|
1660
|
+
@jsii.member(jsii_name="modelQualityJobDefinitionRef")
|
|
1661
|
+
def model_quality_job_definition_ref(self) -> "ModelQualityJobDefinitionReference":
|
|
1662
|
+
'''(experimental) A reference to a ModelQualityJobDefinition resource.
|
|
1663
|
+
|
|
1664
|
+
:stability: experimental
|
|
1665
|
+
'''
|
|
1666
|
+
return typing.cast("ModelQualityJobDefinitionReference", jsii.get(self, "modelQualityJobDefinitionRef"))
|
|
1667
|
+
|
|
1668
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1669
|
+
typing.cast(typing.Any, IModelQualityJobDefinitionRef).__jsii_proxy_class__ = lambda : _IModelQualityJobDefinitionRefProxy
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IModelRef")
|
|
1673
|
+
class IModelRef(
|
|
1674
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1675
|
+
_IEnvironmentAware_f39049ee,
|
|
1676
|
+
typing_extensions.Protocol,
|
|
1677
|
+
):
|
|
1678
|
+
'''(experimental) Indicates that this resource can be referenced as a Model.
|
|
1679
|
+
|
|
1680
|
+
:stability: experimental
|
|
1681
|
+
'''
|
|
1682
|
+
|
|
1683
|
+
@builtins.property
|
|
1684
|
+
@jsii.member(jsii_name="modelRef")
|
|
1685
|
+
def model_ref(self) -> "ModelReference":
|
|
1686
|
+
'''(experimental) A reference to a Model resource.
|
|
1687
|
+
|
|
1688
|
+
:stability: experimental
|
|
1689
|
+
'''
|
|
1690
|
+
...
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
class _IModelRefProxy(
|
|
1694
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1695
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1696
|
+
):
|
|
1697
|
+
'''(experimental) Indicates that this resource can be referenced as a Model.
|
|
1698
|
+
|
|
1699
|
+
:stability: experimental
|
|
1700
|
+
'''
|
|
1701
|
+
|
|
1702
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IModelRef"
|
|
1703
|
+
|
|
1704
|
+
@builtins.property
|
|
1705
|
+
@jsii.member(jsii_name="modelRef")
|
|
1706
|
+
def model_ref(self) -> "ModelReference":
|
|
1707
|
+
'''(experimental) A reference to a Model resource.
|
|
1708
|
+
|
|
1709
|
+
:stability: experimental
|
|
1710
|
+
'''
|
|
1711
|
+
return typing.cast("ModelReference", jsii.get(self, "modelRef"))
|
|
1712
|
+
|
|
1713
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1714
|
+
typing.cast(typing.Any, IModelRef).__jsii_proxy_class__ = lambda : _IModelRefProxy
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
@jsii.interface(
|
|
1718
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IMonitoringScheduleRef"
|
|
1719
|
+
)
|
|
1720
|
+
class IMonitoringScheduleRef(
|
|
1721
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1722
|
+
_IEnvironmentAware_f39049ee,
|
|
1723
|
+
typing_extensions.Protocol,
|
|
1724
|
+
):
|
|
1725
|
+
'''(experimental) Indicates that this resource can be referenced as a MonitoringSchedule.
|
|
1726
|
+
|
|
1727
|
+
:stability: experimental
|
|
1728
|
+
'''
|
|
1729
|
+
|
|
1730
|
+
@builtins.property
|
|
1731
|
+
@jsii.member(jsii_name="monitoringScheduleRef")
|
|
1732
|
+
def monitoring_schedule_ref(self) -> "MonitoringScheduleReference":
|
|
1733
|
+
'''(experimental) A reference to a MonitoringSchedule resource.
|
|
1734
|
+
|
|
1735
|
+
:stability: experimental
|
|
1736
|
+
'''
|
|
1737
|
+
...
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
class _IMonitoringScheduleRefProxy(
|
|
1741
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1742
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1743
|
+
):
|
|
1744
|
+
'''(experimental) Indicates that this resource can be referenced as a MonitoringSchedule.
|
|
1745
|
+
|
|
1746
|
+
:stability: experimental
|
|
1747
|
+
'''
|
|
1748
|
+
|
|
1749
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IMonitoringScheduleRef"
|
|
1750
|
+
|
|
1751
|
+
@builtins.property
|
|
1752
|
+
@jsii.member(jsii_name="monitoringScheduleRef")
|
|
1753
|
+
def monitoring_schedule_ref(self) -> "MonitoringScheduleReference":
|
|
1754
|
+
'''(experimental) A reference to a MonitoringSchedule resource.
|
|
1755
|
+
|
|
1756
|
+
:stability: experimental
|
|
1757
|
+
'''
|
|
1758
|
+
return typing.cast("MonitoringScheduleReference", jsii.get(self, "monitoringScheduleRef"))
|
|
1759
|
+
|
|
1760
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1761
|
+
typing.cast(typing.Any, IMonitoringScheduleRef).__jsii_proxy_class__ = lambda : _IMonitoringScheduleRefProxy
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
@jsii.interface(
|
|
1765
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.INotebookInstanceLifecycleConfigRef"
|
|
1766
|
+
)
|
|
1767
|
+
class INotebookInstanceLifecycleConfigRef(
|
|
1768
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1769
|
+
_IEnvironmentAware_f39049ee,
|
|
1770
|
+
typing_extensions.Protocol,
|
|
1771
|
+
):
|
|
1772
|
+
'''(experimental) Indicates that this resource can be referenced as a NotebookInstanceLifecycleConfig.
|
|
1773
|
+
|
|
1774
|
+
:stability: experimental
|
|
1775
|
+
'''
|
|
1776
|
+
|
|
1777
|
+
@builtins.property
|
|
1778
|
+
@jsii.member(jsii_name="notebookInstanceLifecycleConfigRef")
|
|
1779
|
+
def notebook_instance_lifecycle_config_ref(
|
|
1780
|
+
self,
|
|
1781
|
+
) -> "NotebookInstanceLifecycleConfigReference":
|
|
1782
|
+
'''(experimental) A reference to a NotebookInstanceLifecycleConfig resource.
|
|
1783
|
+
|
|
1784
|
+
:stability: experimental
|
|
1785
|
+
'''
|
|
1786
|
+
...
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
class _INotebookInstanceLifecycleConfigRefProxy(
|
|
1790
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1791
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1792
|
+
):
|
|
1793
|
+
'''(experimental) Indicates that this resource can be referenced as a NotebookInstanceLifecycleConfig.
|
|
1794
|
+
|
|
1795
|
+
:stability: experimental
|
|
1796
|
+
'''
|
|
1797
|
+
|
|
1798
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.INotebookInstanceLifecycleConfigRef"
|
|
1799
|
+
|
|
1800
|
+
@builtins.property
|
|
1801
|
+
@jsii.member(jsii_name="notebookInstanceLifecycleConfigRef")
|
|
1802
|
+
def notebook_instance_lifecycle_config_ref(
|
|
1803
|
+
self,
|
|
1804
|
+
) -> "NotebookInstanceLifecycleConfigReference":
|
|
1805
|
+
'''(experimental) A reference to a NotebookInstanceLifecycleConfig resource.
|
|
1806
|
+
|
|
1807
|
+
:stability: experimental
|
|
1808
|
+
'''
|
|
1809
|
+
return typing.cast("NotebookInstanceLifecycleConfigReference", jsii.get(self, "notebookInstanceLifecycleConfigRef"))
|
|
1810
|
+
|
|
1811
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1812
|
+
typing.cast(typing.Any, INotebookInstanceLifecycleConfigRef).__jsii_proxy_class__ = lambda : _INotebookInstanceLifecycleConfigRefProxy
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.INotebookInstanceRef")
|
|
1816
|
+
class INotebookInstanceRef(
|
|
1817
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1818
|
+
_IEnvironmentAware_f39049ee,
|
|
1819
|
+
typing_extensions.Protocol,
|
|
1820
|
+
):
|
|
1821
|
+
'''(experimental) Indicates that this resource can be referenced as a NotebookInstance.
|
|
1822
|
+
|
|
1823
|
+
:stability: experimental
|
|
1824
|
+
'''
|
|
1825
|
+
|
|
1826
|
+
@builtins.property
|
|
1827
|
+
@jsii.member(jsii_name="notebookInstanceRef")
|
|
1828
|
+
def notebook_instance_ref(self) -> "NotebookInstanceReference":
|
|
1829
|
+
'''(experimental) A reference to a NotebookInstance resource.
|
|
1830
|
+
|
|
1831
|
+
:stability: experimental
|
|
1832
|
+
'''
|
|
1833
|
+
...
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
class _INotebookInstanceRefProxy(
|
|
1837
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1838
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1839
|
+
):
|
|
1840
|
+
'''(experimental) Indicates that this resource can be referenced as a NotebookInstance.
|
|
1841
|
+
|
|
1842
|
+
:stability: experimental
|
|
1843
|
+
'''
|
|
1844
|
+
|
|
1845
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.INotebookInstanceRef"
|
|
1846
|
+
|
|
1847
|
+
@builtins.property
|
|
1848
|
+
@jsii.member(jsii_name="notebookInstanceRef")
|
|
1849
|
+
def notebook_instance_ref(self) -> "NotebookInstanceReference":
|
|
1850
|
+
'''(experimental) A reference to a NotebookInstance resource.
|
|
1851
|
+
|
|
1852
|
+
:stability: experimental
|
|
1853
|
+
'''
|
|
1854
|
+
return typing.cast("NotebookInstanceReference", jsii.get(self, "notebookInstanceRef"))
|
|
1855
|
+
|
|
1856
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1857
|
+
typing.cast(typing.Any, INotebookInstanceRef).__jsii_proxy_class__ = lambda : _INotebookInstanceRefProxy
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IPartnerAppRef")
|
|
1861
|
+
class IPartnerAppRef(
|
|
1862
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1863
|
+
_IEnvironmentAware_f39049ee,
|
|
1864
|
+
typing_extensions.Protocol,
|
|
1865
|
+
):
|
|
1866
|
+
'''(experimental) Indicates that this resource can be referenced as a PartnerApp.
|
|
1867
|
+
|
|
1868
|
+
:stability: experimental
|
|
1869
|
+
'''
|
|
1870
|
+
|
|
1871
|
+
@builtins.property
|
|
1872
|
+
@jsii.member(jsii_name="partnerAppRef")
|
|
1873
|
+
def partner_app_ref(self) -> "PartnerAppReference":
|
|
1874
|
+
'''(experimental) A reference to a PartnerApp resource.
|
|
1875
|
+
|
|
1876
|
+
:stability: experimental
|
|
1877
|
+
'''
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
class _IPartnerAppRefProxy(
|
|
1882
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1883
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1884
|
+
):
|
|
1885
|
+
'''(experimental) Indicates that this resource can be referenced as a PartnerApp.
|
|
1886
|
+
|
|
1887
|
+
:stability: experimental
|
|
1888
|
+
'''
|
|
1889
|
+
|
|
1890
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IPartnerAppRef"
|
|
1891
|
+
|
|
1892
|
+
@builtins.property
|
|
1893
|
+
@jsii.member(jsii_name="partnerAppRef")
|
|
1894
|
+
def partner_app_ref(self) -> "PartnerAppReference":
|
|
1895
|
+
'''(experimental) A reference to a PartnerApp resource.
|
|
1896
|
+
|
|
1897
|
+
:stability: experimental
|
|
1898
|
+
'''
|
|
1899
|
+
return typing.cast("PartnerAppReference", jsii.get(self, "partnerAppRef"))
|
|
1900
|
+
|
|
1901
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1902
|
+
typing.cast(typing.Any, IPartnerAppRef).__jsii_proxy_class__ = lambda : _IPartnerAppRefProxy
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IPipelineRef")
|
|
1906
|
+
class IPipelineRef(
|
|
1907
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1908
|
+
_IEnvironmentAware_f39049ee,
|
|
1909
|
+
typing_extensions.Protocol,
|
|
1910
|
+
):
|
|
1911
|
+
'''(experimental) Indicates that this resource can be referenced as a Pipeline.
|
|
1912
|
+
|
|
1913
|
+
:stability: experimental
|
|
1914
|
+
'''
|
|
1915
|
+
|
|
1916
|
+
@builtins.property
|
|
1917
|
+
@jsii.member(jsii_name="pipelineRef")
|
|
1918
|
+
def pipeline_ref(self) -> "PipelineReference":
|
|
1919
|
+
'''(experimental) A reference to a Pipeline resource.
|
|
1920
|
+
|
|
1921
|
+
:stability: experimental
|
|
1922
|
+
'''
|
|
1923
|
+
...
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
class _IPipelineRefProxy(
|
|
1927
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1928
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1929
|
+
):
|
|
1930
|
+
'''(experimental) Indicates that this resource can be referenced as a Pipeline.
|
|
1931
|
+
|
|
1932
|
+
:stability: experimental
|
|
1933
|
+
'''
|
|
1934
|
+
|
|
1935
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IPipelineRef"
|
|
1936
|
+
|
|
1937
|
+
@builtins.property
|
|
1938
|
+
@jsii.member(jsii_name="pipelineRef")
|
|
1939
|
+
def pipeline_ref(self) -> "PipelineReference":
|
|
1940
|
+
'''(experimental) A reference to a Pipeline resource.
|
|
1941
|
+
|
|
1942
|
+
:stability: experimental
|
|
1943
|
+
'''
|
|
1944
|
+
return typing.cast("PipelineReference", jsii.get(self, "pipelineRef"))
|
|
1945
|
+
|
|
1946
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1947
|
+
typing.cast(typing.Any, IPipelineRef).__jsii_proxy_class__ = lambda : _IPipelineRefProxy
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IProcessingJobRef")
|
|
1951
|
+
class IProcessingJobRef(
|
|
1952
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1953
|
+
_IEnvironmentAware_f39049ee,
|
|
1954
|
+
typing_extensions.Protocol,
|
|
1955
|
+
):
|
|
1956
|
+
'''(experimental) Indicates that this resource can be referenced as a ProcessingJob.
|
|
1957
|
+
|
|
1958
|
+
:stability: experimental
|
|
1959
|
+
'''
|
|
1960
|
+
|
|
1961
|
+
@builtins.property
|
|
1962
|
+
@jsii.member(jsii_name="processingJobRef")
|
|
1963
|
+
def processing_job_ref(self) -> "ProcessingJobReference":
|
|
1964
|
+
'''(experimental) A reference to a ProcessingJob resource.
|
|
1965
|
+
|
|
1966
|
+
:stability: experimental
|
|
1967
|
+
'''
|
|
1968
|
+
...
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
class _IProcessingJobRefProxy(
|
|
1972
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1973
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1974
|
+
):
|
|
1975
|
+
'''(experimental) Indicates that this resource can be referenced as a ProcessingJob.
|
|
1976
|
+
|
|
1977
|
+
:stability: experimental
|
|
1978
|
+
'''
|
|
1979
|
+
|
|
1980
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IProcessingJobRef"
|
|
1981
|
+
|
|
1982
|
+
@builtins.property
|
|
1983
|
+
@jsii.member(jsii_name="processingJobRef")
|
|
1984
|
+
def processing_job_ref(self) -> "ProcessingJobReference":
|
|
1985
|
+
'''(experimental) A reference to a ProcessingJob resource.
|
|
1986
|
+
|
|
1987
|
+
:stability: experimental
|
|
1988
|
+
'''
|
|
1989
|
+
return typing.cast("ProcessingJobReference", jsii.get(self, "processingJobRef"))
|
|
1990
|
+
|
|
1991
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1992
|
+
typing.cast(typing.Any, IProcessingJobRef).__jsii_proxy_class__ = lambda : _IProcessingJobRefProxy
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IProjectRef")
|
|
1996
|
+
class IProjectRef(
|
|
1997
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1998
|
+
_IEnvironmentAware_f39049ee,
|
|
1999
|
+
typing_extensions.Protocol,
|
|
2000
|
+
):
|
|
2001
|
+
'''(experimental) Indicates that this resource can be referenced as a Project.
|
|
2002
|
+
|
|
2003
|
+
:stability: experimental
|
|
2004
|
+
'''
|
|
2005
|
+
|
|
2006
|
+
@builtins.property
|
|
2007
|
+
@jsii.member(jsii_name="projectRef")
|
|
2008
|
+
def project_ref(self) -> "ProjectReference":
|
|
2009
|
+
'''(experimental) A reference to a Project resource.
|
|
2010
|
+
|
|
2011
|
+
:stability: experimental
|
|
2012
|
+
'''
|
|
2013
|
+
...
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
class _IProjectRefProxy(
|
|
2017
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2018
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2019
|
+
):
|
|
2020
|
+
'''(experimental) Indicates that this resource can be referenced as a Project.
|
|
2021
|
+
|
|
2022
|
+
:stability: experimental
|
|
2023
|
+
'''
|
|
2024
|
+
|
|
2025
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IProjectRef"
|
|
2026
|
+
|
|
2027
|
+
@builtins.property
|
|
2028
|
+
@jsii.member(jsii_name="projectRef")
|
|
2029
|
+
def project_ref(self) -> "ProjectReference":
|
|
2030
|
+
'''(experimental) A reference to a Project resource.
|
|
2031
|
+
|
|
2032
|
+
:stability: experimental
|
|
2033
|
+
'''
|
|
2034
|
+
return typing.cast("ProjectReference", jsii.get(self, "projectRef"))
|
|
2035
|
+
|
|
2036
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2037
|
+
typing.cast(typing.Any, IProjectRef).__jsii_proxy_class__ = lambda : _IProjectRefProxy
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ISpaceRef")
|
|
2041
|
+
class ISpaceRef(
|
|
2042
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2043
|
+
_IEnvironmentAware_f39049ee,
|
|
2044
|
+
typing_extensions.Protocol,
|
|
2045
|
+
):
|
|
2046
|
+
'''(experimental) Indicates that this resource can be referenced as a Space.
|
|
2047
|
+
|
|
2048
|
+
:stability: experimental
|
|
2049
|
+
'''
|
|
2050
|
+
|
|
2051
|
+
@builtins.property
|
|
2052
|
+
@jsii.member(jsii_name="spaceRef")
|
|
2053
|
+
def space_ref(self) -> "SpaceReference":
|
|
2054
|
+
'''(experimental) A reference to a Space resource.
|
|
2055
|
+
|
|
2056
|
+
:stability: experimental
|
|
2057
|
+
'''
|
|
2058
|
+
...
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
class _ISpaceRefProxy(
|
|
2062
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2063
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2064
|
+
):
|
|
2065
|
+
'''(experimental) Indicates that this resource can be referenced as a Space.
|
|
2066
|
+
|
|
2067
|
+
:stability: experimental
|
|
2068
|
+
'''
|
|
2069
|
+
|
|
2070
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.ISpaceRef"
|
|
2071
|
+
|
|
2072
|
+
@builtins.property
|
|
2073
|
+
@jsii.member(jsii_name="spaceRef")
|
|
2074
|
+
def space_ref(self) -> "SpaceReference":
|
|
2075
|
+
'''(experimental) A reference to a Space resource.
|
|
2076
|
+
|
|
2077
|
+
:stability: experimental
|
|
2078
|
+
'''
|
|
2079
|
+
return typing.cast("SpaceReference", jsii.get(self, "spaceRef"))
|
|
2080
|
+
|
|
2081
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2082
|
+
typing.cast(typing.Any, ISpaceRef).__jsii_proxy_class__ = lambda : _ISpaceRefProxy
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
@jsii.interface(
|
|
2086
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IStudioLifecycleConfigRef"
|
|
2087
|
+
)
|
|
2088
|
+
class IStudioLifecycleConfigRef(
|
|
2089
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2090
|
+
_IEnvironmentAware_f39049ee,
|
|
2091
|
+
typing_extensions.Protocol,
|
|
2092
|
+
):
|
|
2093
|
+
'''(experimental) Indicates that this resource can be referenced as a StudioLifecycleConfig.
|
|
2094
|
+
|
|
2095
|
+
:stability: experimental
|
|
2096
|
+
'''
|
|
2097
|
+
|
|
2098
|
+
@builtins.property
|
|
2099
|
+
@jsii.member(jsii_name="studioLifecycleConfigRef")
|
|
2100
|
+
def studio_lifecycle_config_ref(self) -> "StudioLifecycleConfigReference":
|
|
2101
|
+
'''(experimental) A reference to a StudioLifecycleConfig resource.
|
|
2102
|
+
|
|
2103
|
+
:stability: experimental
|
|
2104
|
+
'''
|
|
2105
|
+
...
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
class _IStudioLifecycleConfigRefProxy(
|
|
2109
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2110
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2111
|
+
):
|
|
2112
|
+
'''(experimental) Indicates that this resource can be referenced as a StudioLifecycleConfig.
|
|
2113
|
+
|
|
2114
|
+
:stability: experimental
|
|
2115
|
+
'''
|
|
2116
|
+
|
|
2117
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IStudioLifecycleConfigRef"
|
|
2118
|
+
|
|
2119
|
+
@builtins.property
|
|
2120
|
+
@jsii.member(jsii_name="studioLifecycleConfigRef")
|
|
2121
|
+
def studio_lifecycle_config_ref(self) -> "StudioLifecycleConfigReference":
|
|
2122
|
+
'''(experimental) A reference to a StudioLifecycleConfig resource.
|
|
2123
|
+
|
|
2124
|
+
:stability: experimental
|
|
2125
|
+
'''
|
|
2126
|
+
return typing.cast("StudioLifecycleConfigReference", jsii.get(self, "studioLifecycleConfigRef"))
|
|
2127
|
+
|
|
2128
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2129
|
+
typing.cast(typing.Any, IStudioLifecycleConfigRef).__jsii_proxy_class__ = lambda : _IStudioLifecycleConfigRefProxy
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IUserProfileRef")
|
|
2133
|
+
class IUserProfileRef(
|
|
2134
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2135
|
+
_IEnvironmentAware_f39049ee,
|
|
2136
|
+
typing_extensions.Protocol,
|
|
2137
|
+
):
|
|
2138
|
+
'''(experimental) Indicates that this resource can be referenced as a UserProfile.
|
|
2139
|
+
|
|
2140
|
+
:stability: experimental
|
|
2141
|
+
'''
|
|
2142
|
+
|
|
2143
|
+
@builtins.property
|
|
2144
|
+
@jsii.member(jsii_name="userProfileRef")
|
|
2145
|
+
def user_profile_ref(self) -> "UserProfileReference":
|
|
2146
|
+
'''(experimental) A reference to a UserProfile resource.
|
|
2147
|
+
|
|
2148
|
+
:stability: experimental
|
|
2149
|
+
'''
|
|
2150
|
+
...
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
class _IUserProfileRefProxy(
|
|
2154
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2155
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2156
|
+
):
|
|
2157
|
+
'''(experimental) Indicates that this resource can be referenced as a UserProfile.
|
|
2158
|
+
|
|
2159
|
+
:stability: experimental
|
|
2160
|
+
'''
|
|
2161
|
+
|
|
2162
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IUserProfileRef"
|
|
2163
|
+
|
|
2164
|
+
@builtins.property
|
|
2165
|
+
@jsii.member(jsii_name="userProfileRef")
|
|
2166
|
+
def user_profile_ref(self) -> "UserProfileReference":
|
|
2167
|
+
'''(experimental) A reference to a UserProfile resource.
|
|
2168
|
+
|
|
2169
|
+
:stability: experimental
|
|
2170
|
+
'''
|
|
2171
|
+
return typing.cast("UserProfileReference", jsii.get(self, "userProfileRef"))
|
|
2172
|
+
|
|
2173
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2174
|
+
typing.cast(typing.Any, IUserProfileRef).__jsii_proxy_class__ = lambda : _IUserProfileRefProxy
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.IWorkteamRef")
|
|
2178
|
+
class IWorkteamRef(
|
|
2179
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2180
|
+
_IEnvironmentAware_f39049ee,
|
|
2181
|
+
typing_extensions.Protocol,
|
|
2182
|
+
):
|
|
2183
|
+
'''(experimental) Indicates that this resource can be referenced as a Workteam.
|
|
2184
|
+
|
|
2185
|
+
:stability: experimental
|
|
2186
|
+
'''
|
|
2187
|
+
|
|
2188
|
+
@builtins.property
|
|
2189
|
+
@jsii.member(jsii_name="workteamRef")
|
|
2190
|
+
def workteam_ref(self) -> "WorkteamReference":
|
|
2191
|
+
'''(experimental) A reference to a Workteam resource.
|
|
2192
|
+
|
|
2193
|
+
:stability: experimental
|
|
2194
|
+
'''
|
|
2195
|
+
...
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
class _IWorkteamRefProxy(
|
|
2199
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2200
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2201
|
+
):
|
|
2202
|
+
'''(experimental) Indicates that this resource can be referenced as a Workteam.
|
|
2203
|
+
|
|
2204
|
+
:stability: experimental
|
|
2205
|
+
'''
|
|
2206
|
+
|
|
2207
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_sagemaker.IWorkteamRef"
|
|
2208
|
+
|
|
2209
|
+
@builtins.property
|
|
2210
|
+
@jsii.member(jsii_name="workteamRef")
|
|
2211
|
+
def workteam_ref(self) -> "WorkteamReference":
|
|
2212
|
+
'''(experimental) A reference to a Workteam resource.
|
|
2213
|
+
|
|
2214
|
+
:stability: experimental
|
|
2215
|
+
'''
|
|
2216
|
+
return typing.cast("WorkteamReference", jsii.get(self, "workteamRef"))
|
|
2217
|
+
|
|
2218
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2219
|
+
typing.cast(typing.Any, IWorkteamRef).__jsii_proxy_class__ = lambda : _IWorkteamRefProxy
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
@jsii.data_type(
|
|
2223
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ImageReference",
|
|
2224
|
+
jsii_struct_bases=[],
|
|
2225
|
+
name_mapping={"image_arn": "imageArn"},
|
|
2226
|
+
)
|
|
2227
|
+
class ImageReference:
|
|
2228
|
+
def __init__(self, *, image_arn: builtins.str) -> None:
|
|
2229
|
+
'''A reference to a Image resource.
|
|
2230
|
+
|
|
2231
|
+
:param image_arn: The ImageArn of the Image resource.
|
|
2232
|
+
|
|
2233
|
+
:exampleMetadata: fixture=_generated
|
|
2234
|
+
|
|
2235
|
+
Example::
|
|
2236
|
+
|
|
2237
|
+
# The code below shows an example of how to instantiate this type.
|
|
2238
|
+
# The values are placeholders you should change.
|
|
2239
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2240
|
+
|
|
2241
|
+
image_reference = interfaces_aws_sagemaker.ImageReference(
|
|
2242
|
+
image_arn="imageArn"
|
|
2243
|
+
)
|
|
2244
|
+
'''
|
|
2245
|
+
if __debug__:
|
|
2246
|
+
type_hints = typing.get_type_hints(_typecheckingstub__84c8da85f1097ad468daeebaf96185535637ac444b0d540b6b2c7e24ae5f23b6)
|
|
2247
|
+
check_type(argname="argument image_arn", value=image_arn, expected_type=type_hints["image_arn"])
|
|
2248
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2249
|
+
"image_arn": image_arn,
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
@builtins.property
|
|
2253
|
+
def image_arn(self) -> builtins.str:
|
|
2254
|
+
'''The ImageArn of the Image resource.'''
|
|
2255
|
+
result = self._values.get("image_arn")
|
|
2256
|
+
assert result is not None, "Required property 'image_arn' is missing"
|
|
2257
|
+
return typing.cast(builtins.str, result)
|
|
2258
|
+
|
|
2259
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2260
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2261
|
+
|
|
2262
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2263
|
+
return not (rhs == self)
|
|
2264
|
+
|
|
2265
|
+
def __repr__(self) -> str:
|
|
2266
|
+
return "ImageReference(%s)" % ", ".join(
|
|
2267
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2268
|
+
)
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
@jsii.data_type(
|
|
2272
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ImageVersionReference",
|
|
2273
|
+
jsii_struct_bases=[],
|
|
2274
|
+
name_mapping={"image_version_arn": "imageVersionArn"},
|
|
2275
|
+
)
|
|
2276
|
+
class ImageVersionReference:
|
|
2277
|
+
def __init__(self, *, image_version_arn: builtins.str) -> None:
|
|
2278
|
+
'''A reference to a ImageVersion resource.
|
|
2279
|
+
|
|
2280
|
+
:param image_version_arn: The ImageVersionArn of the ImageVersion resource.
|
|
2281
|
+
|
|
2282
|
+
:exampleMetadata: fixture=_generated
|
|
2283
|
+
|
|
2284
|
+
Example::
|
|
2285
|
+
|
|
2286
|
+
# The code below shows an example of how to instantiate this type.
|
|
2287
|
+
# The values are placeholders you should change.
|
|
2288
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2289
|
+
|
|
2290
|
+
image_version_reference = interfaces_aws_sagemaker.ImageVersionReference(
|
|
2291
|
+
image_version_arn="imageVersionArn"
|
|
2292
|
+
)
|
|
2293
|
+
'''
|
|
2294
|
+
if __debug__:
|
|
2295
|
+
type_hints = typing.get_type_hints(_typecheckingstub__49ddecb7633f51ab5122ae78f78bcdbad2e65eb4e6e17e13971b80a156e849c2)
|
|
2296
|
+
check_type(argname="argument image_version_arn", value=image_version_arn, expected_type=type_hints["image_version_arn"])
|
|
2297
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2298
|
+
"image_version_arn": image_version_arn,
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
@builtins.property
|
|
2302
|
+
def image_version_arn(self) -> builtins.str:
|
|
2303
|
+
'''The ImageVersionArn of the ImageVersion resource.'''
|
|
2304
|
+
result = self._values.get("image_version_arn")
|
|
2305
|
+
assert result is not None, "Required property 'image_version_arn' is missing"
|
|
2306
|
+
return typing.cast(builtins.str, result)
|
|
2307
|
+
|
|
2308
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2309
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2310
|
+
|
|
2311
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2312
|
+
return not (rhs == self)
|
|
2313
|
+
|
|
2314
|
+
def __repr__(self) -> str:
|
|
2315
|
+
return "ImageVersionReference(%s)" % ", ".join(
|
|
2316
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2317
|
+
)
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
@jsii.data_type(
|
|
2321
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.InferenceComponentReference",
|
|
2322
|
+
jsii_struct_bases=[],
|
|
2323
|
+
name_mapping={"inference_component_arn": "inferenceComponentArn"},
|
|
2324
|
+
)
|
|
2325
|
+
class InferenceComponentReference:
|
|
2326
|
+
def __init__(self, *, inference_component_arn: builtins.str) -> None:
|
|
2327
|
+
'''A reference to a InferenceComponent resource.
|
|
2328
|
+
|
|
2329
|
+
:param inference_component_arn: The InferenceComponentArn of the InferenceComponent resource.
|
|
2330
|
+
|
|
2331
|
+
:exampleMetadata: fixture=_generated
|
|
2332
|
+
|
|
2333
|
+
Example::
|
|
2334
|
+
|
|
2335
|
+
# The code below shows an example of how to instantiate this type.
|
|
2336
|
+
# The values are placeholders you should change.
|
|
2337
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2338
|
+
|
|
2339
|
+
inference_component_reference = interfaces_aws_sagemaker.InferenceComponentReference(
|
|
2340
|
+
inference_component_arn="inferenceComponentArn"
|
|
2341
|
+
)
|
|
2342
|
+
'''
|
|
2343
|
+
if __debug__:
|
|
2344
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cb0712a1d37391a9ac27801c64ffce4938819ecc0068f44355fc8c66d46f11c)
|
|
2345
|
+
check_type(argname="argument inference_component_arn", value=inference_component_arn, expected_type=type_hints["inference_component_arn"])
|
|
2346
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2347
|
+
"inference_component_arn": inference_component_arn,
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
@builtins.property
|
|
2351
|
+
def inference_component_arn(self) -> builtins.str:
|
|
2352
|
+
'''The InferenceComponentArn of the InferenceComponent resource.'''
|
|
2353
|
+
result = self._values.get("inference_component_arn")
|
|
2354
|
+
assert result is not None, "Required property 'inference_component_arn' is missing"
|
|
2355
|
+
return typing.cast(builtins.str, result)
|
|
2356
|
+
|
|
2357
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2358
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2359
|
+
|
|
2360
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2361
|
+
return not (rhs == self)
|
|
2362
|
+
|
|
2363
|
+
def __repr__(self) -> str:
|
|
2364
|
+
return "InferenceComponentReference(%s)" % ", ".join(
|
|
2365
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2366
|
+
)
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
@jsii.data_type(
|
|
2370
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.InferenceExperimentReference",
|
|
2371
|
+
jsii_struct_bases=[],
|
|
2372
|
+
name_mapping={
|
|
2373
|
+
"inference_experiment_arn": "inferenceExperimentArn",
|
|
2374
|
+
"inference_experiment_name": "inferenceExperimentName",
|
|
2375
|
+
},
|
|
2376
|
+
)
|
|
2377
|
+
class InferenceExperimentReference:
|
|
2378
|
+
def __init__(
|
|
2379
|
+
self,
|
|
2380
|
+
*,
|
|
2381
|
+
inference_experiment_arn: builtins.str,
|
|
2382
|
+
inference_experiment_name: builtins.str,
|
|
2383
|
+
) -> None:
|
|
2384
|
+
'''A reference to a InferenceExperiment resource.
|
|
2385
|
+
|
|
2386
|
+
:param inference_experiment_arn: The ARN of the InferenceExperiment resource.
|
|
2387
|
+
:param inference_experiment_name: The Name of the InferenceExperiment resource.
|
|
2388
|
+
|
|
2389
|
+
:exampleMetadata: fixture=_generated
|
|
2390
|
+
|
|
2391
|
+
Example::
|
|
2392
|
+
|
|
2393
|
+
# The code below shows an example of how to instantiate this type.
|
|
2394
|
+
# The values are placeholders you should change.
|
|
2395
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2396
|
+
|
|
2397
|
+
inference_experiment_reference = interfaces_aws_sagemaker.InferenceExperimentReference(
|
|
2398
|
+
inference_experiment_arn="inferenceExperimentArn",
|
|
2399
|
+
inference_experiment_name="inferenceExperimentName"
|
|
2400
|
+
)
|
|
2401
|
+
'''
|
|
2402
|
+
if __debug__:
|
|
2403
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7b532a236e9f5644ab601b8577c98128bdb2ef5bdf68da9dcf2746fd05154165)
|
|
2404
|
+
check_type(argname="argument inference_experiment_arn", value=inference_experiment_arn, expected_type=type_hints["inference_experiment_arn"])
|
|
2405
|
+
check_type(argname="argument inference_experiment_name", value=inference_experiment_name, expected_type=type_hints["inference_experiment_name"])
|
|
2406
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2407
|
+
"inference_experiment_arn": inference_experiment_arn,
|
|
2408
|
+
"inference_experiment_name": inference_experiment_name,
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
@builtins.property
|
|
2412
|
+
def inference_experiment_arn(self) -> builtins.str:
|
|
2413
|
+
'''The ARN of the InferenceExperiment resource.'''
|
|
2414
|
+
result = self._values.get("inference_experiment_arn")
|
|
2415
|
+
assert result is not None, "Required property 'inference_experiment_arn' is missing"
|
|
2416
|
+
return typing.cast(builtins.str, result)
|
|
2417
|
+
|
|
2418
|
+
@builtins.property
|
|
2419
|
+
def inference_experiment_name(self) -> builtins.str:
|
|
2420
|
+
'''The Name of the InferenceExperiment resource.'''
|
|
2421
|
+
result = self._values.get("inference_experiment_name")
|
|
2422
|
+
assert result is not None, "Required property 'inference_experiment_name' is missing"
|
|
2423
|
+
return typing.cast(builtins.str, result)
|
|
2424
|
+
|
|
2425
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2426
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2427
|
+
|
|
2428
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2429
|
+
return not (rhs == self)
|
|
2430
|
+
|
|
2431
|
+
def __repr__(self) -> str:
|
|
2432
|
+
return "InferenceExperimentReference(%s)" % ", ".join(
|
|
2433
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2434
|
+
)
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
@jsii.data_type(
|
|
2438
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.MlflowTrackingServerReference",
|
|
2439
|
+
jsii_struct_bases=[],
|
|
2440
|
+
name_mapping={"tracking_server_name": "trackingServerName"},
|
|
2441
|
+
)
|
|
2442
|
+
class MlflowTrackingServerReference:
|
|
2443
|
+
def __init__(self, *, tracking_server_name: builtins.str) -> None:
|
|
2444
|
+
'''A reference to a MlflowTrackingServer resource.
|
|
2445
|
+
|
|
2446
|
+
:param tracking_server_name: The TrackingServerName of the MlflowTrackingServer resource.
|
|
2447
|
+
|
|
2448
|
+
:exampleMetadata: fixture=_generated
|
|
2449
|
+
|
|
2450
|
+
Example::
|
|
2451
|
+
|
|
2452
|
+
# The code below shows an example of how to instantiate this type.
|
|
2453
|
+
# The values are placeholders you should change.
|
|
2454
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2455
|
+
|
|
2456
|
+
mlflow_tracking_server_reference = interfaces_aws_sagemaker.MlflowTrackingServerReference(
|
|
2457
|
+
tracking_server_name="trackingServerName"
|
|
2458
|
+
)
|
|
2459
|
+
'''
|
|
2460
|
+
if __debug__:
|
|
2461
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d99c408522f7349c897e23be4744e959306611b6fd5efc957b063d102ec92522)
|
|
2462
|
+
check_type(argname="argument tracking_server_name", value=tracking_server_name, expected_type=type_hints["tracking_server_name"])
|
|
2463
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2464
|
+
"tracking_server_name": tracking_server_name,
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
@builtins.property
|
|
2468
|
+
def tracking_server_name(self) -> builtins.str:
|
|
2469
|
+
'''The TrackingServerName of the MlflowTrackingServer resource.'''
|
|
2470
|
+
result = self._values.get("tracking_server_name")
|
|
2471
|
+
assert result is not None, "Required property 'tracking_server_name' is missing"
|
|
2472
|
+
return typing.cast(builtins.str, result)
|
|
2473
|
+
|
|
2474
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2475
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2476
|
+
|
|
2477
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2478
|
+
return not (rhs == self)
|
|
2479
|
+
|
|
2480
|
+
def __repr__(self) -> str:
|
|
2481
|
+
return "MlflowTrackingServerReference(%s)" % ", ".join(
|
|
2482
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2483
|
+
)
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
@jsii.data_type(
|
|
2487
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelBiasJobDefinitionReference",
|
|
2488
|
+
jsii_struct_bases=[],
|
|
2489
|
+
name_mapping={"job_definition_arn": "jobDefinitionArn"},
|
|
2490
|
+
)
|
|
2491
|
+
class ModelBiasJobDefinitionReference:
|
|
2492
|
+
def __init__(self, *, job_definition_arn: builtins.str) -> None:
|
|
2493
|
+
'''A reference to a ModelBiasJobDefinition resource.
|
|
2494
|
+
|
|
2495
|
+
:param job_definition_arn: The JobDefinitionArn of the ModelBiasJobDefinition resource.
|
|
2496
|
+
|
|
2497
|
+
:exampleMetadata: fixture=_generated
|
|
2498
|
+
|
|
2499
|
+
Example::
|
|
2500
|
+
|
|
2501
|
+
# The code below shows an example of how to instantiate this type.
|
|
2502
|
+
# The values are placeholders you should change.
|
|
2503
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2504
|
+
|
|
2505
|
+
model_bias_job_definition_reference = interfaces_aws_sagemaker.ModelBiasJobDefinitionReference(
|
|
2506
|
+
job_definition_arn="jobDefinitionArn"
|
|
2507
|
+
)
|
|
2508
|
+
'''
|
|
2509
|
+
if __debug__:
|
|
2510
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5975e1e9188ce42ebb073ab7c379272fdeac18196793ba4480f21e139536faca)
|
|
2511
|
+
check_type(argname="argument job_definition_arn", value=job_definition_arn, expected_type=type_hints["job_definition_arn"])
|
|
2512
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2513
|
+
"job_definition_arn": job_definition_arn,
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
@builtins.property
|
|
2517
|
+
def job_definition_arn(self) -> builtins.str:
|
|
2518
|
+
'''The JobDefinitionArn of the ModelBiasJobDefinition resource.'''
|
|
2519
|
+
result = self._values.get("job_definition_arn")
|
|
2520
|
+
assert result is not None, "Required property 'job_definition_arn' is missing"
|
|
2521
|
+
return typing.cast(builtins.str, result)
|
|
2522
|
+
|
|
2523
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2524
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2525
|
+
|
|
2526
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2527
|
+
return not (rhs == self)
|
|
2528
|
+
|
|
2529
|
+
def __repr__(self) -> str:
|
|
2530
|
+
return "ModelBiasJobDefinitionReference(%s)" % ", ".join(
|
|
2531
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2532
|
+
)
|
|
2533
|
+
|
|
2534
|
+
|
|
2535
|
+
@jsii.data_type(
|
|
2536
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelCardReference",
|
|
2537
|
+
jsii_struct_bases=[],
|
|
2538
|
+
name_mapping={
|
|
2539
|
+
"model_card_arn": "modelCardArn",
|
|
2540
|
+
"model_card_name": "modelCardName",
|
|
2541
|
+
},
|
|
2542
|
+
)
|
|
2543
|
+
class ModelCardReference:
|
|
2544
|
+
def __init__(
|
|
2545
|
+
self,
|
|
2546
|
+
*,
|
|
2547
|
+
model_card_arn: builtins.str,
|
|
2548
|
+
model_card_name: builtins.str,
|
|
2549
|
+
) -> None:
|
|
2550
|
+
'''A reference to a ModelCard resource.
|
|
2551
|
+
|
|
2552
|
+
:param model_card_arn: The ARN of the ModelCard resource.
|
|
2553
|
+
:param model_card_name: The ModelCardName of the ModelCard resource.
|
|
2554
|
+
|
|
2555
|
+
:exampleMetadata: fixture=_generated
|
|
2556
|
+
|
|
2557
|
+
Example::
|
|
2558
|
+
|
|
2559
|
+
# The code below shows an example of how to instantiate this type.
|
|
2560
|
+
# The values are placeholders you should change.
|
|
2561
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2562
|
+
|
|
2563
|
+
model_card_reference = interfaces_aws_sagemaker.ModelCardReference(
|
|
2564
|
+
model_card_arn="modelCardArn",
|
|
2565
|
+
model_card_name="modelCardName"
|
|
2566
|
+
)
|
|
2567
|
+
'''
|
|
2568
|
+
if __debug__:
|
|
2569
|
+
type_hints = typing.get_type_hints(_typecheckingstub__585b4b2caaab4bb217cdcf5e9292379439e22c8a4340180cb0280cd16ec35e45)
|
|
2570
|
+
check_type(argname="argument model_card_arn", value=model_card_arn, expected_type=type_hints["model_card_arn"])
|
|
2571
|
+
check_type(argname="argument model_card_name", value=model_card_name, expected_type=type_hints["model_card_name"])
|
|
2572
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2573
|
+
"model_card_arn": model_card_arn,
|
|
2574
|
+
"model_card_name": model_card_name,
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
@builtins.property
|
|
2578
|
+
def model_card_arn(self) -> builtins.str:
|
|
2579
|
+
'''The ARN of the ModelCard resource.'''
|
|
2580
|
+
result = self._values.get("model_card_arn")
|
|
2581
|
+
assert result is not None, "Required property 'model_card_arn' is missing"
|
|
2582
|
+
return typing.cast(builtins.str, result)
|
|
2583
|
+
|
|
2584
|
+
@builtins.property
|
|
2585
|
+
def model_card_name(self) -> builtins.str:
|
|
2586
|
+
'''The ModelCardName of the ModelCard resource.'''
|
|
2587
|
+
result = self._values.get("model_card_name")
|
|
2588
|
+
assert result is not None, "Required property 'model_card_name' is missing"
|
|
2589
|
+
return typing.cast(builtins.str, result)
|
|
2590
|
+
|
|
2591
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2592
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2593
|
+
|
|
2594
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2595
|
+
return not (rhs == self)
|
|
2596
|
+
|
|
2597
|
+
def __repr__(self) -> str:
|
|
2598
|
+
return "ModelCardReference(%s)" % ", ".join(
|
|
2599
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2600
|
+
)
|
|
2601
|
+
|
|
2602
|
+
|
|
2603
|
+
@jsii.data_type(
|
|
2604
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelExplainabilityJobDefinitionReference",
|
|
2605
|
+
jsii_struct_bases=[],
|
|
2606
|
+
name_mapping={"job_definition_arn": "jobDefinitionArn"},
|
|
2607
|
+
)
|
|
2608
|
+
class ModelExplainabilityJobDefinitionReference:
|
|
2609
|
+
def __init__(self, *, job_definition_arn: builtins.str) -> None:
|
|
2610
|
+
'''A reference to a ModelExplainabilityJobDefinition resource.
|
|
2611
|
+
|
|
2612
|
+
:param job_definition_arn: The JobDefinitionArn of the ModelExplainabilityJobDefinition resource.
|
|
2613
|
+
|
|
2614
|
+
:exampleMetadata: fixture=_generated
|
|
2615
|
+
|
|
2616
|
+
Example::
|
|
2617
|
+
|
|
2618
|
+
# The code below shows an example of how to instantiate this type.
|
|
2619
|
+
# The values are placeholders you should change.
|
|
2620
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2621
|
+
|
|
2622
|
+
model_explainability_job_definition_reference = interfaces_aws_sagemaker.ModelExplainabilityJobDefinitionReference(
|
|
2623
|
+
job_definition_arn="jobDefinitionArn"
|
|
2624
|
+
)
|
|
2625
|
+
'''
|
|
2626
|
+
if __debug__:
|
|
2627
|
+
type_hints = typing.get_type_hints(_typecheckingstub__338ff88c81763c3ba75192f41dd1d6104a1093708fa00c66feb46891a0d36642)
|
|
2628
|
+
check_type(argname="argument job_definition_arn", value=job_definition_arn, expected_type=type_hints["job_definition_arn"])
|
|
2629
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2630
|
+
"job_definition_arn": job_definition_arn,
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
@builtins.property
|
|
2634
|
+
def job_definition_arn(self) -> builtins.str:
|
|
2635
|
+
'''The JobDefinitionArn of the ModelExplainabilityJobDefinition resource.'''
|
|
2636
|
+
result = self._values.get("job_definition_arn")
|
|
2637
|
+
assert result is not None, "Required property 'job_definition_arn' is missing"
|
|
2638
|
+
return typing.cast(builtins.str, result)
|
|
2639
|
+
|
|
2640
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2641
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2642
|
+
|
|
2643
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2644
|
+
return not (rhs == self)
|
|
2645
|
+
|
|
2646
|
+
def __repr__(self) -> str:
|
|
2647
|
+
return "ModelExplainabilityJobDefinitionReference(%s)" % ", ".join(
|
|
2648
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2649
|
+
)
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
@jsii.data_type(
|
|
2653
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelPackageGroupReference",
|
|
2654
|
+
jsii_struct_bases=[],
|
|
2655
|
+
name_mapping={"model_package_group_arn": "modelPackageGroupArn"},
|
|
2656
|
+
)
|
|
2657
|
+
class ModelPackageGroupReference:
|
|
2658
|
+
def __init__(self, *, model_package_group_arn: builtins.str) -> None:
|
|
2659
|
+
'''A reference to a ModelPackageGroup resource.
|
|
2660
|
+
|
|
2661
|
+
:param model_package_group_arn: The ModelPackageGroupArn of the ModelPackageGroup resource.
|
|
2662
|
+
|
|
2663
|
+
:exampleMetadata: fixture=_generated
|
|
2664
|
+
|
|
2665
|
+
Example::
|
|
2666
|
+
|
|
2667
|
+
# The code below shows an example of how to instantiate this type.
|
|
2668
|
+
# The values are placeholders you should change.
|
|
2669
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2670
|
+
|
|
2671
|
+
model_package_group_reference = interfaces_aws_sagemaker.ModelPackageGroupReference(
|
|
2672
|
+
model_package_group_arn="modelPackageGroupArn"
|
|
2673
|
+
)
|
|
2674
|
+
'''
|
|
2675
|
+
if __debug__:
|
|
2676
|
+
type_hints = typing.get_type_hints(_typecheckingstub__806afa0fdfcf55a7dbed3ace5685eb72f47a2b679cc3441208fa038f86769929)
|
|
2677
|
+
check_type(argname="argument model_package_group_arn", value=model_package_group_arn, expected_type=type_hints["model_package_group_arn"])
|
|
2678
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2679
|
+
"model_package_group_arn": model_package_group_arn,
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
@builtins.property
|
|
2683
|
+
def model_package_group_arn(self) -> builtins.str:
|
|
2684
|
+
'''The ModelPackageGroupArn of the ModelPackageGroup resource.'''
|
|
2685
|
+
result = self._values.get("model_package_group_arn")
|
|
2686
|
+
assert result is not None, "Required property 'model_package_group_arn' is missing"
|
|
2687
|
+
return typing.cast(builtins.str, result)
|
|
2688
|
+
|
|
2689
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2690
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2691
|
+
|
|
2692
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2693
|
+
return not (rhs == self)
|
|
2694
|
+
|
|
2695
|
+
def __repr__(self) -> str:
|
|
2696
|
+
return "ModelPackageGroupReference(%s)" % ", ".join(
|
|
2697
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2698
|
+
)
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
@jsii.data_type(
|
|
2702
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelPackageReference",
|
|
2703
|
+
jsii_struct_bases=[],
|
|
2704
|
+
name_mapping={"model_package_arn": "modelPackageArn"},
|
|
2705
|
+
)
|
|
2706
|
+
class ModelPackageReference:
|
|
2707
|
+
def __init__(self, *, model_package_arn: builtins.str) -> None:
|
|
2708
|
+
'''A reference to a ModelPackage resource.
|
|
2709
|
+
|
|
2710
|
+
:param model_package_arn: The ModelPackageArn of the ModelPackage resource.
|
|
2711
|
+
|
|
2712
|
+
:exampleMetadata: fixture=_generated
|
|
2713
|
+
|
|
2714
|
+
Example::
|
|
2715
|
+
|
|
2716
|
+
# The code below shows an example of how to instantiate this type.
|
|
2717
|
+
# The values are placeholders you should change.
|
|
2718
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2719
|
+
|
|
2720
|
+
model_package_reference = interfaces_aws_sagemaker.ModelPackageReference(
|
|
2721
|
+
model_package_arn="modelPackageArn"
|
|
2722
|
+
)
|
|
2723
|
+
'''
|
|
2724
|
+
if __debug__:
|
|
2725
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c7ad20bc3e1fff796a212b6e948c57005cfde11a3f0866526379c06aebbab528)
|
|
2726
|
+
check_type(argname="argument model_package_arn", value=model_package_arn, expected_type=type_hints["model_package_arn"])
|
|
2727
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2728
|
+
"model_package_arn": model_package_arn,
|
|
2729
|
+
}
|
|
2730
|
+
|
|
2731
|
+
@builtins.property
|
|
2732
|
+
def model_package_arn(self) -> builtins.str:
|
|
2733
|
+
'''The ModelPackageArn of the ModelPackage resource.'''
|
|
2734
|
+
result = self._values.get("model_package_arn")
|
|
2735
|
+
assert result is not None, "Required property 'model_package_arn' is missing"
|
|
2736
|
+
return typing.cast(builtins.str, result)
|
|
2737
|
+
|
|
2738
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2739
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2740
|
+
|
|
2741
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2742
|
+
return not (rhs == self)
|
|
2743
|
+
|
|
2744
|
+
def __repr__(self) -> str:
|
|
2745
|
+
return "ModelPackageReference(%s)" % ", ".join(
|
|
2746
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2747
|
+
)
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
@jsii.data_type(
|
|
2751
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelQualityJobDefinitionReference",
|
|
2752
|
+
jsii_struct_bases=[],
|
|
2753
|
+
name_mapping={"job_definition_arn": "jobDefinitionArn"},
|
|
2754
|
+
)
|
|
2755
|
+
class ModelQualityJobDefinitionReference:
|
|
2756
|
+
def __init__(self, *, job_definition_arn: builtins.str) -> None:
|
|
2757
|
+
'''A reference to a ModelQualityJobDefinition resource.
|
|
2758
|
+
|
|
2759
|
+
:param job_definition_arn: The JobDefinitionArn of the ModelQualityJobDefinition resource.
|
|
2760
|
+
|
|
2761
|
+
:exampleMetadata: fixture=_generated
|
|
2762
|
+
|
|
2763
|
+
Example::
|
|
2764
|
+
|
|
2765
|
+
# The code below shows an example of how to instantiate this type.
|
|
2766
|
+
# The values are placeholders you should change.
|
|
2767
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2768
|
+
|
|
2769
|
+
model_quality_job_definition_reference = interfaces_aws_sagemaker.ModelQualityJobDefinitionReference(
|
|
2770
|
+
job_definition_arn="jobDefinitionArn"
|
|
2771
|
+
)
|
|
2772
|
+
'''
|
|
2773
|
+
if __debug__:
|
|
2774
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3bbb410da1ba18623b904a946e29f21cdc36bdf281f4a84f6f779158070559f7)
|
|
2775
|
+
check_type(argname="argument job_definition_arn", value=job_definition_arn, expected_type=type_hints["job_definition_arn"])
|
|
2776
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2777
|
+
"job_definition_arn": job_definition_arn,
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
@builtins.property
|
|
2781
|
+
def job_definition_arn(self) -> builtins.str:
|
|
2782
|
+
'''The JobDefinitionArn of the ModelQualityJobDefinition resource.'''
|
|
2783
|
+
result = self._values.get("job_definition_arn")
|
|
2784
|
+
assert result is not None, "Required property 'job_definition_arn' is missing"
|
|
2785
|
+
return typing.cast(builtins.str, result)
|
|
2786
|
+
|
|
2787
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2788
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2789
|
+
|
|
2790
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2791
|
+
return not (rhs == self)
|
|
2792
|
+
|
|
2793
|
+
def __repr__(self) -> str:
|
|
2794
|
+
return "ModelQualityJobDefinitionReference(%s)" % ", ".join(
|
|
2795
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2796
|
+
)
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
@jsii.data_type(
|
|
2800
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ModelReference",
|
|
2801
|
+
jsii_struct_bases=[],
|
|
2802
|
+
name_mapping={"model_id": "modelId"},
|
|
2803
|
+
)
|
|
2804
|
+
class ModelReference:
|
|
2805
|
+
def __init__(self, *, model_id: builtins.str) -> None:
|
|
2806
|
+
'''A reference to a Model resource.
|
|
2807
|
+
|
|
2808
|
+
:param model_id: The Id of the Model resource.
|
|
2809
|
+
|
|
2810
|
+
:exampleMetadata: fixture=_generated
|
|
2811
|
+
|
|
2812
|
+
Example::
|
|
2813
|
+
|
|
2814
|
+
# The code below shows an example of how to instantiate this type.
|
|
2815
|
+
# The values are placeholders you should change.
|
|
2816
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2817
|
+
|
|
2818
|
+
model_reference = interfaces_aws_sagemaker.ModelReference(
|
|
2819
|
+
model_id="modelId"
|
|
2820
|
+
)
|
|
2821
|
+
'''
|
|
2822
|
+
if __debug__:
|
|
2823
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cd61af7df82fd40369c69cb9d02ff44230d37cd682d4ca1b498121f1cc8b4c5)
|
|
2824
|
+
check_type(argname="argument model_id", value=model_id, expected_type=type_hints["model_id"])
|
|
2825
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2826
|
+
"model_id": model_id,
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
@builtins.property
|
|
2830
|
+
def model_id(self) -> builtins.str:
|
|
2831
|
+
'''The Id of the Model resource.'''
|
|
2832
|
+
result = self._values.get("model_id")
|
|
2833
|
+
assert result is not None, "Required property 'model_id' is missing"
|
|
2834
|
+
return typing.cast(builtins.str, result)
|
|
2835
|
+
|
|
2836
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2837
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2838
|
+
|
|
2839
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2840
|
+
return not (rhs == self)
|
|
2841
|
+
|
|
2842
|
+
def __repr__(self) -> str:
|
|
2843
|
+
return "ModelReference(%s)" % ", ".join(
|
|
2844
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2845
|
+
)
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
@jsii.data_type(
|
|
2849
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.MonitoringScheduleReference",
|
|
2850
|
+
jsii_struct_bases=[],
|
|
2851
|
+
name_mapping={"monitoring_schedule_arn": "monitoringScheduleArn"},
|
|
2852
|
+
)
|
|
2853
|
+
class MonitoringScheduleReference:
|
|
2854
|
+
def __init__(self, *, monitoring_schedule_arn: builtins.str) -> None:
|
|
2855
|
+
'''A reference to a MonitoringSchedule resource.
|
|
2856
|
+
|
|
2857
|
+
:param monitoring_schedule_arn: The MonitoringScheduleArn of the MonitoringSchedule resource.
|
|
2858
|
+
|
|
2859
|
+
:exampleMetadata: fixture=_generated
|
|
2860
|
+
|
|
2861
|
+
Example::
|
|
2862
|
+
|
|
2863
|
+
# The code below shows an example of how to instantiate this type.
|
|
2864
|
+
# The values are placeholders you should change.
|
|
2865
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2866
|
+
|
|
2867
|
+
monitoring_schedule_reference = interfaces_aws_sagemaker.MonitoringScheduleReference(
|
|
2868
|
+
monitoring_schedule_arn="monitoringScheduleArn"
|
|
2869
|
+
)
|
|
2870
|
+
'''
|
|
2871
|
+
if __debug__:
|
|
2872
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9d97efa57770ba22be684610fdc6172b3eb4efd10380b38759c295dd74f7bb31)
|
|
2873
|
+
check_type(argname="argument monitoring_schedule_arn", value=monitoring_schedule_arn, expected_type=type_hints["monitoring_schedule_arn"])
|
|
2874
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2875
|
+
"monitoring_schedule_arn": monitoring_schedule_arn,
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
@builtins.property
|
|
2879
|
+
def monitoring_schedule_arn(self) -> builtins.str:
|
|
2880
|
+
'''The MonitoringScheduleArn of the MonitoringSchedule resource.'''
|
|
2881
|
+
result = self._values.get("monitoring_schedule_arn")
|
|
2882
|
+
assert result is not None, "Required property 'monitoring_schedule_arn' is missing"
|
|
2883
|
+
return typing.cast(builtins.str, result)
|
|
2884
|
+
|
|
2885
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2886
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2887
|
+
|
|
2888
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2889
|
+
return not (rhs == self)
|
|
2890
|
+
|
|
2891
|
+
def __repr__(self) -> str:
|
|
2892
|
+
return "MonitoringScheduleReference(%s)" % ", ".join(
|
|
2893
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2894
|
+
)
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
@jsii.data_type(
|
|
2898
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.NotebookInstanceLifecycleConfigReference",
|
|
2899
|
+
jsii_struct_bases=[],
|
|
2900
|
+
name_mapping={
|
|
2901
|
+
"notebook_instance_lifecycle_config_id": "notebookInstanceLifecycleConfigId",
|
|
2902
|
+
},
|
|
2903
|
+
)
|
|
2904
|
+
class NotebookInstanceLifecycleConfigReference:
|
|
2905
|
+
def __init__(self, *, notebook_instance_lifecycle_config_id: builtins.str) -> None:
|
|
2906
|
+
'''A reference to a NotebookInstanceLifecycleConfig resource.
|
|
2907
|
+
|
|
2908
|
+
:param notebook_instance_lifecycle_config_id: The Id of the NotebookInstanceLifecycleConfig resource.
|
|
2909
|
+
|
|
2910
|
+
:exampleMetadata: fixture=_generated
|
|
2911
|
+
|
|
2912
|
+
Example::
|
|
2913
|
+
|
|
2914
|
+
# The code below shows an example of how to instantiate this type.
|
|
2915
|
+
# The values are placeholders you should change.
|
|
2916
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2917
|
+
|
|
2918
|
+
notebook_instance_lifecycle_config_reference = interfaces_aws_sagemaker.NotebookInstanceLifecycleConfigReference(
|
|
2919
|
+
notebook_instance_lifecycle_config_id="notebookInstanceLifecycleConfigId"
|
|
2920
|
+
)
|
|
2921
|
+
'''
|
|
2922
|
+
if __debug__:
|
|
2923
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3bd4bd8843ef6d70f3dd8ae74880bf978f098b162369119c9940d295166f6c9e)
|
|
2924
|
+
check_type(argname="argument notebook_instance_lifecycle_config_id", value=notebook_instance_lifecycle_config_id, expected_type=type_hints["notebook_instance_lifecycle_config_id"])
|
|
2925
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2926
|
+
"notebook_instance_lifecycle_config_id": notebook_instance_lifecycle_config_id,
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
@builtins.property
|
|
2930
|
+
def notebook_instance_lifecycle_config_id(self) -> builtins.str:
|
|
2931
|
+
'''The Id of the NotebookInstanceLifecycleConfig resource.'''
|
|
2932
|
+
result = self._values.get("notebook_instance_lifecycle_config_id")
|
|
2933
|
+
assert result is not None, "Required property 'notebook_instance_lifecycle_config_id' is missing"
|
|
2934
|
+
return typing.cast(builtins.str, result)
|
|
2935
|
+
|
|
2936
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2937
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2938
|
+
|
|
2939
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2940
|
+
return not (rhs == self)
|
|
2941
|
+
|
|
2942
|
+
def __repr__(self) -> str:
|
|
2943
|
+
return "NotebookInstanceLifecycleConfigReference(%s)" % ", ".join(
|
|
2944
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2945
|
+
)
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
@jsii.data_type(
|
|
2949
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.NotebookInstanceReference",
|
|
2950
|
+
jsii_struct_bases=[],
|
|
2951
|
+
name_mapping={"notebook_instance_id": "notebookInstanceId"},
|
|
2952
|
+
)
|
|
2953
|
+
class NotebookInstanceReference:
|
|
2954
|
+
def __init__(self, *, notebook_instance_id: builtins.str) -> None:
|
|
2955
|
+
'''A reference to a NotebookInstance resource.
|
|
2956
|
+
|
|
2957
|
+
:param notebook_instance_id: The Id of the NotebookInstance resource.
|
|
2958
|
+
|
|
2959
|
+
:exampleMetadata: fixture=_generated
|
|
2960
|
+
|
|
2961
|
+
Example::
|
|
2962
|
+
|
|
2963
|
+
# The code below shows an example of how to instantiate this type.
|
|
2964
|
+
# The values are placeholders you should change.
|
|
2965
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
2966
|
+
|
|
2967
|
+
notebook_instance_reference = interfaces_aws_sagemaker.NotebookInstanceReference(
|
|
2968
|
+
notebook_instance_id="notebookInstanceId"
|
|
2969
|
+
)
|
|
2970
|
+
'''
|
|
2971
|
+
if __debug__:
|
|
2972
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a755b532c8c9e307e8c797edce2cc8a880caf510ede5ca055a88def8d821580d)
|
|
2973
|
+
check_type(argname="argument notebook_instance_id", value=notebook_instance_id, expected_type=type_hints["notebook_instance_id"])
|
|
2974
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2975
|
+
"notebook_instance_id": notebook_instance_id,
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
@builtins.property
|
|
2979
|
+
def notebook_instance_id(self) -> builtins.str:
|
|
2980
|
+
'''The Id of the NotebookInstance resource.'''
|
|
2981
|
+
result = self._values.get("notebook_instance_id")
|
|
2982
|
+
assert result is not None, "Required property 'notebook_instance_id' is missing"
|
|
2983
|
+
return typing.cast(builtins.str, result)
|
|
2984
|
+
|
|
2985
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2986
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2987
|
+
|
|
2988
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2989
|
+
return not (rhs == self)
|
|
2990
|
+
|
|
2991
|
+
def __repr__(self) -> str:
|
|
2992
|
+
return "NotebookInstanceReference(%s)" % ", ".join(
|
|
2993
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2994
|
+
)
|
|
2995
|
+
|
|
2996
|
+
|
|
2997
|
+
@jsii.data_type(
|
|
2998
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.PartnerAppReference",
|
|
2999
|
+
jsii_struct_bases=[],
|
|
3000
|
+
name_mapping={"partner_app_arn": "partnerAppArn"},
|
|
3001
|
+
)
|
|
3002
|
+
class PartnerAppReference:
|
|
3003
|
+
def __init__(self, *, partner_app_arn: builtins.str) -> None:
|
|
3004
|
+
'''A reference to a PartnerApp resource.
|
|
3005
|
+
|
|
3006
|
+
:param partner_app_arn: The Arn of the PartnerApp resource.
|
|
3007
|
+
|
|
3008
|
+
:exampleMetadata: fixture=_generated
|
|
3009
|
+
|
|
3010
|
+
Example::
|
|
3011
|
+
|
|
3012
|
+
# The code below shows an example of how to instantiate this type.
|
|
3013
|
+
# The values are placeholders you should change.
|
|
3014
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3015
|
+
|
|
3016
|
+
partner_app_reference = interfaces_aws_sagemaker.PartnerAppReference(
|
|
3017
|
+
partner_app_arn="partnerAppArn"
|
|
3018
|
+
)
|
|
3019
|
+
'''
|
|
3020
|
+
if __debug__:
|
|
3021
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6626228075a70abe3bcda83e61523a68eaf55bd7ba47801143a8489c621642d0)
|
|
3022
|
+
check_type(argname="argument partner_app_arn", value=partner_app_arn, expected_type=type_hints["partner_app_arn"])
|
|
3023
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3024
|
+
"partner_app_arn": partner_app_arn,
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
@builtins.property
|
|
3028
|
+
def partner_app_arn(self) -> builtins.str:
|
|
3029
|
+
'''The Arn of the PartnerApp resource.'''
|
|
3030
|
+
result = self._values.get("partner_app_arn")
|
|
3031
|
+
assert result is not None, "Required property 'partner_app_arn' is missing"
|
|
3032
|
+
return typing.cast(builtins.str, result)
|
|
3033
|
+
|
|
3034
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3035
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3036
|
+
|
|
3037
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3038
|
+
return not (rhs == self)
|
|
3039
|
+
|
|
3040
|
+
def __repr__(self) -> str:
|
|
3041
|
+
return "PartnerAppReference(%s)" % ", ".join(
|
|
3042
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3043
|
+
)
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
@jsii.data_type(
|
|
3047
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.PipelineReference",
|
|
3048
|
+
jsii_struct_bases=[],
|
|
3049
|
+
name_mapping={"pipeline_name": "pipelineName"},
|
|
3050
|
+
)
|
|
3051
|
+
class PipelineReference:
|
|
3052
|
+
def __init__(self, *, pipeline_name: builtins.str) -> None:
|
|
3053
|
+
'''A reference to a Pipeline resource.
|
|
3054
|
+
|
|
3055
|
+
:param pipeline_name: The PipelineName of the Pipeline resource.
|
|
3056
|
+
|
|
3057
|
+
:exampleMetadata: fixture=_generated
|
|
3058
|
+
|
|
3059
|
+
Example::
|
|
3060
|
+
|
|
3061
|
+
# The code below shows an example of how to instantiate this type.
|
|
3062
|
+
# The values are placeholders you should change.
|
|
3063
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3064
|
+
|
|
3065
|
+
pipeline_reference = interfaces_aws_sagemaker.PipelineReference(
|
|
3066
|
+
pipeline_name="pipelineName"
|
|
3067
|
+
)
|
|
3068
|
+
'''
|
|
3069
|
+
if __debug__:
|
|
3070
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ad9acc2ace51dbdf01b438f91968bd738f36794a0975b7dffb9facf7d427bb1b)
|
|
3071
|
+
check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
|
|
3072
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3073
|
+
"pipeline_name": pipeline_name,
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
@builtins.property
|
|
3077
|
+
def pipeline_name(self) -> builtins.str:
|
|
3078
|
+
'''The PipelineName of the Pipeline resource.'''
|
|
3079
|
+
result = self._values.get("pipeline_name")
|
|
3080
|
+
assert result is not None, "Required property 'pipeline_name' is missing"
|
|
3081
|
+
return typing.cast(builtins.str, result)
|
|
3082
|
+
|
|
3083
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3084
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3085
|
+
|
|
3086
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3087
|
+
return not (rhs == self)
|
|
3088
|
+
|
|
3089
|
+
def __repr__(self) -> str:
|
|
3090
|
+
return "PipelineReference(%s)" % ", ".join(
|
|
3091
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3092
|
+
)
|
|
3093
|
+
|
|
3094
|
+
|
|
3095
|
+
@jsii.data_type(
|
|
3096
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ProcessingJobReference",
|
|
3097
|
+
jsii_struct_bases=[],
|
|
3098
|
+
name_mapping={"processing_job_arn": "processingJobArn"},
|
|
3099
|
+
)
|
|
3100
|
+
class ProcessingJobReference:
|
|
3101
|
+
def __init__(self, *, processing_job_arn: builtins.str) -> None:
|
|
3102
|
+
'''A reference to a ProcessingJob resource.
|
|
3103
|
+
|
|
3104
|
+
:param processing_job_arn: The ProcessingJobArn of the ProcessingJob resource.
|
|
3105
|
+
|
|
3106
|
+
:exampleMetadata: fixture=_generated
|
|
3107
|
+
|
|
3108
|
+
Example::
|
|
3109
|
+
|
|
3110
|
+
# The code below shows an example of how to instantiate this type.
|
|
3111
|
+
# The values are placeholders you should change.
|
|
3112
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3113
|
+
|
|
3114
|
+
processing_job_reference = interfaces_aws_sagemaker.ProcessingJobReference(
|
|
3115
|
+
processing_job_arn="processingJobArn"
|
|
3116
|
+
)
|
|
3117
|
+
'''
|
|
3118
|
+
if __debug__:
|
|
3119
|
+
type_hints = typing.get_type_hints(_typecheckingstub__28ca4f390d63827e5d80cbe193cd18d766e8487d3a3b2bfa5882ac83e75f29dc)
|
|
3120
|
+
check_type(argname="argument processing_job_arn", value=processing_job_arn, expected_type=type_hints["processing_job_arn"])
|
|
3121
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3122
|
+
"processing_job_arn": processing_job_arn,
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
@builtins.property
|
|
3126
|
+
def processing_job_arn(self) -> builtins.str:
|
|
3127
|
+
'''The ProcessingJobArn of the ProcessingJob resource.'''
|
|
3128
|
+
result = self._values.get("processing_job_arn")
|
|
3129
|
+
assert result is not None, "Required property 'processing_job_arn' is missing"
|
|
3130
|
+
return typing.cast(builtins.str, result)
|
|
3131
|
+
|
|
3132
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3133
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3134
|
+
|
|
3135
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3136
|
+
return not (rhs == self)
|
|
3137
|
+
|
|
3138
|
+
def __repr__(self) -> str:
|
|
3139
|
+
return "ProcessingJobReference(%s)" % ", ".join(
|
|
3140
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3141
|
+
)
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
@jsii.data_type(
|
|
3145
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.ProjectReference",
|
|
3146
|
+
jsii_struct_bases=[],
|
|
3147
|
+
name_mapping={"project_arn": "projectArn"},
|
|
3148
|
+
)
|
|
3149
|
+
class ProjectReference:
|
|
3150
|
+
def __init__(self, *, project_arn: builtins.str) -> None:
|
|
3151
|
+
'''A reference to a Project resource.
|
|
3152
|
+
|
|
3153
|
+
:param project_arn: The ProjectArn of the Project resource.
|
|
3154
|
+
|
|
3155
|
+
:exampleMetadata: fixture=_generated
|
|
3156
|
+
|
|
3157
|
+
Example::
|
|
3158
|
+
|
|
3159
|
+
# The code below shows an example of how to instantiate this type.
|
|
3160
|
+
# The values are placeholders you should change.
|
|
3161
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3162
|
+
|
|
3163
|
+
project_reference = interfaces_aws_sagemaker.ProjectReference(
|
|
3164
|
+
project_arn="projectArn"
|
|
3165
|
+
)
|
|
3166
|
+
'''
|
|
3167
|
+
if __debug__:
|
|
3168
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3dbf30c5cad56a5319c780818fab0e1ecabcd4ca3510888e70ca4e4a4440da7e)
|
|
3169
|
+
check_type(argname="argument project_arn", value=project_arn, expected_type=type_hints["project_arn"])
|
|
3170
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3171
|
+
"project_arn": project_arn,
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
@builtins.property
|
|
3175
|
+
def project_arn(self) -> builtins.str:
|
|
3176
|
+
'''The ProjectArn of the Project resource.'''
|
|
3177
|
+
result = self._values.get("project_arn")
|
|
3178
|
+
assert result is not None, "Required property 'project_arn' is missing"
|
|
3179
|
+
return typing.cast(builtins.str, result)
|
|
3180
|
+
|
|
3181
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3182
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3183
|
+
|
|
3184
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3185
|
+
return not (rhs == self)
|
|
3186
|
+
|
|
3187
|
+
def __repr__(self) -> str:
|
|
3188
|
+
return "ProjectReference(%s)" % ", ".join(
|
|
3189
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3190
|
+
)
|
|
3191
|
+
|
|
3192
|
+
|
|
3193
|
+
@jsii.data_type(
|
|
3194
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.SpaceReference",
|
|
3195
|
+
jsii_struct_bases=[],
|
|
3196
|
+
name_mapping={
|
|
3197
|
+
"domain_id": "domainId",
|
|
3198
|
+
"space_arn": "spaceArn",
|
|
3199
|
+
"space_name": "spaceName",
|
|
3200
|
+
},
|
|
3201
|
+
)
|
|
3202
|
+
class SpaceReference:
|
|
3203
|
+
def __init__(
|
|
3204
|
+
self,
|
|
3205
|
+
*,
|
|
3206
|
+
domain_id: builtins.str,
|
|
3207
|
+
space_arn: builtins.str,
|
|
3208
|
+
space_name: builtins.str,
|
|
3209
|
+
) -> None:
|
|
3210
|
+
'''A reference to a Space resource.
|
|
3211
|
+
|
|
3212
|
+
:param domain_id: The DomainId of the Space resource.
|
|
3213
|
+
:param space_arn: The ARN of the Space resource.
|
|
3214
|
+
:param space_name: The SpaceName of the Space resource.
|
|
3215
|
+
|
|
3216
|
+
:exampleMetadata: fixture=_generated
|
|
3217
|
+
|
|
3218
|
+
Example::
|
|
3219
|
+
|
|
3220
|
+
# The code below shows an example of how to instantiate this type.
|
|
3221
|
+
# The values are placeholders you should change.
|
|
3222
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3223
|
+
|
|
3224
|
+
space_reference = interfaces_aws_sagemaker.SpaceReference(
|
|
3225
|
+
domain_id="domainId",
|
|
3226
|
+
space_arn="spaceArn",
|
|
3227
|
+
space_name="spaceName"
|
|
3228
|
+
)
|
|
3229
|
+
'''
|
|
3230
|
+
if __debug__:
|
|
3231
|
+
type_hints = typing.get_type_hints(_typecheckingstub__960b6b3f1e6407778e534a453c19051ff7b4ab7231ac395afdc47214610602eb)
|
|
3232
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
3233
|
+
check_type(argname="argument space_arn", value=space_arn, expected_type=type_hints["space_arn"])
|
|
3234
|
+
check_type(argname="argument space_name", value=space_name, expected_type=type_hints["space_name"])
|
|
3235
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3236
|
+
"domain_id": domain_id,
|
|
3237
|
+
"space_arn": space_arn,
|
|
3238
|
+
"space_name": space_name,
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
@builtins.property
|
|
3242
|
+
def domain_id(self) -> builtins.str:
|
|
3243
|
+
'''The DomainId of the Space resource.'''
|
|
3244
|
+
result = self._values.get("domain_id")
|
|
3245
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
3246
|
+
return typing.cast(builtins.str, result)
|
|
3247
|
+
|
|
3248
|
+
@builtins.property
|
|
3249
|
+
def space_arn(self) -> builtins.str:
|
|
3250
|
+
'''The ARN of the Space resource.'''
|
|
3251
|
+
result = self._values.get("space_arn")
|
|
3252
|
+
assert result is not None, "Required property 'space_arn' is missing"
|
|
3253
|
+
return typing.cast(builtins.str, result)
|
|
3254
|
+
|
|
3255
|
+
@builtins.property
|
|
3256
|
+
def space_name(self) -> builtins.str:
|
|
3257
|
+
'''The SpaceName of the Space resource.'''
|
|
3258
|
+
result = self._values.get("space_name")
|
|
3259
|
+
assert result is not None, "Required property 'space_name' is missing"
|
|
3260
|
+
return typing.cast(builtins.str, result)
|
|
3261
|
+
|
|
3262
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3263
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3264
|
+
|
|
3265
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3266
|
+
return not (rhs == self)
|
|
3267
|
+
|
|
3268
|
+
def __repr__(self) -> str:
|
|
3269
|
+
return "SpaceReference(%s)" % ", ".join(
|
|
3270
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3271
|
+
)
|
|
3272
|
+
|
|
3273
|
+
|
|
3274
|
+
@jsii.data_type(
|
|
3275
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.StudioLifecycleConfigReference",
|
|
3276
|
+
jsii_struct_bases=[],
|
|
3277
|
+
name_mapping={
|
|
3278
|
+
"studio_lifecycle_config_arn": "studioLifecycleConfigArn",
|
|
3279
|
+
"studio_lifecycle_config_name": "studioLifecycleConfigName",
|
|
3280
|
+
},
|
|
3281
|
+
)
|
|
3282
|
+
class StudioLifecycleConfigReference:
|
|
3283
|
+
def __init__(
|
|
3284
|
+
self,
|
|
3285
|
+
*,
|
|
3286
|
+
studio_lifecycle_config_arn: builtins.str,
|
|
3287
|
+
studio_lifecycle_config_name: builtins.str,
|
|
3288
|
+
) -> None:
|
|
3289
|
+
'''A reference to a StudioLifecycleConfig resource.
|
|
3290
|
+
|
|
3291
|
+
:param studio_lifecycle_config_arn: The ARN of the StudioLifecycleConfig resource.
|
|
3292
|
+
:param studio_lifecycle_config_name: The StudioLifecycleConfigName of the StudioLifecycleConfig resource.
|
|
3293
|
+
|
|
3294
|
+
:exampleMetadata: fixture=_generated
|
|
3295
|
+
|
|
3296
|
+
Example::
|
|
3297
|
+
|
|
3298
|
+
# The code below shows an example of how to instantiate this type.
|
|
3299
|
+
# The values are placeholders you should change.
|
|
3300
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3301
|
+
|
|
3302
|
+
studio_lifecycle_config_reference = interfaces_aws_sagemaker.StudioLifecycleConfigReference(
|
|
3303
|
+
studio_lifecycle_config_arn="studioLifecycleConfigArn",
|
|
3304
|
+
studio_lifecycle_config_name="studioLifecycleConfigName"
|
|
3305
|
+
)
|
|
3306
|
+
'''
|
|
3307
|
+
if __debug__:
|
|
3308
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eb952dd8843aa4f3071a4649857357f9cf5f6ee34b859ebafd283f7013f0c67d)
|
|
3309
|
+
check_type(argname="argument studio_lifecycle_config_arn", value=studio_lifecycle_config_arn, expected_type=type_hints["studio_lifecycle_config_arn"])
|
|
3310
|
+
check_type(argname="argument studio_lifecycle_config_name", value=studio_lifecycle_config_name, expected_type=type_hints["studio_lifecycle_config_name"])
|
|
3311
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3312
|
+
"studio_lifecycle_config_arn": studio_lifecycle_config_arn,
|
|
3313
|
+
"studio_lifecycle_config_name": studio_lifecycle_config_name,
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
@builtins.property
|
|
3317
|
+
def studio_lifecycle_config_arn(self) -> builtins.str:
|
|
3318
|
+
'''The ARN of the StudioLifecycleConfig resource.'''
|
|
3319
|
+
result = self._values.get("studio_lifecycle_config_arn")
|
|
3320
|
+
assert result is not None, "Required property 'studio_lifecycle_config_arn' is missing"
|
|
3321
|
+
return typing.cast(builtins.str, result)
|
|
3322
|
+
|
|
3323
|
+
@builtins.property
|
|
3324
|
+
def studio_lifecycle_config_name(self) -> builtins.str:
|
|
3325
|
+
'''The StudioLifecycleConfigName of the StudioLifecycleConfig resource.'''
|
|
3326
|
+
result = self._values.get("studio_lifecycle_config_name")
|
|
3327
|
+
assert result is not None, "Required property 'studio_lifecycle_config_name' is missing"
|
|
3328
|
+
return typing.cast(builtins.str, result)
|
|
3329
|
+
|
|
3330
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3331
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3332
|
+
|
|
3333
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3334
|
+
return not (rhs == self)
|
|
3335
|
+
|
|
3336
|
+
def __repr__(self) -> str:
|
|
3337
|
+
return "StudioLifecycleConfigReference(%s)" % ", ".join(
|
|
3338
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3339
|
+
)
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
@jsii.data_type(
|
|
3343
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.UserProfileReference",
|
|
3344
|
+
jsii_struct_bases=[],
|
|
3345
|
+
name_mapping={
|
|
3346
|
+
"domain_id": "domainId",
|
|
3347
|
+
"user_profile_arn": "userProfileArn",
|
|
3348
|
+
"user_profile_name": "userProfileName",
|
|
3349
|
+
},
|
|
3350
|
+
)
|
|
3351
|
+
class UserProfileReference:
|
|
3352
|
+
def __init__(
|
|
3353
|
+
self,
|
|
3354
|
+
*,
|
|
3355
|
+
domain_id: builtins.str,
|
|
3356
|
+
user_profile_arn: builtins.str,
|
|
3357
|
+
user_profile_name: builtins.str,
|
|
3358
|
+
) -> None:
|
|
3359
|
+
'''A reference to a UserProfile resource.
|
|
3360
|
+
|
|
3361
|
+
:param domain_id: The DomainId of the UserProfile resource.
|
|
3362
|
+
:param user_profile_arn: The ARN of the UserProfile resource.
|
|
3363
|
+
:param user_profile_name: The UserProfileName of the UserProfile resource.
|
|
3364
|
+
|
|
3365
|
+
:exampleMetadata: fixture=_generated
|
|
3366
|
+
|
|
3367
|
+
Example::
|
|
3368
|
+
|
|
3369
|
+
# The code below shows an example of how to instantiate this type.
|
|
3370
|
+
# The values are placeholders you should change.
|
|
3371
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3372
|
+
|
|
3373
|
+
user_profile_reference = interfaces_aws_sagemaker.UserProfileReference(
|
|
3374
|
+
domain_id="domainId",
|
|
3375
|
+
user_profile_arn="userProfileArn",
|
|
3376
|
+
user_profile_name="userProfileName"
|
|
3377
|
+
)
|
|
3378
|
+
'''
|
|
3379
|
+
if __debug__:
|
|
3380
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6c8b4ff7d349ddb3632965b5498543cbf7e6d497d2d7bc15f093cf6cf3f84ace)
|
|
3381
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
3382
|
+
check_type(argname="argument user_profile_arn", value=user_profile_arn, expected_type=type_hints["user_profile_arn"])
|
|
3383
|
+
check_type(argname="argument user_profile_name", value=user_profile_name, expected_type=type_hints["user_profile_name"])
|
|
3384
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3385
|
+
"domain_id": domain_id,
|
|
3386
|
+
"user_profile_arn": user_profile_arn,
|
|
3387
|
+
"user_profile_name": user_profile_name,
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
@builtins.property
|
|
3391
|
+
def domain_id(self) -> builtins.str:
|
|
3392
|
+
'''The DomainId of the UserProfile resource.'''
|
|
3393
|
+
result = self._values.get("domain_id")
|
|
3394
|
+
assert result is not None, "Required property 'domain_id' is missing"
|
|
3395
|
+
return typing.cast(builtins.str, result)
|
|
3396
|
+
|
|
3397
|
+
@builtins.property
|
|
3398
|
+
def user_profile_arn(self) -> builtins.str:
|
|
3399
|
+
'''The ARN of the UserProfile resource.'''
|
|
3400
|
+
result = self._values.get("user_profile_arn")
|
|
3401
|
+
assert result is not None, "Required property 'user_profile_arn' is missing"
|
|
3402
|
+
return typing.cast(builtins.str, result)
|
|
3403
|
+
|
|
3404
|
+
@builtins.property
|
|
3405
|
+
def user_profile_name(self) -> builtins.str:
|
|
3406
|
+
'''The UserProfileName of the UserProfile resource.'''
|
|
3407
|
+
result = self._values.get("user_profile_name")
|
|
3408
|
+
assert result is not None, "Required property 'user_profile_name' is missing"
|
|
3409
|
+
return typing.cast(builtins.str, result)
|
|
3410
|
+
|
|
3411
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3412
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3413
|
+
|
|
3414
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3415
|
+
return not (rhs == self)
|
|
3416
|
+
|
|
3417
|
+
def __repr__(self) -> str:
|
|
3418
|
+
return "UserProfileReference(%s)" % ", ".join(
|
|
3419
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3420
|
+
)
|
|
3421
|
+
|
|
3422
|
+
|
|
3423
|
+
@jsii.data_type(
|
|
3424
|
+
jsii_type="aws-cdk-lib.interfaces.aws_sagemaker.WorkteamReference",
|
|
3425
|
+
jsii_struct_bases=[],
|
|
3426
|
+
name_mapping={"workteam_id": "workteamId"},
|
|
3427
|
+
)
|
|
3428
|
+
class WorkteamReference:
|
|
3429
|
+
def __init__(self, *, workteam_id: builtins.str) -> None:
|
|
3430
|
+
'''A reference to a Workteam resource.
|
|
3431
|
+
|
|
3432
|
+
:param workteam_id: The Id of the Workteam resource.
|
|
3433
|
+
|
|
3434
|
+
:exampleMetadata: fixture=_generated
|
|
3435
|
+
|
|
3436
|
+
Example::
|
|
3437
|
+
|
|
3438
|
+
# The code below shows an example of how to instantiate this type.
|
|
3439
|
+
# The values are placeholders you should change.
|
|
3440
|
+
from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker
|
|
3441
|
+
|
|
3442
|
+
workteam_reference = interfaces_aws_sagemaker.WorkteamReference(
|
|
3443
|
+
workteam_id="workteamId"
|
|
3444
|
+
)
|
|
3445
|
+
'''
|
|
3446
|
+
if __debug__:
|
|
3447
|
+
type_hints = typing.get_type_hints(_typecheckingstub__57fcc1ca690db91207cd9de5695c57ca45d13772e64730ab43c815d1704cc2b9)
|
|
3448
|
+
check_type(argname="argument workteam_id", value=workteam_id, expected_type=type_hints["workteam_id"])
|
|
3449
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3450
|
+
"workteam_id": workteam_id,
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
@builtins.property
|
|
3454
|
+
def workteam_id(self) -> builtins.str:
|
|
3455
|
+
'''The Id of the Workteam resource.'''
|
|
3456
|
+
result = self._values.get("workteam_id")
|
|
3457
|
+
assert result is not None, "Required property 'workteam_id' is missing"
|
|
3458
|
+
return typing.cast(builtins.str, result)
|
|
3459
|
+
|
|
3460
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3461
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3462
|
+
|
|
3463
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3464
|
+
return not (rhs == self)
|
|
3465
|
+
|
|
3466
|
+
def __repr__(self) -> str:
|
|
3467
|
+
return "WorkteamReference(%s)" % ", ".join(
|
|
3468
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3469
|
+
)
|
|
3470
|
+
|
|
3471
|
+
|
|
3472
|
+
__all__ = [
|
|
3473
|
+
"AppImageConfigReference",
|
|
3474
|
+
"AppReference",
|
|
3475
|
+
"ClusterReference",
|
|
3476
|
+
"CodeRepositoryReference",
|
|
3477
|
+
"DataQualityJobDefinitionReference",
|
|
3478
|
+
"DeviceFleetReference",
|
|
3479
|
+
"DeviceReference",
|
|
3480
|
+
"DomainReference",
|
|
3481
|
+
"EndpointConfigReference",
|
|
3482
|
+
"EndpointReference",
|
|
3483
|
+
"FeatureGroupReference",
|
|
3484
|
+
"IAppImageConfigRef",
|
|
3485
|
+
"IAppRef",
|
|
3486
|
+
"IClusterRef",
|
|
3487
|
+
"ICodeRepositoryRef",
|
|
3488
|
+
"IDataQualityJobDefinitionRef",
|
|
3489
|
+
"IDeviceFleetRef",
|
|
3490
|
+
"IDeviceRef",
|
|
3491
|
+
"IDomainRef",
|
|
3492
|
+
"IEndpointConfigRef",
|
|
3493
|
+
"IEndpointRef",
|
|
3494
|
+
"IFeatureGroupRef",
|
|
3495
|
+
"IImageRef",
|
|
3496
|
+
"IImageVersionRef",
|
|
3497
|
+
"IInferenceComponentRef",
|
|
3498
|
+
"IInferenceExperimentRef",
|
|
3499
|
+
"IMlflowTrackingServerRef",
|
|
3500
|
+
"IModelBiasJobDefinitionRef",
|
|
3501
|
+
"IModelCardRef",
|
|
3502
|
+
"IModelExplainabilityJobDefinitionRef",
|
|
3503
|
+
"IModelPackageGroupRef",
|
|
3504
|
+
"IModelPackageRef",
|
|
3505
|
+
"IModelQualityJobDefinitionRef",
|
|
3506
|
+
"IModelRef",
|
|
3507
|
+
"IMonitoringScheduleRef",
|
|
3508
|
+
"INotebookInstanceLifecycleConfigRef",
|
|
3509
|
+
"INotebookInstanceRef",
|
|
3510
|
+
"IPartnerAppRef",
|
|
3511
|
+
"IPipelineRef",
|
|
3512
|
+
"IProcessingJobRef",
|
|
3513
|
+
"IProjectRef",
|
|
3514
|
+
"ISpaceRef",
|
|
3515
|
+
"IStudioLifecycleConfigRef",
|
|
3516
|
+
"IUserProfileRef",
|
|
3517
|
+
"IWorkteamRef",
|
|
3518
|
+
"ImageReference",
|
|
3519
|
+
"ImageVersionReference",
|
|
3520
|
+
"InferenceComponentReference",
|
|
3521
|
+
"InferenceExperimentReference",
|
|
3522
|
+
"MlflowTrackingServerReference",
|
|
3523
|
+
"ModelBiasJobDefinitionReference",
|
|
3524
|
+
"ModelCardReference",
|
|
3525
|
+
"ModelExplainabilityJobDefinitionReference",
|
|
3526
|
+
"ModelPackageGroupReference",
|
|
3527
|
+
"ModelPackageReference",
|
|
3528
|
+
"ModelQualityJobDefinitionReference",
|
|
3529
|
+
"ModelReference",
|
|
3530
|
+
"MonitoringScheduleReference",
|
|
3531
|
+
"NotebookInstanceLifecycleConfigReference",
|
|
3532
|
+
"NotebookInstanceReference",
|
|
3533
|
+
"PartnerAppReference",
|
|
3534
|
+
"PipelineReference",
|
|
3535
|
+
"ProcessingJobReference",
|
|
3536
|
+
"ProjectReference",
|
|
3537
|
+
"SpaceReference",
|
|
3538
|
+
"StudioLifecycleConfigReference",
|
|
3539
|
+
"UserProfileReference",
|
|
3540
|
+
"WorkteamReference",
|
|
3541
|
+
]
|
|
3542
|
+
|
|
3543
|
+
publication.publish()
|
|
3544
|
+
|
|
3545
|
+
def _typecheckingstub__8605a0bbddb7566b87d731e87346f01eed74a7a840b35f21894ff7b04efe109a(
|
|
3546
|
+
*,
|
|
3547
|
+
app_image_config_arn: builtins.str,
|
|
3548
|
+
app_image_config_name: builtins.str,
|
|
3549
|
+
) -> None:
|
|
3550
|
+
"""Type checking stubs"""
|
|
3551
|
+
pass
|
|
3552
|
+
|
|
3553
|
+
def _typecheckingstub__acf6b4a544b0ae2c52d54ce3ceff8c75d3dcd96d513a527222edb518b2378b61(
|
|
3554
|
+
*,
|
|
3555
|
+
app_arn: builtins.str,
|
|
3556
|
+
app_name: builtins.str,
|
|
3557
|
+
app_type: builtins.str,
|
|
3558
|
+
domain_id: builtins.str,
|
|
3559
|
+
user_profile_name: builtins.str,
|
|
3560
|
+
) -> None:
|
|
3561
|
+
"""Type checking stubs"""
|
|
3562
|
+
pass
|
|
3563
|
+
|
|
3564
|
+
def _typecheckingstub__b41740c83d2043a3c12795517b06ef5392e313ddf64f0baf09ea7a2ce947048c(
|
|
3565
|
+
*,
|
|
3566
|
+
cluster_arn: builtins.str,
|
|
3567
|
+
) -> None:
|
|
3568
|
+
"""Type checking stubs"""
|
|
3569
|
+
pass
|
|
3570
|
+
|
|
3571
|
+
def _typecheckingstub__d50203d0b8619bba87d6272a7d3180c525e4133465ac661135be4365a5902520(
|
|
3572
|
+
*,
|
|
3573
|
+
code_repository_id: builtins.str,
|
|
3574
|
+
) -> None:
|
|
3575
|
+
"""Type checking stubs"""
|
|
3576
|
+
pass
|
|
3577
|
+
|
|
3578
|
+
def _typecheckingstub__5b50ea0229d7c5b363f40e378afed722f72bc9584c588e33961e55a8acd85a7d(
|
|
3579
|
+
*,
|
|
3580
|
+
job_definition_arn: builtins.str,
|
|
3581
|
+
) -> None:
|
|
3582
|
+
"""Type checking stubs"""
|
|
3583
|
+
pass
|
|
3584
|
+
|
|
3585
|
+
def _typecheckingstub__1b9a733d992a034e2946905dc4f6aea8cb11d66ab8a69578e5ec6f5ac02a78c1(
|
|
3586
|
+
*,
|
|
3587
|
+
device_fleet_name: builtins.str,
|
|
3588
|
+
) -> None:
|
|
3589
|
+
"""Type checking stubs"""
|
|
3590
|
+
pass
|
|
3591
|
+
|
|
3592
|
+
def _typecheckingstub__5e91123dc160df144def6083969becc0cfa03100ce49a86dbd47dbc531c40dc4(
|
|
3593
|
+
*,
|
|
3594
|
+
device_name: builtins.str,
|
|
3595
|
+
) -> None:
|
|
3596
|
+
"""Type checking stubs"""
|
|
3597
|
+
pass
|
|
3598
|
+
|
|
3599
|
+
def _typecheckingstub__3b051cfa5b56c2c44861ce067c6e3e2b5ff6bc49d74d2a599515c501b0884167(
|
|
3600
|
+
*,
|
|
3601
|
+
domain_arn: builtins.str,
|
|
3602
|
+
domain_id: builtins.str,
|
|
3603
|
+
) -> None:
|
|
3604
|
+
"""Type checking stubs"""
|
|
3605
|
+
pass
|
|
3606
|
+
|
|
3607
|
+
def _typecheckingstub__671b59e91ff91baea0cef8d7d45d4100318e43b4ba27225394b64570ce952f45(
|
|
3608
|
+
*,
|
|
3609
|
+
endpoint_config_id: builtins.str,
|
|
3610
|
+
) -> None:
|
|
3611
|
+
"""Type checking stubs"""
|
|
3612
|
+
pass
|
|
3613
|
+
|
|
3614
|
+
def _typecheckingstub__ba07aa533865a76289f1b8ba76c2ae9b68760c1195553f601d11a7addf968c43(
|
|
3615
|
+
*,
|
|
3616
|
+
endpoint_arn: builtins.str,
|
|
3617
|
+
) -> None:
|
|
3618
|
+
"""Type checking stubs"""
|
|
3619
|
+
pass
|
|
3620
|
+
|
|
3621
|
+
def _typecheckingstub__0043c65a11b7af9fa8bd64a420c0be15fb3226e8c86d9153a34ccb0e0c57f82b(
|
|
3622
|
+
*,
|
|
3623
|
+
feature_group_name: builtins.str,
|
|
3624
|
+
) -> None:
|
|
3625
|
+
"""Type checking stubs"""
|
|
3626
|
+
pass
|
|
3627
|
+
|
|
3628
|
+
def _typecheckingstub__84c8da85f1097ad468daeebaf96185535637ac444b0d540b6b2c7e24ae5f23b6(
|
|
3629
|
+
*,
|
|
3630
|
+
image_arn: builtins.str,
|
|
3631
|
+
) -> None:
|
|
3632
|
+
"""Type checking stubs"""
|
|
3633
|
+
pass
|
|
3634
|
+
|
|
3635
|
+
def _typecheckingstub__49ddecb7633f51ab5122ae78f78bcdbad2e65eb4e6e17e13971b80a156e849c2(
|
|
3636
|
+
*,
|
|
3637
|
+
image_version_arn: builtins.str,
|
|
3638
|
+
) -> None:
|
|
3639
|
+
"""Type checking stubs"""
|
|
3640
|
+
pass
|
|
3641
|
+
|
|
3642
|
+
def _typecheckingstub__8cb0712a1d37391a9ac27801c64ffce4938819ecc0068f44355fc8c66d46f11c(
|
|
3643
|
+
*,
|
|
3644
|
+
inference_component_arn: builtins.str,
|
|
3645
|
+
) -> None:
|
|
3646
|
+
"""Type checking stubs"""
|
|
3647
|
+
pass
|
|
3648
|
+
|
|
3649
|
+
def _typecheckingstub__7b532a236e9f5644ab601b8577c98128bdb2ef5bdf68da9dcf2746fd05154165(
|
|
3650
|
+
*,
|
|
3651
|
+
inference_experiment_arn: builtins.str,
|
|
3652
|
+
inference_experiment_name: builtins.str,
|
|
3653
|
+
) -> None:
|
|
3654
|
+
"""Type checking stubs"""
|
|
3655
|
+
pass
|
|
3656
|
+
|
|
3657
|
+
def _typecheckingstub__d99c408522f7349c897e23be4744e959306611b6fd5efc957b063d102ec92522(
|
|
3658
|
+
*,
|
|
3659
|
+
tracking_server_name: builtins.str,
|
|
3660
|
+
) -> None:
|
|
3661
|
+
"""Type checking stubs"""
|
|
3662
|
+
pass
|
|
3663
|
+
|
|
3664
|
+
def _typecheckingstub__5975e1e9188ce42ebb073ab7c379272fdeac18196793ba4480f21e139536faca(
|
|
3665
|
+
*,
|
|
3666
|
+
job_definition_arn: builtins.str,
|
|
3667
|
+
) -> None:
|
|
3668
|
+
"""Type checking stubs"""
|
|
3669
|
+
pass
|
|
3670
|
+
|
|
3671
|
+
def _typecheckingstub__585b4b2caaab4bb217cdcf5e9292379439e22c8a4340180cb0280cd16ec35e45(
|
|
3672
|
+
*,
|
|
3673
|
+
model_card_arn: builtins.str,
|
|
3674
|
+
model_card_name: builtins.str,
|
|
3675
|
+
) -> None:
|
|
3676
|
+
"""Type checking stubs"""
|
|
3677
|
+
pass
|
|
3678
|
+
|
|
3679
|
+
def _typecheckingstub__338ff88c81763c3ba75192f41dd1d6104a1093708fa00c66feb46891a0d36642(
|
|
3680
|
+
*,
|
|
3681
|
+
job_definition_arn: builtins.str,
|
|
3682
|
+
) -> None:
|
|
3683
|
+
"""Type checking stubs"""
|
|
3684
|
+
pass
|
|
3685
|
+
|
|
3686
|
+
def _typecheckingstub__806afa0fdfcf55a7dbed3ace5685eb72f47a2b679cc3441208fa038f86769929(
|
|
3687
|
+
*,
|
|
3688
|
+
model_package_group_arn: builtins.str,
|
|
3689
|
+
) -> None:
|
|
3690
|
+
"""Type checking stubs"""
|
|
3691
|
+
pass
|
|
3692
|
+
|
|
3693
|
+
def _typecheckingstub__c7ad20bc3e1fff796a212b6e948c57005cfde11a3f0866526379c06aebbab528(
|
|
3694
|
+
*,
|
|
3695
|
+
model_package_arn: builtins.str,
|
|
3696
|
+
) -> None:
|
|
3697
|
+
"""Type checking stubs"""
|
|
3698
|
+
pass
|
|
3699
|
+
|
|
3700
|
+
def _typecheckingstub__3bbb410da1ba18623b904a946e29f21cdc36bdf281f4a84f6f779158070559f7(
|
|
3701
|
+
*,
|
|
3702
|
+
job_definition_arn: builtins.str,
|
|
3703
|
+
) -> None:
|
|
3704
|
+
"""Type checking stubs"""
|
|
3705
|
+
pass
|
|
3706
|
+
|
|
3707
|
+
def _typecheckingstub__8cd61af7df82fd40369c69cb9d02ff44230d37cd682d4ca1b498121f1cc8b4c5(
|
|
3708
|
+
*,
|
|
3709
|
+
model_id: builtins.str,
|
|
3710
|
+
) -> None:
|
|
3711
|
+
"""Type checking stubs"""
|
|
3712
|
+
pass
|
|
3713
|
+
|
|
3714
|
+
def _typecheckingstub__9d97efa57770ba22be684610fdc6172b3eb4efd10380b38759c295dd74f7bb31(
|
|
3715
|
+
*,
|
|
3716
|
+
monitoring_schedule_arn: builtins.str,
|
|
3717
|
+
) -> None:
|
|
3718
|
+
"""Type checking stubs"""
|
|
3719
|
+
pass
|
|
3720
|
+
|
|
3721
|
+
def _typecheckingstub__3bd4bd8843ef6d70f3dd8ae74880bf978f098b162369119c9940d295166f6c9e(
|
|
3722
|
+
*,
|
|
3723
|
+
notebook_instance_lifecycle_config_id: builtins.str,
|
|
3724
|
+
) -> None:
|
|
3725
|
+
"""Type checking stubs"""
|
|
3726
|
+
pass
|
|
3727
|
+
|
|
3728
|
+
def _typecheckingstub__a755b532c8c9e307e8c797edce2cc8a880caf510ede5ca055a88def8d821580d(
|
|
3729
|
+
*,
|
|
3730
|
+
notebook_instance_id: builtins.str,
|
|
3731
|
+
) -> None:
|
|
3732
|
+
"""Type checking stubs"""
|
|
3733
|
+
pass
|
|
3734
|
+
|
|
3735
|
+
def _typecheckingstub__6626228075a70abe3bcda83e61523a68eaf55bd7ba47801143a8489c621642d0(
|
|
3736
|
+
*,
|
|
3737
|
+
partner_app_arn: builtins.str,
|
|
3738
|
+
) -> None:
|
|
3739
|
+
"""Type checking stubs"""
|
|
3740
|
+
pass
|
|
3741
|
+
|
|
3742
|
+
def _typecheckingstub__ad9acc2ace51dbdf01b438f91968bd738f36794a0975b7dffb9facf7d427bb1b(
|
|
3743
|
+
*,
|
|
3744
|
+
pipeline_name: builtins.str,
|
|
3745
|
+
) -> None:
|
|
3746
|
+
"""Type checking stubs"""
|
|
3747
|
+
pass
|
|
3748
|
+
|
|
3749
|
+
def _typecheckingstub__28ca4f390d63827e5d80cbe193cd18d766e8487d3a3b2bfa5882ac83e75f29dc(
|
|
3750
|
+
*,
|
|
3751
|
+
processing_job_arn: builtins.str,
|
|
3752
|
+
) -> None:
|
|
3753
|
+
"""Type checking stubs"""
|
|
3754
|
+
pass
|
|
3755
|
+
|
|
3756
|
+
def _typecheckingstub__3dbf30c5cad56a5319c780818fab0e1ecabcd4ca3510888e70ca4e4a4440da7e(
|
|
3757
|
+
*,
|
|
3758
|
+
project_arn: builtins.str,
|
|
3759
|
+
) -> None:
|
|
3760
|
+
"""Type checking stubs"""
|
|
3761
|
+
pass
|
|
3762
|
+
|
|
3763
|
+
def _typecheckingstub__960b6b3f1e6407778e534a453c19051ff7b4ab7231ac395afdc47214610602eb(
|
|
3764
|
+
*,
|
|
3765
|
+
domain_id: builtins.str,
|
|
3766
|
+
space_arn: builtins.str,
|
|
3767
|
+
space_name: builtins.str,
|
|
3768
|
+
) -> None:
|
|
3769
|
+
"""Type checking stubs"""
|
|
3770
|
+
pass
|
|
3771
|
+
|
|
3772
|
+
def _typecheckingstub__eb952dd8843aa4f3071a4649857357f9cf5f6ee34b859ebafd283f7013f0c67d(
|
|
3773
|
+
*,
|
|
3774
|
+
studio_lifecycle_config_arn: builtins.str,
|
|
3775
|
+
studio_lifecycle_config_name: builtins.str,
|
|
3776
|
+
) -> None:
|
|
3777
|
+
"""Type checking stubs"""
|
|
3778
|
+
pass
|
|
3779
|
+
|
|
3780
|
+
def _typecheckingstub__6c8b4ff7d349ddb3632965b5498543cbf7e6d497d2d7bc15f093cf6cf3f84ace(
|
|
3781
|
+
*,
|
|
3782
|
+
domain_id: builtins.str,
|
|
3783
|
+
user_profile_arn: builtins.str,
|
|
3784
|
+
user_profile_name: builtins.str,
|
|
3785
|
+
) -> None:
|
|
3786
|
+
"""Type checking stubs"""
|
|
3787
|
+
pass
|
|
3788
|
+
|
|
3789
|
+
def _typecheckingstub__57fcc1ca690db91207cd9de5695c57ca45d13772e64730ab43c815d1704cc2b9(
|
|
3790
|
+
*,
|
|
3791
|
+
workteam_id: builtins.str,
|
|
3792
|
+
) -> None:
|
|
3793
|
+
"""Type checking stubs"""
|
|
3794
|
+
pass
|
|
3795
|
+
|
|
3796
|
+
for cls in [IAppImageConfigRef, IAppRef, IClusterRef, ICodeRepositoryRef, IDataQualityJobDefinitionRef, IDeviceFleetRef, IDeviceRef, IDomainRef, IEndpointConfigRef, IEndpointRef, IFeatureGroupRef, IImageRef, IImageVersionRef, IInferenceComponentRef, IInferenceExperimentRef, IMlflowTrackingServerRef, IModelBiasJobDefinitionRef, IModelCardRef, IModelExplainabilityJobDefinitionRef, IModelPackageGroupRef, IModelPackageRef, IModelQualityJobDefinitionRef, IModelRef, IMonitoringScheduleRef, INotebookInstanceLifecycleConfigRef, INotebookInstanceRef, IPartnerAppRef, IPipelineRef, IProcessingJobRef, IProjectRef, ISpaceRef, IStudioLifecycleConfigRef, IUserProfileRef, IWorkteamRef]:
|
|
3797
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|