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