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, String? etag, 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
- etag ↔ String?
-
Used to perform consistent read-modify-write updates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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