Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Feature
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Feature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#description ⇒ String
Description of the Feature.
-
#disable_monitoring ⇒ Boolean
(also: #disable_monitoring?)
Optional.
-
#etag ⇒ String
Used to perform a consistent read-modify-write updates.
-
#labels ⇒ Hash<String,String>
Optional.
-
#monitoring_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig
Configuration of how features in Featurestore are monitored.
-
#monitoring_stats ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureStatsAnomaly>
Output only.
-
#monitoring_stats_anomalies ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly>
Output only.
-
#name ⇒ String
Immutable.
-
#update_time ⇒ String
Output only.
-
#value_type ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Feature
constructor
A new instance of GoogleCloudAiplatformV1beta1Feature.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Feature
Returns a new instance of GoogleCloudAiplatformV1beta1Feature.
6433 6434 6435 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6433 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. Timestamp when this EntityType was created.
Corresponds to the JSON property createTime
6363 6364 6365 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6363 def create_time @create_time end |
#description ⇒ String
Description of the Feature.
Corresponds to the JSON property description
6368 6369 6370 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6368 def description @description end |
#disable_monitoring ⇒ Boolean Also known as: disable_monitoring?
Optional. If not set, use the monitoring_config defined for the EntityType
this Feature belongs to. Only Features with type (Feature.ValueType) BOOL,
STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of
data monitoring are disabled despite the config on EntityType.
Corresponds to the JSON property disableMonitoring
6376 6377 6378 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6376 def disable_monitoring @disable_monitoring end |
#etag ⇒ String
Used to perform a consistent read-modify-write updates. If not set, a blind "
overwrite" update happens.
Corresponds to the JSON property etag
6383 6384 6385 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6383 def etag @etag end |
#labels ⇒ Hash<String,String>
Optional. The labels with user-defined metadata to organize your Features.
Label keys and values can be no longer than 64 characters (Unicode codepoints),
can only contain lowercase letters, numeric characters, underscores and
dashes. International characters are allowed. See https://goo.gl/xmQnxf for
more information on and examples of labels. No more than 64 user labels can be
associated with one Feature (System labels are excluded)." System reserved
label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Corresponds to the JSON property labels
6394 6395 6396 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6394 def labels @labels end |
#monitoring_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfig
Configuration of how features in Featurestore are monitored.
Corresponds to the JSON property monitoringConfig
6399 6400 6401 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6399 def monitoring_config @monitoring_config end |
#monitoring_stats ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureStatsAnomaly>
Output only. A list of historical SnapshotAnalysis stats requested by user,
sorted by FeatureStatsAnomaly.start_time descending.
Corresponds to the JSON property monitoringStats
6405 6406 6407 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6405 def monitoring_stats @monitoring_stats end |
#monitoring_stats_anomalies ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly>
Output only. The list of historical stats and anomalies with specified
objectives.
Corresponds to the JSON property monitoringStatsAnomalies
6411 6412 6413 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6411 def monitoring_stats_anomalies @monitoring_stats_anomalies end |
#name ⇒ String
Immutable. Name of the Feature. Format: projects/project/locations/
location/featurestores/featurestore/entityTypes/entity_type/features/
feature`The last part feature is assigned by the client. The feature can be
up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-
z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
Corresponds to the JSON propertyname`
6421 6422 6423 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6421 def name @name end |
#update_time ⇒ String
Output only. Timestamp when this EntityType was most recently updated.
Corresponds to the JSON property updateTime
6426 6427 6428 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6426 def update_time @update_time end |
#value_type ⇒ String
Immutable. Type of Feature value.
Corresponds to the JSON property valueType
6431 6432 6433 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6431 def value_type @value_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6438 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @description = args[:description] if args.key?(:description) @disable_monitoring = args[:disable_monitoring] if args.key?(:disable_monitoring) @etag = args[:etag] if args.key?(:etag) @labels = args[:labels] if args.key?(:labels) @monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config) @monitoring_stats = args[:monitoring_stats] if args.key?(:monitoring_stats) @monitoring_stats_anomalies = args[:monitoring_stats_anomalies] if args.key?(:monitoring_stats_anomalies) @name = args[:name] if args.key?(:name) @update_time = args[:update_time] if args.key?(:update_time) @value_type = args[:value_type] if args.key?(:value_type) end |