ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$mlService = new Google\Service\CloudMachineLearningEngine(...);
$locations = $mlService->projects_locations;
Methods
get(string $name, array $optParams = [])
Get the complete list of CMLE capabilities in a location, along with their location-specific properties. (locations.get)
listProjectsLocations(string $parent, array $optParams = [])
List all locations that provides at least one type of CMLE capability.
Details
GoogleCloudMlV1Location
get(string $name, array $optParams = [])
Get the complete list of CMLE capabilities in a location, along with their location-specific properties. (locations.get)
GoogleCloudMlV1ListLocationsResponse
listProjectsLocations(string $parent, array $optParams = [])
List all locations that provides at least one type of CMLE capability.
(locations.listProjectsLocations)