public static interface EvaluationMetricsConfig.ScenarioMetricsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpectationsMetMetricsConfig()
public abstract EvaluationMetricsConfig.ExpectationsMetMetricsConfig getExpectationsMetMetricsConfig()Optional. Configuration for expectation level metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.ExpectationsMetMetricsConfig expectations_met_metrics_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfig.ExpectationsMetMetricsConfig |
The expectationsMetMetricsConfig. |
getExpectationsMetMetricsConfigOrBuilder()
public abstract EvaluationMetricsConfig.ExpectationsMetMetricsConfigOrBuilder getExpectationsMetMetricsConfigOrBuilder()Optional. Configuration for expectation level metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.ExpectationsMetMetricsConfig expectations_met_metrics_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfig.ExpectationsMetMetricsConfigOrBuilder |
|
getUserGoalMetMetricsConfig()
public abstract EvaluationMetricsConfig.UserGoalMetMetricsConfig getUserGoalMetMetricsConfig()Optional. Configuration for user goal met metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.UserGoalMetMetricsConfig user_goal_met_metrics_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfig.UserGoalMetMetricsConfig |
The userGoalMetMetricsConfig. |
getUserGoalMetMetricsConfigOrBuilder()
public abstract EvaluationMetricsConfig.UserGoalMetMetricsConfigOrBuilder getUserGoalMetMetricsConfigOrBuilder()Optional. Configuration for user goal met metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.UserGoalMetMetricsConfig user_goal_met_metrics_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfig.UserGoalMetMetricsConfigOrBuilder |
|
hasExpectationsMetMetricsConfig()
public abstract boolean hasExpectationsMetMetricsConfig()Optional. Configuration for expectation level metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.ExpectationsMetMetricsConfig expectations_met_metrics_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expectationsMetMetricsConfig field is set. |
hasUserGoalMetMetricsConfig()
public abstract boolean hasUserGoalMetMetricsConfig()Optional. Configuration for user goal met metrics.
.google.cloud.ces.v1beta.EvaluationMetricsConfig.UserGoalMetMetricsConfig user_goal_met_metrics_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userGoalMetMetricsConfig field is set. |