GoogleCloudAiplatformV1EvaluationPromptUserScenario.fromJson constructor
GoogleCloudAiplatformV1EvaluationPromptUserScenario.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1EvaluationPromptUserScenario.fromJson(core.Map json_)
: this(
conversationPlan: json_['conversationPlan'] as core.String?,
startingPrompt: json_['startingPrompt'] as core.String?,
);