REST Resource: projects.locations.issueModels

Resource: IssueModel

The issue model resource.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string,
  "issueCount": string,
  "state": enum (State),
  "inputDataConfig": {
    object (InputDataConfig)
  },
  "trainingStats": {
    object (IssueModelLabelStats)
  },
  "modelType": enum (ModelType),
  "languageCode": string,
  "multiLingualMatch": boolean
}
Fields
name

string

Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issueModel}

displayName

string

The representative name for the issue model.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

issueCount

string (int64 format)

Output only. Number of issues in this issue model.

state

enum (State)

Output only. State of the model.

inputDataConfig

object (InputDataConfig)

Configs for the input data that used to create the issue model.

trainingStats

object (IssueModelLabelStats)

Output only. Immutable. The issue model's label statistics on its training data.

modelType

enum (ModelType)

Type of the model.

languageCode

string

Language of the model.

multiLingualMatch

boolean

Whether the model can be used for analysis with conversations in multiple languages. The topic names and descriptions will be in the languageCode specified, but the matching will be performed against conversations in any language.

Methods

calculateIssueModelStats

Gets an issue model's statistics.

create

Creates an issue model.

delete

Deletes an issue model.

deploy

Deploys an issue model.

export

Exports an issue model to the provided destination.

get

Gets an issue model.

import

Imports an issue model from a Cloud Storage bucket.

list

Lists issue models.

mergeIssues

Merges a group of issues into a new issue.

patch

Updates an issue model.

undeploy

Undeploys an issue model.