Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GeneratorEvaluation.
Represents evaluation result of a generator.
Generated from protobuf message google.cloud.dialogflow.v2.GeneratorEvaluation
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/ evaluations/<Evaluation ID>
↳ display_name
string
Optional. The display name of the generator evaluation. At most 64 bytes long.
↳ generator_evaluation_config
↳ create_time
↳ complete_time
↳ initial_generator
Generator
Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.
↳ summarization_metrics
SummarizationEvaluationMetrics
Output only. Only available when the summarization generator is provided.
↳ evaluation_status
EvaluationStatus
Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.
↳ satisfies_pzs
bool
Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
↳ satisfies_pzi
bool
Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
getName
Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/
evaluations/<Evaluation ID>
string
setName
Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/
evaluations/<Evaluation ID>
var
string
$this
getDisplayName
Optional. The display name of the generator evaluation. At most 64 bytes long.
string
setDisplayName
Optional. The display name of the generator evaluation. At most 64 bytes long.
var
string
$this
getGeneratorEvaluationConfig
Required. The configuration of the evaluation task.
hasGeneratorEvaluationConfig
clearGeneratorEvaluationConfig
setGeneratorEvaluationConfig
Required. The configuration of the evaluation task.
$this
getCreateTime
Output only. Creation time of this generator evaluation.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time of this generator evaluation.
$this
getCompleteTime
Output only. Completion time of this generator evaluation.
hasCompleteTime
clearCompleteTime
setCompleteTime
Output only. Completion time of this generator evaluation.
$this
getInitialGenerator
Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.
hasInitialGenerator
clearInitialGenerator
setInitialGenerator
Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.
$this
getSummarizationMetrics
Output only. Only available when the summarization generator is provided.
hasSummarizationMetrics
setSummarizationMetrics
Output only. Only available when the summarization generator is provided.
$this
getEvaluationStatus
Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.
hasEvaluationStatus
clearEvaluationStatus
setEvaluationStatus
Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.
$this
getSatisfiesPzs
Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
bool
hasSatisfiesPzs
clearSatisfiesPzs
setSatisfiesPzs
Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
var
bool
$this
getSatisfiesPzi
Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
bool
hasSatisfiesPzi
clearSatisfiesPzi
setSatisfiesPzi
Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
var
bool
$this
getMetrics
string

