Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Jobs

Gets the Jobs resource.

Declaration
public virtual ProjectsResource.JobsResource Jobs { get; }
Property Value
Type Description
ProjectsResource.JobsResource

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

Models

Gets the Models resource.

Declaration
public virtual ProjectsResource.ModelsResource Models { get; }
Property Value
Type Description
ProjectsResource.ModelsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.OperationsResource

Methods

Explain(GoogleCloudMlV1ExplainRequest, string)

Performs explanation on the data in the request. {% dynamic include "/ai-platform/includes/___explain-request" %}

Declaration
public virtual ProjectsResource.ExplainRequest Explain(GoogleCloudMlV1ExplainRequest body, string name)
Parameters
Type Name Description
GoogleCloudMlV1ExplainRequest body

The body of the request.

string name

Required. The resource name of a model or a version. Authorization: requires the predict permission on the specified resource.

Returns
Type Description
ProjectsResource.ExplainRequest

GetConfig(string)

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.

Declaration
public virtual ProjectsResource.GetConfigRequest GetConfig(string name)
Parameters
Type Name Description
string name

Required. The project name.

Returns
Type Description
ProjectsResource.GetConfigRequest

Predict(GoogleCloudMlV1PredictRequest, string)

Performs online prediction on the data in the request. {% dynamic include "/ai-platform/includes/___predict-request" %}

Declaration
public virtual ProjectsResource.PredictRequest Predict(GoogleCloudMlV1PredictRequest body, string name)
Parameters
Type Name Description
GoogleCloudMlV1PredictRequest body

The body of the request.

string name

Required. The resource name of a model or a version. Authorization: requires the predict permission on the specified resource.

Returns
Type Description
ProjectsResource.PredictRequest
In this article
Back to top Generated by DocFX