Skip to content

Commit

Permalink
Update model description attribute map (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas authored May 7, 2024
2 parents d791129 + a041325 commit 0a677e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/model/datascience_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class DataScienceModel(Builder):
CONST_MODEL_VERSION_ID: "version_id",
CONST_TIME_CREATED: "time_created",
CONST_LIFECYCLE_STATE: "lifecycle_state",
CONST_MODEL_FILE_DESCRIPTION: "model_file_description",
CONST_MODEL_FILE_DESCRIPTION: "model_description",
}

def __init__(self, spec: Dict = None, **kwargs) -> None:
Expand Down

0 comments on commit 0a677e5

Please sign in to comment.