Interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder (3.42.0)

public static interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DestinationFeatureSetting

getSettingsCount()

public abstract int getSettingsCount()

Per-Feature settings for the batch read.

repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;

Returns
TypeDescription
int

getSettingsList()

public abstract List<DestinationFeatureSetting> getSettingsList()

Per-Feature settings for the batch read.

repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DestinationFeatureSettingOrBuilder

getSettingsOrBuilderList()

public abstract List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()

Per-Feature settings for the batch read.

repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the featureSelector field is set.