Package com.google.cloud.aiplatform.v1
Interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchReadFeatureValuesRequest.EntityTypeSpec,BatchReadFeatureValuesRequest.EntityTypeSpec.Builder
- Enclosing class:
- BatchReadFeatureValuesRequest
public static interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.Required.getSettings(int index) Per-Feature settings for the batch read.intPer-Feature settings for the batch read.Per-Feature settings for the batch read.getSettingsOrBuilder(int index) Per-Feature settings for the batch read.List<? extends DestinationFeatureSettingOrBuilder>Per-Feature settings for the batch read.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntityTypeId
String getEntityTypeId()Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The entityTypeId.
-
getEntityTypeIdBytes
com.google.protobuf.ByteString getEntityTypeIdBytes()Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for entityTypeId.
-
hasFeatureSelector
boolean hasFeatureSelector()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the featureSelector field is set.
-
getFeatureSelector
FeatureSelector getFeatureSelector()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureSelector.
-
getFeatureSelectorOrBuilder
FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED]; -
getSettingsList
List<DestinationFeatureSetting> getSettingsList()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3; -
getSettings
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3; -
getSettingsCount
int getSettingsCount()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3; -
getSettingsOrBuilderList
List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3; -
getSettingsOrBuilder
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
-