RuntimeAccessConfig

data class RuntimeAccessConfig(val accessType: String? = null, val proxyUri: String? = null, val runtimeOwner: String? = null)

Constructors

Link copied to clipboard
constructor(accessType: String? = null, proxyUri: String? = null, runtimeOwner: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessType: String? = null

The type of access mode this instance. For valid values, see https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType.

Link copied to clipboard
val proxyUri: String? = null

(Output) The proxy endpoint that is used to access the runtime.

Link copied to clipboard
val runtimeOwner: String? = null

The owner of this runtime after creation. Format: alias@example.com. Currently supports one owner only.