GetCanaryEvaluationResult

data class GetCanaryEvaluationResult(val control: String, val createTime: String, val endTime: String, val metricLabels: GoogleCloudApigeeV1CanaryEvaluationMetricLabelsResponse, val name: String, val startTime: String, val state: String, val treatment: String, val verdict: String)

Constructors

Link copied to clipboard
fun GetCanaryEvaluationResult(control: String, createTime: String, endTime: String, metricLabels: GoogleCloudApigeeV1CanaryEvaluationMetricLabelsResponse, name: String, startTime: String, state: String, treatment: String, verdict: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The stable version that is serving requests.

Link copied to clipboard

Create time of the canary evaluation.

Link copied to clipboard

End time for the evaluation's analysis.

Link copied to clipboard

Labels used to filter the metrics used for a canary evaluation.

Link copied to clipboard

Name of the canary evalution.

Link copied to clipboard

Start time for the canary evaluation's analysis.

Link copied to clipboard

The current state of the canary evaluation.

Link copied to clipboard

The newer version that is serving requests.

Link copied to clipboard

The resulting verdict of the canary evaluations: NONE, PASS, or FAIL.