Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListEvaluationsRequest.
Request message for EvaluationService.ListEvaluations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_filter
def evaluation_filter() -> ::String
Returns
- (::String) — 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
#evaluation_filter=
def evaluation_filter=(value) -> ::String
Parameter
- value (::String) — 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
Returns
- (::String) — 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
#evaluation_run_filter
def evaluation_run_filter() -> ::String
Returns
- (::String) — 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
#evaluation_run_filter=
def evaluation_run_filter=(value) -> ::String
Parameter
- value (::String) — 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
Returns
- (::String) — 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
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Deprecated: Use evaluation_filter and evaluation_run_filter instead.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Deprecated: Use evaluation_filter and evaluation_run_filter instead.
Returns
- (::String) — Optional. Deprecated: Use evaluation_filter and evaluation_run_filter instead.
#last_ten_results
def last_ten_results() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to include the last 10 evaluation results for each evaluation in the response.
#last_ten_results=
def last_ten_results=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to include the last 10 evaluation results for each evaluation in the response.
Returns
- (::Boolean) — Optional. Whether to include the last 10 evaluation results for each evaluation in the response.
#order_by
def order_by() -> ::String
Returns
- (::String) — 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.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListEvaluations call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListEvaluations call.
Returns
- (::String) — Optional. The next_page_token value returned from a previous list EvaluationService.ListEvaluations call.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the app to list evaluations from.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the app to list evaluations from.
Returns
- (::String) — Required. The resource name of the app to list evaluations from.