GoogleCloudAiplatformV1FeatureGroup class
Vertex AI Feature Group.
Constructors
- 
          GoogleCloudAiplatformV1FeatureGroup({GoogleCloudAiplatformV1FeatureGroupBigQuery? bigQuery, String? createTime, String? description, String? etag, Map<
String, String> ? labels, String? name, String? serviceAccountEmail, String? serviceAgentType, String? updateTime}) - GoogleCloudAiplatformV1FeatureGroup.fromJson(Map json_)
 
Properties
- bigQuery ↔ GoogleCloudAiplatformV1FeatureGroupBigQuery?
 - 
  Indicates that features for this group come from BigQuery Table/View.
  getter/setter pair
 - createTime ↔ String?
 - 
  Timestamp when this FeatureGroup was created.
  getter/setter pair
 - description ↔ String?
 - 
  Description of the FeatureGroup.
  getter/setter pair
 - etag ↔ String?
 - 
  Used to perform 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 FeatureGroup.
  getter/setter pair
 - name ↔ String?
 - 
  Identifier.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - serviceAccountEmail ↔ String?
 - 
  A Service Account unique to this FeatureGroup.
  getter/setter pair
 - serviceAgentType ↔ String?
 - 
  Service agent type used during jobs under a FeatureGroup.
  getter/setter pair
 - updateTime ↔ String?
 - 
  Timestamp when this FeatureGroup was last updated.
  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