Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EndpointsResource.Google__Resource.ScienceResource

The "science" collection of methods.

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

Constructors

ScienceResource(IClientService)

Constructs a new resource.

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

Methods

Inference(GoogleApiHttpBody, string)

Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointsResource.Google__Resource.ScienceResource.InferenceRequest Inference(GoogleApiHttpBody body, string endpoint)
Parameters
Type Name Description
GoogleApiHttpBody body

The body of the request.

string endpoint

Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.Google__Resource.ScienceResource.InferenceRequest
In this article
Back to top Generated by DocFX