public sealed class ExportEvaluationsResponse : IMessage<ExportEvaluationsResponse>, IEquatable<ExportEvaluationsResponse>, IDeepCloneable<ExportEvaluationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ExportEvaluationsResponse.
Response message for [EvaluationService.ExportEvaluations][google.cloud.ces.v1beta.EvaluationService.ExportEvaluations].
Implements
IMessageExportEvaluationsResponse, IEquatableExportEvaluationsResponse, IDeepCloneableExportEvaluationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ExportEvaluationsResponse()
public ExportEvaluationsResponse()ExportEvaluationsResponse(ExportEvaluationsResponse)
public ExportEvaluationsResponse(ExportEvaluationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportEvaluationsResponse |
Properties
EvaluationsCase
public ExportEvaluationsResponse.EvaluationsOneofCase EvaluationsCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportEvaluationsResponseEvaluationsOneofCase |
|
EvaluationsContent
public ByteString EvaluationsContent { get; set; }The content of the exported Evaluations. This will be populated if gcs_uri was not specified in the request.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
EvaluationsUri
public string EvaluationsUri { get; set; }The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FailedEvaluations
public MapField<string, string> FailedEvaluations { get; }Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
HasEvaluationsContent
public bool HasEvaluationsContent { get; }Gets whether the "evaluations_content" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEvaluationsUri
public bool HasEvaluationsUri { get; }Gets whether the "evaluations_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|