Interface PineconeVectorDbMgmtClient
public interface PineconeVectorDbMgmtClient
The interface for PineconeVectorDbMgmtClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets The default poll interval for long-running operation.Gets Service host.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the OrganizationsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getEndpoint
String getEndpoint()Gets Service host.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Version parameter.- Returns:
- the apiVersion value.
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getOrganizations
OrganizationsClient getOrganizations()Gets the OrganizationsClient object to access its operations.- Returns:
- the OrganizationsClient object.
-