Class IndexEndpoint (0.1.4)

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

Message representing IndexEndpoint resource. Indexes are deployed into it.

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

Attributes

Name Description
name str
Output only. Resource name of the IndexEndpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint_id}
display_name str
Optional. Display name of the IndexEndpoint. Can be up to 32 characters long.
description str
Optional. Description of the IndexEndpoint. Can be up to 25000 characters long.
deployed_index google.cloud.visionai_v1.types.DeployedIndex
Output only. The Index deployed in this IndexEndpoint.
state google.cloud.visionai_v1.types.IndexEndpoint.State
Output only. IndexEndpoint state.
labels MutableMapping[str, str]
Optional. The labels applied to a resource must meet the following requirements: - Each resource can have multiple labels, up to a maximum of 64. - Each label must be a key-value pair. - Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters. - Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed. - The key portion of a label must be unique. However, you can use the same key with multiple resources. - Keys must start with a lowercase letter or international character. See `Google Cloud Document
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Create timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Update timestamp.
satisfies_pzs bool
Output only. This boolean field is only set for projects that have Physical Zone Separation enabled via an Org Policy constraint. It is set to true when the index endpoint is a valid zone separated index endpoint and false if it isn't. This field is a member of oneof_ _satisfies_pzs.
satisfies_pzi bool
Output only. This boolean field is only set for projects that have Physical Zone Isolation enabled via an Org Policy constraint. It is set to true when the index endpoint is a valid zone isolated index endpoint and false if it isn't. This field is a member of oneof_ _satisfies_pzi.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
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.

State

State(value)

IndexEndpoint stage.