GoogleCloudAiplatformV1EntityType class

An entity type is a type of object in a system that needs to be modeled and have stored information about.

For example, driver is an entity type, and driver0 is an instance of an entity type driver.

Constructors

GoogleCloudAiplatformV1EntityType({String? createTime, String? description, String? etag, Map<String, String>? labels, GoogleCloudAiplatformV1FeaturestoreMonitoringConfig? monitoringConfig, String? name, int? offlineStorageTtlDays, String? updateTime})
GoogleCloudAiplatformV1EntityType.fromJson(Map json_)

Properties

createTime String?
Timestamp when this EntityType was created.
getter/setter pair
description String?
Description of the EntityType.
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 EntityTypes.
getter/setter pair
monitoringConfig GoogleCloudAiplatformV1FeaturestoreMonitoringConfig?
The default monitoring configuration for all Features with value type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 under this EntityType.
getter/setter pair
name String?
Name of the EntityType.
getter/setter pair
offlineStorageTtlDays int?
Config for data retention policy in offline storage.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this EntityType was most recently 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