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

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

Request message for EvaluationService.ExportEvaluationRuns.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#export_options

def export_options() -> ::Google::Cloud::Ces::V1beta::ExportOptions
Returns

#export_options=

def export_options=(value) -> ::Google::Cloud::Ces::V1beta::ExportOptions
Parameter
Returns

#names

def names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. The resource names of the evaluation runs to export.

#names=

def names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. The resource names of the evaluation runs to export.
Returns
  • (::Array<::String>) — Required. The resource names of the evaluation runs to export.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the app to export evaluation runs from. Format: projects/{project}/locations/{location}/apps/{app}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the app to export evaluation runs from. Format: projects/{project}/locations/{location}/apps/{app}
Returns
  • (::String) — Required. The resource name of the app to export evaluation runs from. Format: projects/{project}/locations/{location}/apps/{app}