public sealed class ListEvaluationResultsRequest : IMessage<ListEvaluationResultsRequest>, IEquatable<ListEvaluationResultsRequest>, IDeepCloneable<ListEvaluationResultsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ListEvaluationResultsRequest.
Request message for [EvaluationService.ListEvaluationResults][google.cloud.ces.v1beta.EvaluationService.ListEvaluationResults].
Implements
IMessageListEvaluationResultsRequest, IEquatableListEvaluationResultsRequest, IDeepCloneableListEvaluationResultsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ListEvaluationResultsRequest()
public ListEvaluationResultsRequest()ListEvaluationResultsRequest(ListEvaluationResultsRequest)
public ListEvaluationResultsRequest(ListEvaluationResultsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEvaluationResultsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter to be applied when listing the evaluation results. See https://google.aip.dev/160 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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.ListEvaluationResultsResponse.next_page_token] value returned from a previous list [EvaluationService.ListEvaluationResults][google.cloud.ces.v1beta.EvaluationService.ListEvaluationResults] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the evaluation to list evaluation results
from. To filter by evaluation run, use - as the evaluation ID and specify
the evaluation run ID in the filter. For example:
projects/{project}/locations/{location}/apps/{app}/evaluations/-
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEvaluationName
public EvaluationName ParentAsEvaluationName { get; set; }EvaluationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EvaluationName |
|