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
- (::Google::Cloud::Ces::V1beta::ExportOptions) — Optional. The export options for the evaluation runs.
#export_options=
def export_options=(value) -> ::Google::Cloud::Ces::V1beta::ExportOptions
Parameter
- value (::Google::Cloud::Ces::V1beta::ExportOptions) — Optional. The export options for the evaluation runs.
Returns
- (::Google::Cloud::Ces::V1beta::ExportOptions) — Optional. The export options for the evaluation runs.
#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}