Interface GetFeatureRequestOrBuilder

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

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

    • getName

      String getName()
       Required. The name of the Feature resource.
       Format for entity_type as parent:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
       Format for feature_group as parent:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. The name of the Feature resource.
       Format for entity_type as parent:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
       Format for feature_group as parent:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for name.
    • hasFeatureStatsAndAnomalySpec

      boolean hasFeatureStatsAndAnomalySpec()
       Optional. Only applicable for Vertex AI Feature Store.
       If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based
       on this spec.
       
      .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomalySpec feature_stats_and_anomaly_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the featureStatsAndAnomalySpec field is set.
    • getFeatureStatsAndAnomalySpec

      FeatureStatsAndAnomalySpec getFeatureStatsAndAnomalySpec()
       Optional. Only applicable for Vertex AI Feature Store.
       If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based
       on this spec.
       
      .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomalySpec feature_stats_and_anomaly_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The featureStatsAndAnomalySpec.
    • getFeatureStatsAndAnomalySpecOrBuilder

      FeatureStatsAndAnomalySpecOrBuilder getFeatureStatsAndAnomalySpecOrBuilder()
       Optional. Only applicable for Vertex AI Feature Store.
       If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based
       on this spec.
       
      .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomalySpec feature_stats_and_anomaly_spec = 3 [(.google.api.field_behavior) = OPTIONAL];