Class ImportIndexRequest (1.158.0)

ImportIndexRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IndexService.ImportIndex.

Attributes

Name Description
name str
Required. The name of the Index resource to import data to. Format: projects/{project}/locations/{location}/indexes/{index}
is_complete_overwrite bool
Optional. If true, completely replace existing index data. Must be true for streaming update indexes.
config google.cloud.aiplatform_v1beta1.types.ImportIndexRequest.ConnectorConfig
Required. Configuration for importing data from an external source.

Classes

ConnectorConfig

ConnectorConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for importing data from an external source.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Methods

ImportIndexRequest

ImportIndexRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IndexService.ImportIndex.