Interface ReadFeatureValuesResponse.EntityView.DataOrBuilder

    • Method Detail

      • hasValue

        boolean hasValue()
         Feature value if a single value is requested.
         
        .google.cloud.aiplatform.v1.FeatureValue value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        FeatureValue getValue()
         Feature value if a single value is requested.
         
        .google.cloud.aiplatform.v1.FeatureValue value = 1;
        Returns:
        The value.
      • getValueOrBuilder

        FeatureValueOrBuilder getValueOrBuilder()
         Feature value if a single value is requested.
         
        .google.cloud.aiplatform.v1.FeatureValue value = 1;
      • hasValues

        boolean hasValues()
         Feature values list if values, successive in time, are requested.
         If the requested number of values is greater than the number of
         existing Feature values, nonexistent values are omitted instead of
         being returned as empty.
         
        .google.cloud.aiplatform.v1.FeatureValueList values = 2;
        Returns:
        Whether the values field is set.
      • getValues

        FeatureValueList getValues()
         Feature values list if values, successive in time, are requested.
         If the requested number of values is greater than the number of
         existing Feature values, nonexistent values are omitted instead of
         being returned as empty.
         
        .google.cloud.aiplatform.v1.FeatureValueList values = 2;
        Returns:
        The values.
      • getValuesOrBuilder

        FeatureValueListOrBuilder getValuesOrBuilder()
         Feature values list if values, successive in time, are requested.
         If the requested number of values is greater than the number of
         existing Feature values, nonexistent values are omitted instead of
         being returned as empty.
         
        .google.cloud.aiplatform.v1.FeatureValueList values = 2;