public class CloudMachineLearningEngine.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudMachineLearningEngine.Projects.Locations.Get |
class |
CloudMachineLearningEngine.Projects.Locations.List |
class |
CloudMachineLearningEngine.Projects.Locations.Operations
The "operations" collection of methods.
|
class |
CloudMachineLearningEngine.Projects.Locations.Studies
The "studies" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Locations.Get |
get(String name)
Get the complete list of CMLE capabilities in a location, along with their location-specific
properties.
|
CloudMachineLearningEngine.Projects.Locations.List |
list(String parent)
List all locations that provides at least one type of CMLE capability.
|
CloudMachineLearningEngine.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
CloudMachineLearningEngine.Projects.Locations.Studies |
studies()
An accessor for creating requests from the Studies collection.
|
public CloudMachineLearningEngine.Projects.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the location.IOExceptionpublic CloudMachineLearningEngine.Projects.Locations.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the project for which available locations are to be listed (since some
locations might be whitelisted for specific projects).IOExceptionpublic CloudMachineLearningEngine.Projects.Locations.Operations operations()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Operations.List request = ml.operations().list(parameters ...)
public CloudMachineLearningEngine.Projects.Locations.Studies studies()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Studies.List request = ml.studies().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.