ml
v1
|
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... | |
The "projects" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Performs explanation on the data in the request. AI Platform implements a custom explain
verb on top of an HTTP POST method.
body | The body of the request. |
name | Required. The resource name of a model or a version. |
Authorization: requires the predict
permission on the specified resource.
|
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.
name | Required. The project name. |
|
inlinevirtual |
Performs online prediction on the data in the request.
{% dynamic include "/ai-platform/includes/___predict-request" %}
body | The body of the request. |
name | Required. The resource name of a model or a version. |
Authorization: requires the predict
permission on the specified resource.
|
get |
Gets the Jobs resource.
|
get |
Gets the Locations resource.
|
get |
Gets the Models resource.
|
get |
Gets the Operations resource.