GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource class
Defines an Agent Engine Session from which to generate the memories.
If scope is not provided, the scope will be extracted from the Session
(i.e. {"user_id": sesison.user_id}).
Constructors
- GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource({String? endTime, String? session, String? startTime})
- GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource.fromJson(Map json_)
Properties
- endTime ↔ String?
-
End time (exclusive) of the time range.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session ↔ String?
-
The resource name of the Session to generate memories for.
getter/setter pair
- startTime ↔ String?
-
Time range to define which session events should be used to generate
memories.
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