Interface GetFeatureRequestOrBuilder (3.55.0)

public interface GetFeatureRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureStatsAndAnomalySpec()

public abstract 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
Type Description
FeatureStatsAndAnomalySpec

The featureStatsAndAnomalySpec.

getFeatureStatsAndAnomalySpecOrBuilder()

public abstract 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];

Returns
Type Description
FeatureStatsAndAnomalySpecOrBuilder

getName()

public abstract 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
Type Description
String

The name.

getNameBytes()

public abstract 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
Type Description
ByteString

The bytes for name.

hasFeatureStatsAndAnomalySpec()

public abstract 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
Type Description
boolean

Whether the featureStatsAndAnomalySpec field is set.