alibabacloud_oss_v2.vectors.operations package¶
Submodules¶
alibabacloud_oss_v2.vectors.operations.bucket_basic module¶
- alibabacloud_oss_v2.vectors.operations.bucket_basic.delete_vector_bucket(client: _SyncClientImpl, request: DeleteVectorBucketRequest, **kwargs) DeleteVectorBucketResult [source]¶
delete bucket synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (DeleteVectorBucketRequest) – The request for the DeleteVectorBucket operation.
- Returns:
The result for the DeleteVectorBucket operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_basic.get_vector_bucket(client: _SyncClientImpl, request: GetVectorBucketRequest, **kwargs) GetVectorBucketResult [source]¶
GetBucketInfo Queries information about a bucket.
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (GetVectorBucketRequest) – The request for the GetVectorBucket operation.
- Returns:
The result for the GetVectorBucket operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_basic.list_vector_buckets(client: _SyncClientImpl, request: ListVectorBucketsRequest, **kwargs) ListVectorBucketsResult [source]¶
list buckets synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (ListVectorBucketsRequest) – The request for the ListVectorBuckets operation.
- Returns:
The result for the ListVectorBuckets operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_basic.put_vector_bucket(client: _SyncClientImpl, request: PutVectorBucketRequest, **kwargs) PutVectorBucketResult [source]¶
put bucket synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (PutVectorBucketRequest) – The request for the PutVectorBucket operation.
- Returns:
The result for the PutVectorBucket operation.
- Return type:
alibabacloud_oss_v2.vectors.operations.bucket_logging module¶
- alibabacloud_oss_v2.vectors.operations.bucket_logging.delete_bucket_logging(client: _SyncClientImpl, request: DeleteBucketLoggingRequest, **kwargs) DeleteBucketLoggingResult [source]¶
delete_bucket_logging synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (DeleteBucketLoggingRequest) – The request for the DeleteBucketLogging operation.
- Returns:
The result for the DeleteBucketLogging operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_logging.get_bucket_logging(client: _SyncClientImpl, request: GetBucketLoggingRequest, **kwargs) GetBucketLoggingResult [source]¶
get_bucket_logging synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (GetBucketLoggingRequest) – The request for the GetBucketLogging operation.
- Returns:
The result for the GetBucketLogging operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_logging.put_bucket_logging(client: _SyncClientImpl, request: PutBucketLoggingRequest, **kwargs) PutBucketLoggingResult [source]¶
put_bucket_logging synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (PutBucketLoggingRequest) – The request for the PutBucketLogging operation.
- Returns:
The result for the PutBucketLogging operation.
- Return type:
alibabacloud_oss_v2.vectors.operations.bucket_policy module¶
- alibabacloud_oss_v2.vectors.operations.bucket_policy.delete_bucket_policy(client: _SyncClientImpl, request: DeleteBucketPolicyRequest, **kwargs) DeleteBucketPolicyResult [source]¶
delete_bucket_policy synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (DeleteBucketPolicyRequest) – The request for the DeleteBucketPolicy operation.
- Returns:
The result for the DeleteBucketPolicy operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_policy.get_bucket_policy(client: _SyncClientImpl, request: GetBucketPolicyRequest, **kwargs) GetBucketPolicyResult [source]¶
get_bucket_policy synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (GetBucketPolicyRequest) – The request for the GetBucketPolicy operation.
- Returns:
The result for the GetBucketPolicy operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.bucket_policy.put_bucket_policy(client: _SyncClientImpl, request: PutBucketPolicyRequest, **kwargs) PutBucketPolicyResult [source]¶
put_bucket_policy synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (PutBucketPolicyRequest) – The request for the PutBucketPolicy operation.
- Returns:
The result for the PutBucketPolicy operation.
- Return type:
alibabacloud_oss_v2.vectors.operations.index_basic module¶
- alibabacloud_oss_v2.vectors.operations.index_basic.delete_vector_index(client: _SyncClientImpl, request: DeleteVectorIndexRequest, **kwargs) DeleteVectorIndexResult [source]¶
delete_vector_index synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (DeleteVectorIndexRequest) – The request for the DeleteVectorIndex operation.
- Returns:
The result for the DeleteVectorIndex operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.index_basic.get_vector_index(client: _SyncClientImpl, request: GetVectorIndexRequest, **kwargs) GetVectorIndexResult [source]¶
get_vector_index synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (GetVectorIndexRequest) – The request for the GetVectorIndex operation.
- Returns:
The result for the GetVectorIndex operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.index_basic.list_vector_indexes(client: _SyncClientImpl, request: ListVectorIndexesRequest, **kwargs) ListVectorIndexesResult [source]¶
list_vector_index synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (ListVectorIndexesRequest) – The request for the ListVectorIndexes operation.
- Returns:
The result for the ListVectorIndexes operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.index_basic.put_vector_index(client: _SyncClientImpl, request: PutVectorIndexRequest, **kwargs) PutVectorIndexResult [source]¶
put_vector_index synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (PutVectorIndexRequest) – The request for the PutVectorIndex operation.
- Returns:
The result for the PutVectorIndex operation.
- Return type:
alibabacloud_oss_v2.vectors.operations.vector_basic module¶
- alibabacloud_oss_v2.vectors.operations.vector_basic.delete_vectors(client: _SyncClientImpl, request: DeleteVectorsRequest, **kwargs) DeleteVectorsResult [source]¶
delete_vectors synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (DeleteVectorsRequest) – The request for the DeleteVectors operation.
- Returns:
The result for the DeleteVectors operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.vector_basic.get_vectors(client: _SyncClientImpl, request: GetVectorsRequest, **kwargs) GetVectorsResult [source]¶
get_vectors synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (GetVectorsRequest) – The request for the GetVectors operation.
- Returns:
The result for the GetVectors operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.vector_basic.list_vectors(client: _SyncClientImpl, request: ListVectorsRequest, **kwargs) ListVectorsResult [source]¶
list_vectors synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (ListVectorsRequest) – The request for the ListVectors operation.
- Returns:
The result for the ListVectors operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.vector_basic.put_vectors(client: _SyncClientImpl, request: PutVectorsRequest, **kwargs) PutVectorsResult [source]¶
put_vectors synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (PutVectorsRequest) – The request for the PutVectors operation.
- Returns:
The result for the PutVectors operation.
- Return type:
- alibabacloud_oss_v2.vectors.operations.vector_basic.query_vectors(client: _SyncClientImpl, request: QueryVectorsRequest, **kwargs) QueryVectorsResult [source]¶
query_vectors synchronously
- Parameters:
client (_SyncClientImpl) – A agent that sends the request.
request (QueryVectorsRequest) – The request for the QueryVectors operation.
- Returns:
The result for the QueryVectors operation.
- Return type: