public sealed class ListTuningJobsRequest : IMessage<ListTuningJobsRequest>, IEquatable<ListTuningJobsRequest>, IDeepCloneable<ListTuningJobsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListTuningJobsRequest.
Request message for [GenAiTuningService.ListTuningJobs][google.cloud.aiplatform.v1beta1.GenAiTuningService.ListTuningJobs].
Implements
IMessageListTuningJobsRequest, IEquatableListTuningJobsRequest, IDeepCloneableListTuningJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListTuningJobsRequest()
public ListTuningJobsRequest()ListTuningJobsRequest(ListTuningJobsRequest)
public ListTuningJobsRequest(ListTuningJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTuningJobsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The standard list filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The standard list page token. Typically obtained via [ListTuningJob.next_page_token][] of the previous GenAiTuningService.ListTuningJob][] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to list the TuningJobs from.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|