Skip to content

Commit

Permalink
ml_engine component READMEs incorrect (#3103)
Browse files Browse the repository at this point in the history
The output sections of the deploy and batch_prediction component's READMEs are
incorrect. Updated to reflect the actual outputs.
  • Loading branch information
TheMichaelHu authored Feb 19, 2020
1 parent 3acd78f commit 7c4dd71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/gcp/ml_engine/batch_predict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ The component accepts the following as input:
Name | Description | Type
:--- | :---------- | :---
job_id | The ID of the created batch job. | String
output_path | The output path of the batch prediction job | GCSPath


## Cautions & requirements
Expand Down
9 changes: 5 additions & 4 deletions components/gcp/ml_engine/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ The accepted file formats are:
`model_uri` can also be an [Estimator export base directory, ](https://www.tensorflow.org/guide/saved_model#perform_the_export)which contains a list of subdirectories named by timestamp. The directory with the latest timestamp is used to load the trained model file.

## Output
| Name | Description | Type |
|:------- |:---- | :--- |
| job_id | The ID of the created job. | String |
| job_dir | The Cloud Storage path that contains the trained model output files. | GCSPath |
Name | Description | Type
:--- | :---------- | :---
| model_uri | The Cloud Storage URI of the trained model. | GCSPath |
| model_name | The name of the deployed model. | String |
| version_name | The name of the deployed version. | String |


## Cautions & requirements
Expand Down

0 comments on commit 7c4dd71

Please sign in to comment.