Class GetVectorsResponse
-
- All Implemented Interfaces:
public final class GetVectorsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<GetOutputVector>vectors
-
Constructor Summary
Constructors Constructor Description GetVectorsResponse(List<GetOutputVector> vectors)
-
Method Summary
Modifier and Type Method Description final List<GetOutputVector>getVectors()-
-
Constructor Detail
-
GetVectorsResponse
GetVectorsResponse(List<GetOutputVector> vectors)
-
-
Method Detail
-
getVectors
final List<GetOutputVector> getVectors()
-
-
-
-