Runtime Access Config
data class RuntimeAccessConfig(val accessType: String? = null, val proxyUri: String? = null, val runtimeOwner: String? = null)
Properties
Link copied to clipboard
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
The owner of this runtime after creation. Format: alias@example.com
. Currently supports one owner only.