public interface GetFeatureRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureStatsAndAnomalySpec |
getFeatureStatsAndAnomalySpec()
Optional.
|
FeatureStatsAndAnomalySpecOrBuilder |
getFeatureStatsAndAnomalySpecOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasFeatureStatsAndAnomalySpec()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.