config
Creates, updates, deletes, gets or lists a config
resource.
Overview
Name | config |
Type | Resource |
Id | google.ml.config |
Fields
Name | Datatype | Description |
---|---|---|
config | object | |
serviceAccount | string | The service account Cloud ML uses to access resources in the project. |
serviceAccountProject | string | The project number for service_account . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_get_config | SELECT | projectsId | 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. |
SELECT
examples
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.
SELECT
config,
serviceAccount,
serviceAccountProject
FROM google.ml.config
WHERE projectsId = '{{ projectsId }}';