Runtime Access Config Args
data class RuntimeAccessConfigArgs(val accessType: Output<String>? = null, val proxyUri: Output<String>? = null, val runtimeOwner: Output<String>? = null) : ConvertibleToJava<RuntimeAccessConfigArgs>
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.