public static interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityTypeId()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeIdBytes()
Required.
|
FeatureSelector |
getFeatureSelector()
Required.
|
FeatureSelectorOrBuilder |
getFeatureSelectorOrBuilder()
Required.
|
DestinationFeatureSetting |
getSettings(int index)
Per-Feature settings for the batch read.
|
int |
getSettingsCount()
Per-Feature settings for the batch read.
|
List<DestinationFeatureSetting> |
getSettingsList()
Per-Feature settings for the batch read.
|
DestinationFeatureSettingOrBuilder |
getSettingsOrBuilder(int index)
Per-Feature settings for the batch read.
|
List<? extends DestinationFeatureSettingOrBuilder> |
getSettingsOrBuilderList()
Per-Feature settings for the batch read.
|
boolean |
hasFeatureSelector()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];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];
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];
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];
List<DestinationFeatureSetting> getSettingsList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;DestinationFeatureSetting getSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;int getSettingsCount()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;Copyright © 2023 Google LLC. All rights reserved.