Gemini Enterprise for Customer Experience v1beta API - Class ExportOptions (1.0.0-beta05)

public sealed class ExportOptions : IMessage<ExportOptions>, IEquatable<ExportOptions>, IDeepCloneable<ExportOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ExportOptions.

Options for exporting CES evaluation resources.

Inheritance

object > ExportOptions

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ExportOptions()

public ExportOptions()

ExportOptions(ExportOptions)

public ExportOptions(ExportOptions other)
Parameter
Name Description
other ExportOptions

Properties

ExportFormat

public ExportOptions.Types.ExportFormat ExportFormat { get; set; }

Optional. The format to export the evaluation results in. Defaults to JSON if not specified.

Property Value
Type Description
ExportOptionsTypesExportFormat

GcsUri

public string GcsUri { get; set; }

Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.

Property Value
Type Description
string