public interface ConversationModelEvaluationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Creation time of this model.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Creation time of this model.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDisplayName()
public abstract String getDisplayName()Optional. The display name of the model evaluation. At most 64 bytes long.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. The display name of the model evaluation. At most 64 bytes long.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for displayName. |
getEvaluationConfig()
public abstract EvaluationConfig getEvaluationConfig()Optional. The configuration of the evaluation task.
.google.cloud.dialogflow.v2.EvaluationConfig evaluation_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| EvaluationConfig | The evaluationConfig. |
getEvaluationConfigOrBuilder()
public abstract EvaluationConfigOrBuilder getEvaluationConfigOrBuilder()Optional. The configuration of the evaluation task.
.google.cloud.dialogflow.v2.EvaluationConfig evaluation_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| EvaluationConfigOrBuilder |
getMetricsCase()
public abstract ConversationModelEvaluation.MetricsCase getMetricsCase()| Type | Description |
| ConversationModelEvaluation.MetricsCase |
getName()
public abstract String getName() The resource name of the evaluation. Format:
projects/<Project ID>/conversationModels/<Conversation Model
ID>/evaluations/<Evaluation ID>
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The resource name of the evaluation. Format:
projects/<Project ID>/conversationModels/<Conversation Model
ID>/evaluations/<Evaluation ID>
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getSmartReplyMetrics()
public abstract SmartReplyMetrics getSmartReplyMetrics()Output only. Only available when model is for smart reply.
.google.cloud.dialogflow.v2.SmartReplyMetrics smart_reply_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| SmartReplyMetrics | The smartReplyMetrics. |
getSmartReplyMetricsOrBuilder()
public abstract SmartReplyMetricsOrBuilder getSmartReplyMetricsOrBuilder()Output only. Only available when model is for smart reply.
.google.cloud.dialogflow.v2.SmartReplyMetrics smart_reply_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| SmartReplyMetricsOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Creation time of this model.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasEvaluationConfig()
public abstract boolean hasEvaluationConfig()Optional. The configuration of the evaluation task.
.google.cloud.dialogflow.v2.EvaluationConfig evaluation_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the evaluationConfig field is set. |
hasSmartReplyMetrics()
public abstract boolean hasSmartReplyMetrics()Output only. Only available when model is for smart reply.
.google.cloud.dialogflow.v2.SmartReplyMetrics smart_reply_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the smartReplyMetrics field is set. |