> On Oct. 18, 2019, 11:07 p.m., Anand Patil wrote:
> > addons/models/1000-Hadoop/1111-ml_model.json
> > Lines 27 (patched)
> > <https://reviews.apache.org/r/71619/diff/3/?file=2169574#file2169574line27>
> >
> >     Suggest aligning with the CML model deployment statuses for now: 
> > https://github.infra.cloudera.com/Sense/cloudera-sense/blob/master/services/proto/common.proto#L55

do you mean to change 

ml_model_deployment_status from
        
    "elementDefs": [
        {
          "value": "unknown",
          "ordinal": 0
        },
        {
          "value": "initializing",
          "ordinal": 1
        },
        {
          "value": "deployed",
          "ordinal": 2
        },
        {
          "value": "stopped",
          "ordinal": 3
        }
      ]

to        
        "elementDefs": [
        {
          "value": "deploying",
          "ordinal": 0
        },
        {
          "value": "deployed",
          "ordinal": 1
        },
        {
          "value": "stopping",
          "ordinal": 2
        },
        {
          "value": "stopped",
          "ordinal": 3
        }
      ]
      
?


- Na


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71619/#review218292
-----------------------------------------------------------


On Oct. 18, 2019, 2 a.m., Na Li wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71619/
> -----------------------------------------------------------
> 
> (Updated Oct. 18, 2019, 2 a.m.)
> 
> 
> Review request for atlas, Austin Nobis, Ashutosh Mestry, Karthik Manamcheri, 
> Sridhar K, Madhan Neethiraj, and Sarath Subramanian.
> 
> 
> Bugs: atlas-3464
>     https://issues.apache.org/jira/browse/atlas-3464
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Define entities used for Machine Learning Governance
> 
> 
> Diffs
> -----
> 
>   addons/models/1000-Hadoop/1111-ml_model.json PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/71619/diff/3/
> 
> 
> Testing
> -------
> 
> verified it is valid json file
> 
> 
> Thanks,
> 
> Na Li
> 
>

Reply via email to