GoogleCloudAiplatformV1GenerateUserScenariosRequest class
Request message for DataFoundryService.GenerateUserScenarios.
Constructors
-
GoogleCloudAiplatformV1GenerateUserScenariosRequest({Map<
String, GoogleCloudAiplatformV1AgentConfig> ? agents, bool? allowCrossRegionModel, GoogleCloudAiplatformV1GeminiAgentConfig? geminiAgentConfig, String? rootAgentId, GoogleCloudAiplatformV1UserScenarioGenerationConfig? userScenarioGenerationConfig}) - GoogleCloudAiplatformV1GenerateUserScenariosRequest.fromJson(Map json_)
Properties
-
agents
↔ Map<
String, GoogleCloudAiplatformV1AgentConfig> ? -
A map containing the static configurations for each agent in the system.
getter/setter pair
- allowCrossRegionModel ↔ bool?
-
Allows the scenario generation to use cross region models.
getter/setter pair
- geminiAgentConfig ↔ GoogleCloudAiplatformV1GeminiAgentConfig?
-
Config for a Gemini Agent to generate user scenarios for.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rootAgentId ↔ String?
-
The agent id to identify the root agent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userScenarioGenerationConfig ↔ GoogleCloudAiplatformV1UserScenarioGenerationConfig?
-
Configuration for generating user scenarios.
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