@Generated public class VectorIndex extends Object
| Constructor and Description |
|---|
VectorIndex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreator() |
DeltaSyncVectorIndexSpecResponse |
getDeltaSyncVectorIndexSpec() |
DirectAccessVectorIndexSpec |
getDirectAccessVectorIndexSpec() |
String |
getEndpointName() |
VectorIndexType |
getIndexType() |
String |
getName() |
String |
getPrimaryKey() |
VectorIndexStatus |
getStatus() |
int |
hashCode() |
VectorIndex |
setCreator(String creator) |
VectorIndex |
setDeltaSyncVectorIndexSpec(DeltaSyncVectorIndexSpecResponse deltaSyncVectorIndexSpec) |
VectorIndex |
setDirectAccessVectorIndexSpec(DirectAccessVectorIndexSpec directAccessVectorIndexSpec) |
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 setDeltaSyncVectorIndexSpec(DeltaSyncVectorIndexSpecResponse deltaSyncVectorIndexSpec)
public DeltaSyncVectorIndexSpecResponse getDeltaSyncVectorIndexSpec()
public VectorIndex setDirectAccessVectorIndexSpec(DirectAccessVectorIndexSpec directAccessVectorIndexSpec)
public DirectAccessVectorIndexSpec getDirectAccessVectorIndexSpec()
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.