public interface FetchFeatureValuesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityIdCase()
public abstract FetchFeatureValuesRequest.EntityIdCase getEntityIdCase()| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesRequest.EntityIdCase |
|
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. |
getFormat()
public abstract FetchFeatureValuesRequest.Format getFormat()Specify response data format. If not set, KeyValue format will be used.
.google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format format = 5;
| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesRequest.Format |
The format. |
getFormatValue()
public abstract int getFormatValue()Specify response data format. If not set, KeyValue format will be used.
.google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format format = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for format. |
getId()
public abstract String getId()Simple ID. The whole string will be used as is to identify Entity to fetch feature values for.
string id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Simple ID. The whole string will be used as is to identify Entity to fetch feature values for.
string id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
hasId()
public abstract boolean hasId()Simple ID. The whole string will be used as is to identify Entity to fetch feature values for.
string id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |