Vertex AI v1beta1 API - Class ListOnlineEvaluatorsRequest (1.0.0-beta78)

public sealed class ListOnlineEvaluatorsRequest : IMessage<ListOnlineEvaluatorsRequest>, IEquatable<ListOnlineEvaluatorsRequest>, IDeepCloneable<ListOnlineEvaluatorsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Vertex AI v1beta1 API class ListOnlineEvaluatorsRequest.

Request message for ListOnlineEvaluators.

Inheritance

object > ListOnlineEvaluatorsRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListOnlineEvaluatorsRequest()

public ListOnlineEvaluatorsRequest()

ListOnlineEvaluatorsRequest(ListOnlineEvaluatorsRequest)

public ListOnlineEvaluatorsRequest(ListOnlineEvaluatorsRequest other)
Parameter
Name Description
other ListOnlineEvaluatorsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Standard list filter. Supported fields:

  • create_time
  • update_time
  • agent_resource Example: create_time>"2026-01-01T00:00:00-04:00" where the timestamp is in RFC 3339 format) Based on aip.dev/160.
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. A comma-separated list of fields to order by. The default sorting order is ascending. Use "desc" after a field name for descending. Supported fields:

  • create_time
  • update_time

Example: create_time desc. Based on aip.dev/132.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of OnlineEvaluators to return. The service may return fewer than this value. If unspecified, at most 50 OnlineEvaluators will be returned. The maximum value is 100; values above 100 will be coerced to 100. Based on aip.dev/158.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return. Based on aip.dev/158.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the OnlineEvaluators to list. 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