File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
docs/source/user_guide/model_registration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Below is an example of deploying Sklearn model on container runtime using ``Skle
4949 deployment_log_group_id="ocid1.loggroup.oc1.xxx.xxxxx",
5050 deployment_access_log_id="ocid1.log.oc1.xxx.xxxxx",
5151 deployment_predict_log_id="ocid1.log.oc1.xxx.xxxxx",
52+ deployment_instance_subnet_id="ocid1.subnet.oc1.xxx.xxxxx",
5253 deployment_image="iad.ocir.io/<namespace>/<image>:<tag>",
5354 entrypoint=["python", "/opt/ds/model/deployed_model/api.py"],
5455 server_port=5000,
@@ -100,6 +101,7 @@ Below is an example of deploying model on container runtime using ``ModelDeploym
100101 log_group_id="<PREDICT_LOG_GROUP_OCID>",
101102 log_id="<PREDICT_LOG_OCID>"
102103 )
104+ .with_subnet_id("<SUBNET_OCID>")
103105 )
104106
105107 # configure model deployment runtime
@@ -162,6 +164,7 @@ Below is an example of deploying model on container runtime using ``ModelDeploym
162164 replica: 1
163165 bandWidthMbps: 10
164166 webConcurrency: 10
167+ subnetId: <SUBNET_OCID>
165168 runtime:
166169 kind: runtime
167170 type: container
You can’t perform that action at this time.
0 commit comments