public interface UpsertDatapointsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatapoints(int index)
public abstract IndexDatapoint getDatapoints(int index)A list of datapoints to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.IndexDatapoint datapoints = 2;
| Name | Description |
index |
int |
| Type | Description |
IndexDatapoint |
getDatapointsCount()
public abstract int getDatapointsCount()A list of datapoints to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.IndexDatapoint datapoints = 2;
| Type | Description |
int |
getDatapointsList()
public abstract List<IndexDatapoint> getDatapointsList()A list of datapoints to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.IndexDatapoint datapoints = 2;
| Type | Description |
List<IndexDatapoint> |
getDatapointsOrBuilder(int index)
public abstract IndexDatapointOrBuilder getDatapointsOrBuilder(int index)A list of datapoints to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.IndexDatapoint datapoints = 2;
| Name | Description |
index |
int |
| Type | Description |
IndexDatapointOrBuilder |
getDatapointsOrBuilderList()
public abstract List<? extends IndexDatapointOrBuilder> getDatapointsOrBuilderList()A list of datapoints to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.IndexDatapoint datapoints = 2;
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.IndexDatapointOrBuilder> |
getIndex()
public abstract String getIndex() Required. The name of the Index resource to be updated.
Format:
projects/{project}/locations/{location}/indexes/{index}
string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
String |
The index. |
getIndexBytes()
public abstract ByteString getIndexBytes() Required. The name of the Index resource to be updated.
Format:
projects/{project}/locations/{location}/indexes/{index}
string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for index. |