Get Config
|
|||||
|
|
Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
Required. The project name |
= Parameter name
= Format
name STRING Required Required. The project name |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
serviceAccountProject |
INTEGER |
The project number for |
serviceAccount |
STRING |
The service account Cloud ML uses to access resources in the project |
config |
OBJECT |
|
config.tpuServiceAccount |
STRING |
The service account Cloud ML uses to run on TPU node |
= Parameter name
= Format
serviceAccountProject INTEGER The project number for |
serviceAccount STRING The service account Cloud ML uses to access resources in the project |
config OBJECT |
config.tpuServiceAccount STRING The service account Cloud ML uses to run on TPU node |