locations
Creates, updates, deletes, gets or lists a locations
resource.
Overview
Name | locations |
Type | Resource |
Id | google.ml.locations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
capabilities | array | Capabilities available in the location. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_get | SELECT | locationsId, projectsId | Get the complete list of CMLE capabilities in a location, along with their location-specific properties. |
projects_locations_list | SELECT | projectsId | List all locations that provides at least one type of CMLE capability. |
SELECT
examples
List all locations that provides at least one type of CMLE capability.
SELECT
name,
capabilities
FROM google.ml.locations
WHERE projectsId = '{{ projectsId }}';