Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::CreateIndexRequest.
Message for creating an Index.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#index
def index() -> ::Google::Cloud::VisionAI::V1::Index
- (::Google::Cloud::VisionAI::V1::Index) — Required. The index being created.
#index=
def index=(value) -> ::Google::Cloud::VisionAI::V1::Index
- value (::Google::Cloud::VisionAI::V1::Index) — Required. The index being created.
- (::Google::Cloud::VisionAI::V1::Index) — Required. The index being created.
#index_id
def index_id() -> ::String
-
(::String) — Optional. The ID for the index. This will become the final resource name
for the index. If the user does not specify this value, it will be
generated by system.
This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number.
#index_id=
def index_id=(value) -> ::String
-
value (::String) — Optional. The ID for the index. This will become the final resource name
for the index. If the user does not specify this value, it will be
generated by system.
This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number.
-
(::String) — Optional. The ID for the index. This will become the final resource name
for the index. If the user does not specify this value, it will be
generated by system.
This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number.
#parent
def parent() -> ::String
-
(::String) — Required. Value for the parent. The resource name of the Corpus under which
this index is created. Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Value for the parent. The resource name of the Corpus under which
this index is created. Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
-
(::String) — Required. Value for the parent. The resource name of the Corpus under which
this index is created. Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}