You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`projects/{project}/global/networks/{network}`. Where `{project}` is a
413
-
project number, as in `12345`, and `{network}` is network name.'
436
+
project number, as in `12345`, and `{network}` is network name.
437
+
Only one of the fields, `network` or `privateServiceConnectConfig`, can be set.'
414
438
immutable: true
439
+
conflicts:
440
+
- 'privateServiceConnectConfig'
441
+
- name: 'privateServiceConnectConfig'
442
+
type: NestedObject
443
+
description:
444
+
'Configuration for private service connect.
445
+
`network` and `privateServiceConnectConfig` are mutually exclusive.'
446
+
conflicts:
447
+
- 'network'
448
+
- 'dedicatedEndpointEnabled'
449
+
properties:
450
+
- name: 'enablePrivateServiceConnect'
451
+
type: Boolean
452
+
description:
453
+
'Required. If true, expose the IndexEndpoint via private service connect.'
454
+
required: true
455
+
immutable: true
456
+
- name: 'projectAllowlist'
457
+
description:
458
+
'A list of Projects from which the forwarding rule will target the service attachment.'
459
+
type: Array
460
+
item_type:
461
+
type: String
462
+
description:
463
+
'A list of Projects from which the forwarding rule will target the service attachment.'
464
+
- name: 'enableSecurePrivateServiceConnect'
465
+
type: Boolean
466
+
description:
467
+
'If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.'
'Configures the request-response logging for online prediction.'
480
+
properties:
481
+
- name: 'enabled'
482
+
type: Boolean
483
+
description:
484
+
'If logging is enabled or not.'
485
+
- name: 'samplingRate'
486
+
type: Double
487
+
description:
488
+
'Percentage of requests to be logged, expressed as a fraction in range(0,1]'
489
+
- name: 'bigqueryDestination'
490
+
type: NestedObject
491
+
description:
492
+
'BigQuery table for logging. If only given a project, a new dataset will be created with name `logging_<endpoint-display-name>_<endpoint-id>` where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name `request_response_logging`'
493
+
properties:
494
+
- name: 'outputUri'
495
+
type: String
496
+
description:
497
+
'BigQuery URI to a project or table, up to 2000 characters long.
498
+
When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.
499
+
Accepted forms:
500
+
- BigQuery path. For example: `bq://projectId` or `bq://projectId.bqDatasetId` or `bq://projectId.bqDatasetId.bqTableId`.'
501
+
- name: 'dedicatedEndpointEnabled'
502
+
type: Boolean
503
+
description: |
504
+
If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitation will be removed soon.
505
+
conflicts:
506
+
- 'privateServiceConnectConfig'
507
+
- name: 'dedicatedEndpointDns'
508
+
type: String
509
+
description:
510
+
'Output only. DNS of the dedicated endpoint. Will only be populated if dedicatedEndpointEnabled is true. Format: `https://{endpointId}.{region}-{projectNumber}.prediction.vertexai.goog`.'
0 commit comments