ML Engine Models in Terraform (#316)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-19 10:08:50 -07:00 committed by Alex Stephen
commit 75b2819fd9
2 changed files with 12 additions and 13 deletions

View file

@ -79,12 +79,6 @@ resources:
- The description specified for the version when it was created.
returned: success
type: str
isDefault:
description:
- If true, this version will be used to handle prediction requests that do not
specify a version.
returned: success
type: bool
deploymentUri:
description:
- The Cloud Storage location of the trained model used to create the version.
@ -192,6 +186,12 @@ resources:
- The model that this version belongs to.
returned: success
type: dict
isDefault:
description:
- If true, this version will be used to handle prediction requests that do not
specify a version.
returned: success
type: bool
'''
################################################################################