Class IndexEndpoint (1.15.1)

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

Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.

Attributes

NameDescription
name str
Output only. The resource name of the IndexEndpoint.
display_name str
Required. The display name of the IndexEndpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.
description str
The description of the IndexEndpoint.
deployed_indexes Sequence[google.cloud.aiplatform_v1.types.DeployedIndex]
Output only. The indexes deployed in this endpoint.
etag str
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
labels Mapping[str, str]
The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this IndexEndpoint was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this IndexEndpoint was last updated. This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.
network str
Optional. The full name of the Google Compute Engine `network
enable_private_service_connect bool
Optional. Deprecated: If true, expose the IndexEndpoint via private service connect. Only one of the fields, network or enable_private_service_connect, can be set.

Inheritance

builtins.object > proto.message.Message > IndexEndpoint

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.