Class GoogleCloudMlV1ListJobsResponse
Response message for the ListJobs method.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1ListJobsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Jobs
The list of jobs.
Declaration
[JsonProperty("jobs")]
public virtual IList<GoogleCloudMlV1Job> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudMlV1Job> |
NextPageToken
Optional. Pass this token as the page_token
field of the request for a subsequent call.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |