Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jul 17, 2019
1 parent 5920954 commit 0e30d1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion products/mlengine/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,16 @@ objects:
- TENSORFLOW
- SCIKIT_LEARN
- XGBOOST
- !ruby/object:Api::Type::String
- !ruby/object:Api::Type::Enum
name: 'pythonVersion'
description: |
The version of Python used in prediction. If not set, the default
version is '2.7'. Python '3.5' is available when runtimeVersion is
set to '1.4' and above. Python '2.7' works with all supported runtime
versions.
values:
- '2.7'
- '3.5'
- !ruby/object:Api::Type::String
name: 'serviceAccount'
description: Specifies the service account for resource access control.
Expand Down

0 comments on commit 0e30d1d

Please sign in to comment.