Show / Hide Table of Contents

Class ProjectsResource.ModelsResource.ListRequest

Lists the models in a project. Each project can contain multiple models, and each model can have multiple versions. If there are no models that match the request parameters, the list request returns an empty response body: {}.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>
ProjectsResource.ModelsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudMlV1ListModelsResponse>
IClientServiceRequest
Inherited Members
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.Xgafv
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.AccessToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.Alt
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.Callback
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.Fields
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.Key
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.OauthToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.PrettyPrint
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.QuotaUser
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.UploadType
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.Execute()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.GetBody()
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ETagAction
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.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.ListRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListModelsResponse>, IClientServiceRequest<GoogleCloudMlV1ListModelsResponse>, 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 models 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
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.MethodName

PageSize

Optional. The number of models 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 project whose models are to be listed.

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
ClientServiceRequest<GoogleCloudMlV1ListModelsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX