mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 13 13:12:23 UTC 2026
This commit is contained in:
parent
5b03e16435
commit
39dc808917
1261 changed files with 38952 additions and 5626 deletions
|
|
@ -45,6 +45,12 @@ GROUPS
|
|||
persistent-resources
|
||||
(BETA) Create and manage Vertex AI rersistent resources.
|
||||
|
||||
semantic-governance-policies
|
||||
(BETA) Manage Vertex AI Semantic Governance Policy resources.
|
||||
|
||||
semantic-governance-policy-engine
|
||||
(BETA) Manage Vertex AI Semantic Governance Policy engine.
|
||||
|
||||
tensorboard-experiments
|
||||
(BETA) Manage Vertex AI Tensorboard experiments.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ SYNOPSIS
|
|||
[--machine-type=MACHINE_TYPE] [--region=REGION]
|
||||
[--reservation-affinity=[key=KEY],
|
||||
[reservation-affinity-type=RESERVATION-AFFINITY-TYPE],
|
||||
[values=VALUES]] [--spot] [--use-dedicated-endpoint]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[values=VALUES]] [--spot] [--system-labels=[KEY=VALUE,...]]
|
||||
[--use-dedicated-endpoint] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To deploy a Model Garden model google/gemma2/gemma2-9b under project
|
||||
|
|
@ -188,6 +188,9 @@ OPTIONAL FLAGS
|
|||
--spot
|
||||
If true, schedule the deployment workload on Spot VM.
|
||||
|
||||
--system-labels=[KEY=VALUE,...]
|
||||
System labels for Model Garden deployments.
|
||||
|
||||
--use-dedicated-endpoint
|
||||
If true, the endpoint will be exposed through a dedicated DNS. Your
|
||||
request to the dedicated DNS will be isolated from other users' traffic
|
||||
|
|
|
|||
92
gcloud/beta/ai/semantic-governance-policies/create
Normal file
92
gcloud/beta/ai/semantic-governance-policies/create
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies create - create a new semantic
|
||||
governance policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies create
|
||||
(POLICY : --location=LOCATION) --agent=AGENT
|
||||
--display-name=DISPLAY_NAME
|
||||
--natural-language-constraint=NATURAL_LANGUAGE_CONSTRAINT [--async]
|
||||
[--description=DESCRIPTION] [--mcp-tools=MCP_TOOLS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a new semantic governance policy.
|
||||
|
||||
EXAMPLES
|
||||
To create a semantic governance policy my-policy in location us-central1,
|
||||
run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policies create my-policy \
|
||||
--location=us-central1 --display-name="My Policy" \
|
||||
--natural-language-constraint="constraint" --agent="agent-name"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Policy resource - The semantic governance policy to create. The arguments
|
||||
in this group can be used to specify the attributes of this resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
POLICY
|
||||
ID of the policy or fully qualified identifier for the policy.
|
||||
|
||||
To set the policy attribute:
|
||||
▸ provide the argument policy on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location to create the policy in.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--agent=AGENT
|
||||
The name of the agent in Agent Registry that is affected by this
|
||||
policy.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
The user-defined name of the semantic governance policy.
|
||||
|
||||
--natural-language-constraint=NATURAL_LANGUAGE_CONSTRAINT
|
||||
The natural language constraint of the semantic governance policy.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
The description of the semantic governance policy.
|
||||
|
||||
--mcp-tools=MCP_TOOLS
|
||||
The MCP tools that are affected by this policy. Syntax:
|
||||
--mcp-tools=mcp-server=S1,tools=T1;T2
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
77
gcloud/beta/ai/semantic-governance-policies/delete
Normal file
77
gcloud/beta/ai/semantic-governance-policies/delete
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies delete - delete a semantic
|
||||
governance policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies delete
|
||||
(POLICY : --location=LOCATION) [--async] [--etag=ETAG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a semantic governance policy.
|
||||
|
||||
EXAMPLES
|
||||
To delete a semantic governance policy my-policy in location us-central1,
|
||||
run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policies delete my-policy \
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Policy resource - The semantic governance policy to delete. The arguments
|
||||
in this group can be used to specify the attributes of this resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
POLICY
|
||||
ID of the policy or fully qualified identifier for the policy.
|
||||
|
||||
To set the policy attribute:
|
||||
▸ provide the argument policy on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location containing the policy.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--etag=ETAG
|
||||
The etag of the SemanticGovernancePolicy to delete.
|
||||
|
||||
If an etag is provided and does not match the current etag of the
|
||||
SemanticGovernancePolicy, deletion will be blocked and an ABORTED error
|
||||
will be returned.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
64
gcloud/beta/ai/semantic-governance-policies/describe
Normal file
64
gcloud/beta/ai/semantic-governance-policies/describe
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies describe - describe a semantic
|
||||
governance policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies describe
|
||||
(POLICY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a semantic governance policy.
|
||||
|
||||
EXAMPLES
|
||||
To describe a semantic governance policy my-policy in location us-central1,
|
||||
run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policies describe my-policy \
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Policy resource - The semantic governance policy to describe. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
POLICY
|
||||
ID of the policy or fully qualified identifier for the policy.
|
||||
|
||||
To set the policy attribute:
|
||||
▸ provide the argument policy on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location containing the policy.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
36
gcloud/beta/ai/semantic-governance-policies/help
Normal file
36
gcloud/beta/ai/semantic-governance-policies/help
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies - manage Vertex AI Semantic
|
||||
Governance Policy resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Manage Vertex AI Semantic Governance Policy resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create a new semantic governance policy.
|
||||
|
||||
delete
|
||||
(BETA) Delete a semantic governance policy.
|
||||
|
||||
describe
|
||||
(BETA) Describe a semantic governance policy.
|
||||
|
||||
list
|
||||
(BETA) List semantic governance policies.
|
||||
|
||||
update
|
||||
(BETA) Update a semantic governance policy.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
78
gcloud/beta/ai/semantic-governance-policies/list
Normal file
78
gcloud/beta/ai/semantic-governance-policies/list
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies list - list semantic governance
|
||||
policies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List semantic governance policies.
|
||||
|
||||
EXAMPLES
|
||||
To list semantic governance policies in location us-central1, run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policies list \
|
||||
--location=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The location of the policies to list. This represents
|
||||
a Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
95
gcloud/beta/ai/semantic-governance-policies/update
Normal file
95
gcloud/beta/ai/semantic-governance-policies/update
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policies update - update a semantic
|
||||
governance policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policies update
|
||||
(POLICY : --location=LOCATION) [--agent=AGENT] [--async]
|
||||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME] [--etag=ETAG]
|
||||
[--mcp-tools=MCP_TOOLS]
|
||||
[--natural-language-constraint=NATURAL_LANGUAGE_CONSTRAINT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update a semantic governance policy.
|
||||
|
||||
EXAMPLES
|
||||
To update the display name of a semantic governance policy my-policy in
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policies update my-policy \
|
||||
--location=us-central1 --display-name="New display name"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Policy resource - The semantic governance policy to update. The arguments
|
||||
in this group can be used to specify the attributes of this resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
POLICY
|
||||
ID of the policy or fully qualified identifier for the policy.
|
||||
|
||||
To set the policy attribute:
|
||||
▸ provide the argument policy on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location to update the policy in.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument policy on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--agent=AGENT
|
||||
The name of the agent in Agent Registry that is affected by this
|
||||
policy.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
The description of the semantic governance policy.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
The user-defined name of the semantic governance policy.
|
||||
|
||||
--etag=ETAG
|
||||
The etag of the semantic governance policy. If an etag is provided and
|
||||
does not match the current etag of the SemanticGovernancePolicy, update
|
||||
will be blocked and an ABORTED error will be returned.
|
||||
|
||||
--mcp-tools=MCP_TOOLS
|
||||
The MCP tools that are affected by this policy. Syntax:
|
||||
--mcp-tools=mcp-server=S1,tools=T1;T2
|
||||
|
||||
--natural-language-constraint=NATURAL_LANGUAGE_CONSTRAINT
|
||||
The natural language constraint of the semantic governance policy.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
37
gcloud/beta/ai/semantic-governance-policy-engine/describe
Normal file
37
gcloud/beta/ai/semantic-governance-policy-engine/describe
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policy-engine describe - describe the
|
||||
semantic governance policy engine config
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policy-engine describe
|
||||
--location=LOCATION [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe the semantic governance policy engine config.
|
||||
|
||||
EXAMPLES
|
||||
To describe the semantic governance policy engine config in location
|
||||
us-central1, run:
|
||||
|
||||
$ gcloud beta ai semantic-governance-policy-engine describe \
|
||||
--location=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
--location=LOCATION
|
||||
Cloud location of the semantic governance policy engine.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
28
gcloud/beta/ai/semantic-governance-policy-engine/help
Normal file
28
gcloud/beta/ai/semantic-governance-policy-engine/help
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policy-engine - manage Vertex AI
|
||||
Semantic Governance Policy engine
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policy-engine COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Manage Vertex AI Semantic Governance Policy engine.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(BETA) Describe the semantic governance policy engine config.
|
||||
|
||||
update
|
||||
(BETA) Update the semantic governance policy engine config.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
55
gcloud/beta/ai/semantic-governance-policy-engine/update
Normal file
55
gcloud/beta/ai/semantic-governance-policy-engine/update
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
NAME
|
||||
gcloud beta ai semantic-governance-policy-engine update - update the
|
||||
semantic governance policy engine config
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai semantic-governance-policy-engine update --location=LOCATION
|
||||
[--async] [--gateway-config=GATEWAY_CONFIG] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update the semantic governance policy engine config.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The semantic governance policy engine config. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--gateway-config=GATEWAY_CONFIG
|
||||
Configuration for a single gateway. The value is a comma-separated list
|
||||
of key-value pairs. For example:
|
||||
name=mygateway,network=net,subnetwork=subnet,dns-zone-name=dns
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the aiplatform/v1beta1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/vertex-ai/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue