Interface FetchFeatureValuesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FetchFeatureValuesResponse, FetchFeatureValuesResponse.Builder

@Generated public interface FetchFeatureValuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasKeyValues

      boolean hasKeyValues()
       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Returns:
      Whether the keyValues field is set.
    • getKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Returns:
      The keyValues.
    • getKeyValuesOrBuilder

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • hasProtoStruct

      boolean hasProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Returns:
      Whether the protoStruct field is set.
    • getProtoStruct

      com.google.protobuf.Struct getProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Returns:
      The protoStruct.
    • getProtoStructOrBuilder

      com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • hasDataKey

      boolean hasDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
      Returns:
      Whether the dataKey field is set.
    • getDataKey

      FeatureViewDataKey getDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
      Returns:
      The dataKey.
    • getDataKeyOrBuilder

      FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
       
      .google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;
    • getFormatCase