GetRunResult

data class GetRunResult(val attributes: Map<String, String>, val displayName: String, val endTime: String, val name: String, val startTime: String, val state: String)

Constructors

Link copied to clipboard
fun GetRunResult(attributes: Map<String, String>, displayName: String, endTime: String, name: String, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.

Link copied to clipboard

Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.

Link copied to clipboard

Optional. The timestamp of the end of the run.

Link copied to clipboard

Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

Link copied to clipboard

The timestamp of the start of the run.

Link copied to clipboard

The state of the run.