Class: Google::Cloud::AIPlatform::V1::CreateIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateIndexRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_service.rb
Overview
Request message for IndexService.CreateIndex.
Instance Attribute Summary collapse
-
#index ⇒ ::Google::Cloud::AIPlatform::V1::Index
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#index ⇒ ::Google::Cloud::AIPlatform::V1::Index
Returns Required. The Index to create.
33 34 35 36 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 33 class CreateIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the Index in.
Format: projects/{project}/locations/{location}
.
33 34 35 36 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 33 class CreateIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |