public interface ReadFeatureValuesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntityId()
public abstract String getEntityId()
Required. ID for a specific entity. For example,
for a machine learning model predicting user clicks on a website, an entity
ID could be user_123
.
string entity_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The entityId. |
getEntityIdBytes()
public abstract ByteString getEntityIdBytes()
Required. ID for a specific entity. For example,
for a machine learning model predicting user clicks on a website, an entity
ID could be user_123
.
string entity_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entityId. |
getEntityType()
public abstract String getEntityType()
Required. The resource name of the EntityType for the entity being read.
Value format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
.
For example, for a machine learning model predicting user clicks on a
website, an EntityType ID could be user
.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The entityType. |
getEntityTypeBytes()
public abstract ByteString getEntityTypeBytes()
Required. The resource name of the EntityType for the entity being read.
Value format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
.
For example, for a machine learning model predicting user clicks on a
website, an EntityType ID could be user
.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entityType. |
getFeatureSelector()
public abstract FeatureSelector getFeatureSelector()
Required. Selector choosing Features of the target EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeatureSelector |
The featureSelector. |
getFeatureSelectorOrBuilder()
public abstract FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selector choosing Features of the target EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeatureSelectorOrBuilder |
hasFeatureSelector()
public abstract boolean hasFeatureSelector()
Required. Selector choosing Features of the target EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the featureSelector field is set. |