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

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

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

Response message for [EvaluationService.ExportEvaluationRuns][google.cloud.ces.v1beta.EvaluationService.ExportEvaluationRuns].

Inheritance

object > ExportEvaluationRunsResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ExportEvaluationRunsResponse()

public ExportEvaluationRunsResponse()

ExportEvaluationRunsResponse(ExportEvaluationRunsResponse)

public ExportEvaluationRunsResponse(ExportEvaluationRunsResponse other)
Parameter
Name Description
other ExportEvaluationRunsResponse

Properties

EvaluationRunsCase

public ExportEvaluationRunsResponse.EvaluationRunsOneofCase EvaluationRunsCase { get; }
Property Value
Type Description
ExportEvaluationRunsResponseEvaluationRunsOneofCase

EvaluationRunsContent

public ByteString EvaluationRunsContent { get; set; }

The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.

Property Value
Type Description
ByteString

EvaluationRunsUri

public string EvaluationRunsUri { get; set; }

The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.

Property Value
Type Description
string

HasEvaluationRunsContent

public bool HasEvaluationRunsContent { get; }

Gets whether the "evaluation_runs_content" field is set

Property Value
Type Description
bool

HasEvaluationRunsUri

public bool HasEvaluationRunsUri { get; }

Gets whether the "evaluation_runs_uri" field is set

Property Value
Type Description
bool