1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jan 18 10:21:20 UTC 2024

This commit is contained in:
Automated 2024-01-18 10:21:20 +00:00
parent 5fec13c692
commit a47e1e835a
156 changed files with 4341 additions and 674 deletions

View file

@ -9,7 +9,8 @@ SYNOPSIS
[capacity=CAPACITY],
[enable_autoscaling=ENABLE_AUTOSCALING],[region=REGION]
--version=VERSION (--content=CONTENT : --location=LOCATION) [--async]
[--fallback-url=FALLBACK_URL] [GCLOUD_WIDE_FLAG ...]
[--fallback-url=FALLBACK_URL] [--gpu-class=GPU_CLASS] [--mode=MODE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create an Immersive Stream for XR service instance.
@ -36,6 +37,22 @@ EXAMPLES
--add-region=region=us-west1,capacity=2 \
--fallback-url="https://www.google.com"
By default, the instance is created with mode=ar, which supports both
3D and AR experiences. Instances can also be configured to use
3D-only mode. This configuration cannot be updated later.
To use 3D-only mode, include:
--mode=3d
By default, the instance is created with gpu-class=t4. This uses the
NVIDIA T4 GPU for the instance. Instances can also be configured to
use NVIDIA L4 GPUs at creation. Note that only certain regions are
available for L4, and only 3D-only mode is supported. This
configuration cannot be updated later.
To use NVIDIA L4 GPU for the instance, include:
--gpu-class=l4
POSITIONAL ARGUMENTS
INSTANCE
Name of the instance to be created
@ -94,6 +111,12 @@ OPTIONAL FLAGS
Fallback url to redirect users to when this service instance is unable
to provide the streaming experience
--gpu-class=GPU_CLASS
The class of GPU that is used by this service instance
--mode=MODE
The rendering mode that is supported by this service instance
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,