Class RuntimeAccessConfig


  • public final class RuntimeAccessConfig
    extends java.lang.Object
    • Method Detail

      • accessType

        public java.util.Optional<java.lang.String> accessType()
        Returns:
        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`.
      • proxyUri

        public java.util.Optional<java.lang.String> proxyUri()
        Returns:
        (Output) The proxy endpoint that is used to access the runtime.
      • runtimeOwner

        public java.util.Optional<java.lang.String> runtimeOwner()
        Returns:
        The owner of this runtime after creation. Format: `[email protected]`. Currently supports one owner only.