Skip to main content

config

Creates, updates, deletes, gets or lists a config resource.

Overview

Nameconfig
TypeResource
Idgoogle.ml.config

Fields

NameDatatypeDescription
configobject
serviceAccountstringThe service account Cloud ML uses to access resources in the project.
serviceAccountProjectstringThe project number for service_account.

Methods

NameAccessible byRequired ParamsDescription
projects_get_configSELECTprojectsIdGet 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 }}';