Class DescribeIndexResponse
java.lang.Object
io.quarkiverse.langchain4j.pinecone.runtime.DescribeIndexResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDescribeIndexResponse(String name, DistanceMetric metric, int dimension, String host, IndexStatus status) -
Method Summary
-
Constructor Details
-
DescribeIndexResponse
public DescribeIndexResponse(String name, DistanceMetric metric, int dimension, String host, IndexStatus status)
-
-
Method Details
-
getName
-
getMetric
-
getDimension
public int getDimension() -
getHost
-
getStatus
-