Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest.
Request message for CreateIndexEndpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#index_endpoint
def index_endpoint() -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
- (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being created.
#index_endpoint=
def index_endpoint=(value) -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
- value (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being created.
- (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being created.
#index_endpoint_id
def index_endpoint_id() -> ::String
-
(::String) — Optional. The ID to use for the IndexEndpoint, which will become the final
component of the IndexEndpoint's resource name if the user specifies it.
Otherwise, IndexEndpoint id will be autogenerated.
This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number.
#index_endpoint_id=
def index_endpoint_id=(value) -> ::String
-
value (::String) — Optional. The ID to use for the IndexEndpoint, which will become the final
component of the IndexEndpoint's resource name if the user specifies it.
Otherwise, IndexEndpoint id will be autogenerated.
This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number.
-
(::String) — Optional. The ID to use for the IndexEndpoint, which will become the final
component of the IndexEndpoint's resource name if the user specifies it.
Otherwise, IndexEndpoint id will be autogenerated.
This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number.
#parent
def parent() -> ::String
-
(::String) — Required. Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Format:
projects/{project}/locations/{location}
-
(::String) — Required. Format:
projects/{project}/locations/{location}