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. |
multiLingualMatch |
Whether the model can be used for analysis with conversations in multiple languages. The topic names and descriptions will be in the |
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. |
|
Merges a group of issues into a new issue. |
|
Updates an issue model. |
|
Undeploys an issue model. |