@Generated public class VectorIndex extends Object
| Constructor and Description |
|---|
VectorIndex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreator() |
DeltaSyncVectorIndexSpecResponse |
getDeltaSyncIndexSpec() |
DirectAccessVectorIndexSpec |
getDirectAccessIndexSpec() |
String |
getEndpointName() |
VectorIndexType |
getIndexType() |
String |
getName() |
String |
getPrimaryKey() |
VectorIndexStatus |
getStatus() |
int |
hashCode() |
VectorIndex |
setCreator(String creator) |
VectorIndex |
setDeltaSyncIndexSpec(DeltaSyncVectorIndexSpecResponse deltaSyncIndexSpec) |
VectorIndex |
setDirectAccessIndexSpec(DirectAccessVectorIndexSpec directAccessIndexSpec) |
VectorIndex |
setEndpointName(String endpointName) |
VectorIndex |
setIndexType(VectorIndexType indexType) |
VectorIndex |
setName(String name) |
VectorIndex |
setPrimaryKey(String primaryKey) |
VectorIndex |
setStatus(VectorIndexStatus status) |
String |
toString() |
public VectorIndex setCreator(String creator)
public String getCreator()
public VectorIndex setDeltaSyncIndexSpec(DeltaSyncVectorIndexSpecResponse deltaSyncIndexSpec)
public DeltaSyncVectorIndexSpecResponse getDeltaSyncIndexSpec()
public VectorIndex setDirectAccessIndexSpec(DirectAccessVectorIndexSpec directAccessIndexSpec)
public DirectAccessVectorIndexSpec getDirectAccessIndexSpec()
public VectorIndex setEndpointName(String endpointName)
public String getEndpointName()
public VectorIndex setIndexType(VectorIndexType indexType)
public VectorIndexType getIndexType()
public VectorIndex setName(String name)
public String getName()
public VectorIndex setPrimaryKey(String primaryKey)
public String getPrimaryKey()
public VectorIndex setStatus(VectorIndexStatus status)
public VectorIndexStatus getStatus()
Copyright © 2024. All rights reserved.