public static interface GenerateAppResourceRequest.QualityReportGenerationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlgorithm()
public abstract GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm getAlgorithm()Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm |
The algorithm. |
getAlgorithmValue()
public abstract int getAlgorithmValue()Optional. The loss attribution algorithm to use.
.google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm algorithm = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for algorithm. |
getEvaluationRun()
public abstract String getEvaluationRun()Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationRun. |
getEvaluationRunBytes()
public abstract ByteString getEvaluationRunBytes()Required. The evaluation run used to inform quality report analysis.
string evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationRun. |