GoogleCloudAiplatformV1ReasoningEngine class
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
Constructors
-
GoogleCloudAiplatformV1ReasoningEngine.new({String? createTime, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<
String, String> ? labels, String? name, GoogleCloudAiplatformV1ReasoningEngineSpec? spec, String? updateTime}) - GoogleCloudAiplatformV1ReasoningEngine.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this ReasoningEngine was created.
getter/setter pair
- description ↔ String?
-
The description of the ReasoningEngine.
getter/setter pair
- displayName ↔ String?
-
The display name of the ReasoningEngine.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for a ReasoningEngine.
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> ? -
Labels for the ReasoningEngine.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec ↔ GoogleCloudAiplatformV1ReasoningEngineSpec?
-
Configurations of the ReasoningEngine
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this ReasoningEngine 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