Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ExportOptions.
Options for exporting CES evaluation resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#export_format
def export_format() -> ::Google::Cloud::Ces::V1beta::ExportOptions::ExportFormat
Returns
- (::Google::Cloud::Ces::V1beta::ExportOptions::ExportFormat) — Optional. The format to export the evaluation results in. Defaults to JSON if not specified.
#export_format=
def export_format=(value) -> ::Google::Cloud::Ces::V1beta::ExportOptions::ExportFormat
Parameter
- value (::Google::Cloud::Ces::V1beta::ExportOptions::ExportFormat) — Optional. The format to export the evaluation results in. Defaults to JSON if not specified.
Returns
- (::Google::Cloud::Ces::V1beta::ExportOptions::ExportFormat) — Optional. The format to export the evaluation results in. Defaults to JSON if not specified.
#gcs_uri
def gcs_uri() -> ::String
Returns
- (::String) — Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.
#gcs_uri=
def gcs_uri=(value) -> ::String
Parameter
- value (::String) — Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.
Returns
- (::String) — Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.