Resource: IssueModel
The issue model resource.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "issueCount": string, "state": enum ( |
Fields | |
---|---|
name |
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issueModel} |
displayName |
The representative name for the issue model. |
createTime |
Output only. The time at which this issue model was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The most recent time at which the issue model was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
issueCount |
Output only. Number of issues in this issue model. |
state |
Output only. State of the model. |
inputDataConfig |
Configs for the input data that used to create the issue model. |
trainingStats |
Output only. Immutable. The issue model's label statistics on its training data. |
modelType |
Type of the model. |
languageCode |
Language of the model. |
State
State of the model.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
UNDEPLOYED |
Model is not deployed but is ready to deploy. |
DEPLOYING |
Model is being deployed. |
DEPLOYED |
Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state. |
UNDEPLOYING |
Model is being undeployed. |
DELETING |
Model is being deleted. |
InputDataConfig
Configs for the input data used to create the issue model.
JSON representation |
---|
{
"medium": enum ( |
Fields | |
---|---|
medium |
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 |
trainingConversationsCount |
Output only. Number of conversations used in training. Output only. |
filter |
A filter to reduce the conversations used for training the model to a specific subset. |
IssueModelLabelStats
Aggregated statistics about an issue model.
JSON representation |
---|
{
"analyzedConversationsCount": string,
"unclassifiedConversationsCount": string,
"issueStats": {
string: {
object ( |
Fields | |
---|---|
analyzedConversationsCount |
Number of conversations the issue model has analyzed at this point in time. |
unclassifiedConversationsCount |
Number of analyzed conversations for which no issue was applicable at this point in time. |
issueStats |
Statistics on each issue. Key is the issue's resource name. An object containing a list of |
IssueStats
Aggregated statistics about an issue.
JSON representation |
---|
{ "issue": string, "labeledConversationsCount": string, "displayName": string } |
Fields | |
---|---|
issue |
Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issueModel}/issues/{issue} |
labeledConversationsCount |
Number of conversations attached to the issue at this point in time. |
displayName |
Display name of the issue. |
ModelType
Type of the model.
Enums | |
---|---|
MODEL_TYPE_UNSPECIFIED |
Unspecified model type. |
TYPE_V1 |
Type V1. |
TYPE_V2 |
Type V2. |
Methods |
|
---|---|
|
Gets an issue model's statistics. |
|
Creates an issue model. |
|
Deletes an issue model. |
|
Deploys an issue model. |
|
Exports an issue model to the provided destination. |
|
Gets an issue model. |
|
Imports an issue model from a Cloud Storage bucket. |
|
Lists issue models. |
|
Updates an issue model. |
|
Undeploys an issue model. |