.TH "GCLOUD_AI_ENDPOINTS_CREATE" 1 .SH "NAME" .HP gcloud ai endpoints create \- create a new Vertex AI endpoint .SH "SYNOPSIS" .HP \f5gcloud ai endpoints create\fR \fB\-\-display\-name\fR=\fIDISPLAY_NAME\fR [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-encryption\-kms\-key\-name\fR=\fIENCRYPTION_KMS_KEY_NAME\fR] [\fB\-\-endpoint\-id\fR=\fIENDPOINT_ID\fR] [\fB\-\-labels\fR=[\fIKEY\fR=\fIVALUE\fR,...]] [\fB\-\-network\fR=\fINETWORK\fR] [\fB\-\-region\fR=\fIREGION\fR] [\fB\-\-request\-response\-logging\-rate\fR=\fIREQUEST_RESPONSE_LOGGING_RATE\fR\ \fB\-\-request\-response\-logging\-table\fR=\fIREQUEST_RESPONSE_LOGGING_TABLE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR] .SH "EXAMPLES" To create an endpoint under project \f5\fIexample\fR\fR in region \f5\fIus\-central1\fR\fR, run: .RS 2m $ gcloud ai endpoints create \-\-project=example \e \-\-region=us\-central1 \-\-display\-name=my_endpoint .RE .SH "REQUIRED FLAGS" .RS 2m .TP 2m \fB\-\-display\-name\fR=\fIDISPLAY_NAME\fR Display name of the endpoint. .RE .sp .SH "OPTIONAL FLAGS" .RS 2m .TP 2m \fB\-\-description\fR=\fIDESCRIPTION\fR Description of the endpoint. .TP 2m \fB\-\-encryption\-kms\-key\-name\fR=\fIENCRYPTION_KMS_KEY_NAME\fR The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my\-project/locations/my\-region/keyRings/my\-kr/cryptoKeys/my\-key. The key needs to be in the same region as where the compute resource is created. .TP 2m \fB\-\-endpoint\-id\fR=\fIENDPOINT_ID\fR User\-specified ID of the endpoint. .TP 2m \fB\-\-labels\fR=[\fIKEY\fR=\fIVALUE\fR,...] List of label KEY=VALUE pairs to add. Keys must start with a lowercase character and contain only hyphens (\f5\-\fR), underscores (\f5_\fR), lowercase characters, and numbers. Values must contain only hyphens (\f5\-\fR), underscores (\f5_\fR), lowercase characters, and numbers. .TP 2m \fB\-\-network\fR=\fINETWORK\fR The full name of the Google Compute Engine network to which the endpoint should be peered. .TP 2m Region resource \- Cloud region to create endpoint. 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 \f5project\fR attribute: .RS 2m .IP "\(em" 2m provide the argument \f5\-\-region\fR on the command line with a fully specified name; .IP "\(em" 2m set the property \f5ai/region\fR with a fully specified name; .IP "\(em" 2m choose one from the prompted list of available regions with a fully specified name; .IP "\(em" 2m provide the argument \f5\-\-project\fR on the command line; .IP "\(em" 2m set the property \f5core/project\fR. .RE .sp .TP 2m \fB\-\-region\fR=\fIREGION\fR ID of the region or fully qualified identifier for the region. To set the \f5region\fR attribute: .RS 2m .IP "\(em" 2m provide the argument \f5\-\-region\fR on the command line; .IP "\(em" 2m set the property \f5ai/region\fR; .IP "\(em" 2m choose one from the prompted list of available regions. .RE .sp .TP 2m \fB\-\-request\-response\-logging\-rate\fR=\fIREQUEST_RESPONSE_LOGGING_RATE\fR Prediction request & response sampling rate for logging to BigQuery table. .TP 2m \fB\-\-request\-response\-logging\-table\fR=\fIREQUEST_RESPONSE_LOGGING_TABLE\fR BigQuery table uri for prediction request & response logging. You can provide table uri that does not exist, it will be created for you. Value should be provided in format: bq://\f5\fIPROJECT_ID\fR\fR/\f5\fIDATASET\fR\fR/\f5\fITABLE\fR\fR .RE .sp .SH "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 \fB$ gcloud help\fR for details. .SH "NOTES" These variants are also available: .RS 2m $ gcloud alpha ai endpoints create .RE .RS 2m $ gcloud beta ai endpoints create .RE