Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
Studies
Gets the Studies resource.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource Studies { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource |
Methods
Get(string)
Get the complete list of CMLE capabilities in a location, along with their location-specific properties.
Declaration
public virtual ProjectsResource.LocationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the location. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetRequest |
List(string)
List all locations that provides at least one type of CMLE capability.
Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The name of the project for which available locations are to be listed (since some locations might be whitelisted for specific projects). |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ListRequest |