public interface SearchNearestEntitiesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureView()
public abstract String getFeatureView()
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The featureView. |
getFeatureViewBytes()
public abstract ByteString getFeatureViewBytes()
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for featureView. |
getQuery()
public abstract NearestNeighborQuery getQuery()
Required. The query.
.google.cloud.aiplatform.v1.NearestNeighborQuery query = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
NearestNeighborQuery |
The query. |
getQueryOrBuilder()
public abstract NearestNeighborQueryOrBuilder getQueryOrBuilder()
Required. The query.
.google.cloud.aiplatform.v1.NearestNeighborQuery query = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
NearestNeighborQueryOrBuilder |
getReturnFullEntity()
public abstract boolean getReturnFullEntity()
Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.
bool return_full_entity = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The returnFullEntity. |
hasQuery()
public abstract boolean hasQuery()
Required. The query.
.google.cloud.aiplatform.v1.NearestNeighborQuery query = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the query field is set. |