ml  v1
Classes | Public Member Functions | Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource Class Reference

The "projects" collection of methods. More...

Classes

class  ExplainRequest
 Performs explanation on the data in the request. AI Platform implements a custom explain verb on top of an HTTP POST method. More...
 
class  GetConfigRequest
 Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning. More...
 
class  JobsResource
 The "jobs" collection of methods. More...
 
class  LocationsResource
 The "locations" collection of methods. More...
 
class  ModelsResource
 The "models" collection of methods. More...
 
class  OperationsResource
 The "operations" collection of methods. More...
 
class  PredictRequest
 Performs online prediction on the data in the request. More...
 

Public Member Functions

 ProjectsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual ExplainRequest Explain (Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ExplainRequest body, string name)
 Performs explanation on the data in the request. AI Platform implements a custom explain verb on top of an HTTP POST method. More...
 
virtual GetConfigRequest GetConfig (string name)
 Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning. More...
 
virtual PredictRequest Predict (Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictRequest body, string name)
 Performs online prediction on the data in the request. More...
 

Properties

virtual JobsResource Jobs [get]
 Gets the Jobs resource. More...
 
virtual LocationsResource Locations [get]
 Gets the Locations resource. More...
 
virtual ModelsResource Models [get]
 Gets the Models resource. More...
 
virtual OperationsResource Operations [get]
 Gets the Operations resource. More...
 

Detailed Description

The "projects" collection of methods.

Constructor & Destructor Documentation

◆ ProjectsResource()

Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.ProjectsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Explain()

virtual ExplainRequest Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Explain ( Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ExplainRequest  body,
string  name 
)
inlinevirtual

Performs explanation on the data in the request. AI Platform implements a custom explain verb on top of an HTTP POST method.

Parameters
bodyThe body of the request.
nameRequired. The resource name of a model or a version.

Authorization: requires the predict permission on the specified resource.

◆ GetConfig()

virtual GetConfigRequest Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.GetConfig ( string  name)
inlinevirtual

Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning.

Parameters
nameRequired. The project name.

◆ Predict()

virtual PredictRequest Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Predict ( Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictRequest  body,
string  name 
)
inlinevirtual

Performs online prediction on the data in the request.

{% dynamic include "/ai-platform/includes/___predict-request" %}

Parameters
bodyThe body of the request.
nameRequired. The resource name of a model or a version.

Authorization: requires the predict permission on the specified resource.

Property Documentation

◆ Jobs

virtual JobsResource Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Jobs
get

Gets the Jobs resource.

◆ Locations

virtual LocationsResource Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Locations
get

Gets the Locations resource.

◆ Models

virtual ModelsResource Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Models
get

Gets the Models resource.

◆ Operations

virtual OperationsResource Google.Apis.CloudMachineLearningEngine.v1.ProjectsResource.Operations
get

Gets the Operations resource.


The documentation for this class was generated from the following file: