Class GoogleCloudMlV1ListModelsResponse
Response message for the ListModels method.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1ListModelsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Models
The list of models.
Declaration
[JsonProperty("models")]
public virtual IList<GoogleCloudMlV1Model> Models { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudMlV1Model> |
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 |