Class BatchPredictionJobsResource
The "batchPredictionJobs" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.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(GoogleCloudAiplatformV1BatchPredictionJob)
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
Declaration
public virtual BatchPredictionJobsResource.CreateRequest Create(GoogleCloudAiplatformV1BatchPredictionJob body)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1BatchPredictionJob | 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:
|
Returns
Type | Description |
---|---|
BatchPredictionJobsResource.GetRequest |
List()
Lists BatchPredictionJobs in a Location.
Declaration
public virtual BatchPredictionJobsResource.ListRequest List()
Returns
Type | Description |
---|---|
BatchPredictionJobsResource.ListRequest |