File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1492,6 +1492,9 @@ def deploy(
1492
1492
}
1493
1493
model_reference_arn (Optional [str]): Hub Content Arn of a Model Reference type
1494
1494
content (default: None).
1495
+ inference_ami_version (Optional [str]): Specifies an option from a collection of preconfigured
1496
+ Amazon Machine Image (AMI) images. For a full list of options, see:
1497
+ https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariant.html
1495
1498
Raises:
1496
1499
ValueError: If arguments combination check failed in these circumstances:
1497
1500
- If no role is specified or
@@ -1743,6 +1746,7 @@ def deploy(
1743
1746
model_data_download_timeout = model_data_download_timeout ,
1744
1747
container_startup_health_check_timeout = container_startup_health_check_timeout ,
1745
1748
routing_config = routing_config ,
1749
+ inference_ami_version = inference_ami_version ,
1746
1750
)
1747
1751
if endpoint_name :
1748
1752
self .endpoint_name = endpoint_name
You can’t perform that action at this time.
0 commit comments