Class: Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for CreateIndexEndpoint.
Instance Attribute Summary collapse
-
#index_endpoint ⇒ ::Google::Cloud::VisionAI::V1::IndexEndpoint
Required.
-
#index_endpoint_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#index_endpoint ⇒ ::Google::Cloud::VisionAI::V1::IndexEndpoint
Returns Required. The resource being created.
1970 1971 1972 1973 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970 class CreateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_endpoint_id ⇒ ::String
Returns 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.
1970 1971 1972 1973 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970 class CreateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project}/locations/{location}
.
1970 1971 1972 1973 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970 class CreateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |