public sealed class ListEvaluationsRequest : IMessage<ListEvaluationsRequest>, IEquatable<ListEvaluationsRequest>, IDeepCloneable<ListEvaluationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ListEvaluationsRequest.
Request message for [EvaluationService.ListEvaluations][google.cloud.ces.v1beta.EvaluationService.ListEvaluations].
Implements
IMessageListEvaluationsRequest, IEquatableListEvaluationsRequest, IDeepCloneableListEvaluationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ListEvaluationsRequest()
public ListEvaluationsRequest()ListEvaluationsRequest(ListEvaluationsRequest)
public ListEvaluationsRequest(ListEvaluationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEvaluationsRequest |
Properties
EvaluationFilter
public string EvaluationFilter { get; set; }Optional. Filter to be applied on the evaluation when listing the evaluations. See https://google.aip.dev/160 for more details. Supported fields: evaluation_datasets
| Property Value | |
|---|---|
| Type | Description |
string |
|
EvaluationRunFilter
public string EvaluationRunFilter { get; set; }Optional. Filter string for fields on the associated EvaluationRun resources. See https://google.aip.dev/160 for more details. Supported fields: create_time, initiated_by, app_version_display_name
| Property Value | |
|---|---|
| Type | Description |
string |
|
Filter
[Obsolete]
public string Filter { get; set; }Optional. Deprecated: Use evaluation_filter and evaluation_run_filter instead.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LastTenResults
public bool LastTenResults { get; set; }Optional. Whether to include the last 10 evaluation results for each evaluation in the response.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
OrderBy
public string OrderBy { get; set; }Optional. Field to sort by. Only "name" and "create_time", and "update_time" are supported. Time fields are ordered in descending order, and the name field is ordered in ascending order. If not included, "update_time" will be the default. See https://google.aip.dev/132#ordering for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The [next_page_token][google.cloud.ces.v1beta.ListEvaluationsResponse.next_page_token] value returned from a previous list [EvaluationService.ListEvaluations][google.cloud.ces.v1beta.EvaluationService.ListEvaluations] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the app to list evaluations from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|