Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TuningJobsResource.ListRequest

Lists TuningJobs in a Location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>
ProjectsResource.LocationsResource.TuningJobsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.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.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.TuningJobsResource.ListRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>, 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. The standard list filter.

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<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The standard list page size.

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

PageToken

Optional. The standard list page token. Typically obtained via ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.

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

Parent

Required. The resource name of the Location to list the TuningJobs from. Format: projects/{project}/locations/{location}

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<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListTuningJobsResponse>.InitParameters()

Implements

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