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 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

      DestinationFeatureSetting getSettings(int index)
       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

      DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
       Per-Feature settings for the batch read.
       
      repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;