IssueModel

class IssueModel : KotlinCustomResource

Creates an issue model.

Properties

Link copied to clipboard
val createTime: Output<String>

The time at which this issue model was created.

Link copied to clipboard
val displayName: Output<String>

The representative name for the issue model.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val issueCount: Output<String>

Number of issues in this issue model.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the model.

Link copied to clipboard

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

Link copied to clipboard
val updateTime: Output<String>

The most recent time at which the issue model was updated.

Link copied to clipboard
val urn: Output<String>