Interface FetchFeatureValuesRequestOrBuilder (3.29.0)

public interface FetchFeatureValuesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityIdCase()

public abstract FetchFeatureValuesRequest.EntityIdCase getEntityIdCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the id field is set.