Interface RunEvaluationResponseOrBuilder (0.3.0)

public interface RunEvaluationResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationRun()

public abstract String getEvaluationRun()

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

string evaluation_run = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The evaluationRun.

getEvaluationRunBytes()

public abstract ByteString getEvaluationRunBytes()

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

string evaluation_run = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for evaluationRun.