public static interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypeId()
public abstract String getEntityTypeId()Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The entityTypeId. |
getEntityTypeIdBytes()
public abstract ByteString getEntityTypeIdBytes()Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entityTypeId. |
getFeatureSelector()
public abstract FeatureSelector getFeatureSelector()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FeatureSelector |
The featureSelector. |
getFeatureSelectorOrBuilder()
public abstract FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FeatureSelectorOrBuilder |
|
getSettings(int index)
public abstract DestinationFeatureSetting getSettings(int index)Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DestinationFeatureSetting |
|
getSettingsCount()
public abstract int getSettingsCount()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSettingsList()
public abstract List<DestinationFeatureSetting> getSettingsList()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
| Returns | |
|---|---|
| Type | Description |
List<DestinationFeatureSetting> |
|
getSettingsOrBuilder(int index)
public abstract DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DestinationFeatureSettingOrBuilder |
|
getSettingsOrBuilderList()
public abstract List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DestinationFeatureSettingOrBuilder> |
|
hasFeatureSelector()
public abstract boolean hasFeatureSelector()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the featureSelector field is set. |