Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::IndexEndpoint.
Message representing IndexEndpoint resource. Indexes are deployed into it.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create timestamp.
#deployed_index
def deployed_index() -> ::Google::Cloud::VisionAI::V1::DeployedIndex
Returns
- (::Google::Cloud::VisionAI::V1::DeployedIndex) — Output only. The Index deployed in this IndexEndpoint.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the IndexEndpoint. Can be up to 25000 characters long.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the IndexEndpoint. Can be up to 25000 characters long.
Returns
- (::String) — Optional. Description of the IndexEndpoint. Can be up to 25000 characters long.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. Display name of the IndexEndpoint. Can be up to 32 characters long.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. Display name of the IndexEndpoint. Can be up to 32 characters long.
Returns
- (::String) — Optional. Display name of the IndexEndpoint. Can be up to 32 characters long.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — 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 for more details.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — 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 for more details.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — 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 for more details.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Resource name of the IndexEndpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint_id}
#satisfies_pzi
def satisfies_pzi() -> ::Boolean
Returns
- (::Boolean) — 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.
#satisfies_pzs
def satisfies_pzs() -> ::Boolean
Returns
- (::Boolean) — 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.
#state
def state() -> ::Google::Cloud::VisionAI::V1::IndexEndpoint::State
Returns
- (::Google::Cloud::VisionAI::V1::IndexEndpoint::State) — Output only. IndexEndpoint state.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Update timestamp.