GoogleCloudAiplatformV1Feature class

Feature Metadata information.

For example, color is a feature that describes an apple.

Constructors

GoogleCloudAiplatformV1Feature({String? createTime, String? description, bool? disableMonitoring, String? etag, Map<String, String>? labels, List<GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly>? monitoringStatsAnomalies, String? name, String? pointOfContact, String? updateTime, String? valueType, String? versionColumnName})
GoogleCloudAiplatformV1Feature.fromJson(Map json_)

Properties

createTime String?
Only applicable for Vertex AI Feature Store (Legacy).
getter/setter pair
description String?
Description of the Feature.
getter/setter pair
disableMonitoring bool?
Only applicable for Vertex AI Feature Store (Legacy).
getter/setter pair
etag String?
Used to perform a consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize your Features.
getter/setter pair
monitoringStatsAnomalies List<GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly>?
Only applicable for Vertex AI Feature Store (Legacy).
getter/setter pair
name String?
Name of the Feature.
getter/setter pair
pointOfContact String?
Entity responsible for maintaining this feature.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Only applicable for Vertex AI Feature Store (Legacy).
getter/setter pair
valueType String?
Only applicable for Vertex AI Feature Store (Legacy).
getter/setter pair
versionColumnName String?
Only applicable for Vertex AI Feature Store.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited