Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::ListEvaluationDatasetsRequest (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListEvaluationDatasetsRequest.

Request message for EvaluationService.ListEvaluationDatasets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filter to be applied when listing the evaluation datasets. See https://google.aip.dev/160 for more details.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filter to be applied when listing the evaluation datasets. See https://google.aip.dev/160 for more details.
Returns
  • (::String) — Optional. Filter to be applied when listing the evaluation datasets. See https://google.aip.dev/160 for more details.

#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

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the app to list evaluation datasets from.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the app to list evaluation datasets from.
Returns
  • (::String) — Required. The resource name of the app to list evaluation datasets from.