Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class TuningMetadata.
Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.
Generated from protobuf message google.cloud.contactcenterinsights.v1.QaQuestion.TuningMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ QaQuestionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_valid_label_count |
int|string
Total number of valid labels provided for the question at the time of tuining. |
↳ dataset_validation_warnings |
array
A list of any applicable data validation warnings about the question's feedback labels. |
↳ tuning_error |
string
Error status of the tuning operation for the question. Will only be set if the tuning operation failed. |
getTotalValidLabelCount
Total number of valid labels provided for the question at the time of tuining.
Returns | |
---|---|
Type | Description |
int|string |
setTotalValidLabelCount
Total number of valid labels provided for the question at the time of tuining.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetValidationWarnings
A list of any applicable data validation warnings about the question's feedback labels.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDatasetValidationWarnings
A list of any applicable data validation warnings about the question's feedback labels.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
getTuningError
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
Returns | |
---|---|
Type | Description |
string |
setTuningError
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |