Show / Hide Table of Contents

Class ProjectsResource.ModelsResource.VersionsResource.ListRequest

Gets basic information about all the versions of a model. If you expect that a model has many versions, or if you need to handle only a limited number of results at a time, you can request that the list be retrieved in batches (called pages). If there are no versions that match the request parameters, the list request returns an empty response body: {}.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>
ProjectsResource.ModelsResource.VersionsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>
IClientServiceRequest
Inherited Members
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Xgafv
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.AccessToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Alt
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Callback
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Fields
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Key
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.OauthToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.PrettyPrint
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.QuotaUser
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.UploadType
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Execute()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.GetBody()
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource.ModelsResource.VersionsResource.ListRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>, IClientServiceRequest<GoogleCloudMlV1ListVersionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Specifies the subset of versions to retrieve.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListVersionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListVersionsResponse>.MethodName

PageSize

Optional. The number of versions to retrieve per "page" of results. If there are more remaining results than this number, the response message will contain a valid value in the next_page_token field. The default value is 20, and the maximum page size is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token to request the next page of results. You get the token from the next_page_token field of the response from the previous call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The name of the model for which to list the version.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListVersionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListVersionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX