Skip to content

Commit ca4e6e6

Browse files
agrimkmrDzurb
andauthored
Custom model telemetry (#1239)
Co-authored-by: Dmitrii Cherkasov <[email protected]>
1 parent f38230a commit ca4e6e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ def _create(
381381
Tags.AQUA_SERVICE_MODEL_TAG,
382382
Tags.AQUA_FINE_TUNED_MODEL_TAG,
383383
Tags.AQUA_TAG,
384+
Tags.BASE_MODEL_CUSTOM,
384385
]:
385386
if tag in aqua_model.freeform_tags:
386387
tags[tag] = aqua_model.freeform_tags[tag]

ads/aqua/modeldeployment/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class CreateModelDeploymentDetails(BaseModel):
233233
None, description="The description of the deployment."
234234
)
235235
model_id: Optional[str] = Field(None, description="The model OCID to deploy.")
236+
236237
models: Optional[List[AquaMultiModelRef]] = Field(
237238
None, description="List of models for multimodel deployment."
238239
)

0 commit comments

Comments
 (0)