public sealed class ExportOptions : IMessage<ExportOptions>, IEquatable<ExportOptions>, IDeepCloneable<ExportOptions>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ExportOptions.
Options for exporting CES evaluation resources.
Implements
IMessageExportOptions, IEquatableExportOptions, IDeepCloneableExportOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|