Interface ReadFeatureValuesResponse.EntityViewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadFeatureValuesResponse.EntityView, ReadFeatureValuesResponse.EntityView.Builder
Enclosing class:
ReadFeatureValuesResponse

public static interface ReadFeatureValuesResponse.EntityViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEntityId

      String getEntityId()
       ID of the requested entity.
       
      string entity_id = 1;
      Returns:
      The entityId.
    • getEntityIdBytes

      com.google.protobuf.ByteString getEntityIdBytes()
       ID of the requested entity.
       
      string entity_id = 1;
      Returns:
      The bytes for entityId.
    • getDataList

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataCount

      int getDataCount()
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataOrBuilderList

      List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataOrBuilder

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;