Skip to main content

locations

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

Overview

Namelocations
TypeResource
Idgoogle.ml.locations

Fields

NameDatatypeDescription
namestring
capabilitiesarrayCapabilities available in the location.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_getSELECTlocationsId, projectsIdGet the complete list of CMLE capabilities in a location, along with their location-specific properties.
projects_locations_listSELECTprojectsIdList 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 }}';