Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class InputDataConfig.
Configs for the input data used to create the issue model.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ medium |
int
Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the |
↳ training_conversations_count |
int|string
Output only. Number of conversations used in training. Output only. |
↳ filter |
string
A filter to reduce the conversations used for training the model to a specific subset. |
getMedium
Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium
field on filter
.
Returns | |
---|---|
Type | Description |
int |
setMedium
Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium
field on filter
.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTrainingConversationsCount
Output only. Number of conversations used in training. Output only.
Returns | |
---|---|
Type | Description |
int|string |
setTrainingConversationsCount
Output only. Number of conversations used in training. Output only.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
A filter to reduce the conversations used for training the model to a specific subset.
Returns | |
---|---|
Type | Description |
string |
setFilter
A filter to reduce the conversations used for training the model to a specific subset.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |