Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class TuneQaScorecardRevisionMetadata.
Metadata for TuneQaScorecardRevision endpoint.
Generated from protobuf message google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time the operation finished running. |
↳ request |
TuneQaScorecardRevisionRequest
Output only. The original request. |
↳ qa_question_dataset_validation_results |
array<TuneQaScorecardRevisionMetadata\QaQuestionDatasetValidationResult>
Output only. The results of data validation per question in the request. |
↳ qa_question_dataset_tuning_metrics |
array<TuneQaScorecardRevisionMetadata\QaQuestionDatasetTuningMetrics>
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request. |
↳ tuning_completion_ratio |
float
Output only. The percentage of the tuning job that has completed. Always between 0 and 1 where 0 indicates the job has not started i.e. 0% and 1 indicates the job has completed i.e. 100%. |
getCreateTime
Output only. The time the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The time the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRequest
Output only. The original request.
Returns | |
---|---|
Type | Description |
TuneQaScorecardRevisionRequest|null |
hasRequest
clearRequest
setRequest
Output only. The original request.
Parameter | |
---|---|
Name | Description |
var |
TuneQaScorecardRevisionRequest
|
Returns | |
---|---|
Type | Description |
$this |
getQaQuestionDatasetValidationResults
Output only. The results of data validation per question in the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQaQuestionDatasetValidationResults
Output only. The results of data validation per question in the request.
Parameter | |
---|---|
Name | Description |
var |
array<TuneQaScorecardRevisionMetadata\QaQuestionDatasetValidationResult>
|
Returns | |
---|---|
Type | Description |
$this |
getQaQuestionDatasetTuningMetrics
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQaQuestionDatasetTuningMetrics
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
Parameter | |
---|---|
Name | Description |
var |
array<TuneQaScorecardRevisionMetadata\QaQuestionDatasetTuningMetrics>
|
Returns | |
---|---|
Type | Description |
$this |
getTuningCompletionRatio
Output only. The percentage of the tuning job that has completed. Always between 0 and 1 where 0 indicates the job has not started i.e. 0% and 1 indicates the job has completed i.e. 100%.
Returns | |
---|---|
Type | Description |
float |
setTuningCompletionRatio
Output only. The percentage of the tuning job that has completed. Always between 0 and 1 where 0 indicates the job has not started i.e. 0% and 1 indicates the job has completed i.e. 100%.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |