Show / Hide Table of Contents

Class BatchPredictionJobsResource

The "batchPredictionJobs" collection of methods.

Inheritance
object
BatchPredictionJobsResource
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.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class BatchPredictionJobsResource

Constructors

BatchPredictionJobsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudAiplatformV1beta1BatchPredictionJob)

Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.

Declaration
public virtual BatchPredictionJobsResource.CreateRequest Create(GoogleCloudAiplatformV1beta1BatchPredictionJob body)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1BatchPredictionJob body

The body of the request.

Returns
Type Description
BatchPredictionJobsResource.CreateRequest

Get(string)

Gets a BatchPredictionJob

Declaration
public virtual BatchPredictionJobsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the BatchPredictionJob resource. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}

Returns
Type Description
BatchPredictionJobsResource.GetRequest

List()

Lists BatchPredictionJobs in a Location.

Declaration
public virtual BatchPredictionJobsResource.ListRequest List()
Returns
Type Description
BatchPredictionJobsResource.ListRequest
In this article
Back to top Generated by DocFX