IndexEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message representing IndexEndpoint resource. Indexes are deployed into it.
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. |
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,
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 |
State
State(value)
IndexEndpoint stage.