Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GenerateUserScenariosRequest

Request message for DataFoundryService.GenerateUserScenarios.

Inheritance
object
GoogleCloudAiplatformV1GenerateUserScenariosRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerateUserScenariosRequest : IDirectResponseSchema

Properties

Agents

Required. A map containing the static configurations for each agent in the system. Key: agent_id (matches the author field in events). Value: The static configuration of the agent.

Declaration
[JsonProperty("agents")]
public virtual IDictionary<string, GoogleCloudAiplatformV1AgentConfig> Agents { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudAiplatformV1AgentConfig>

AllowCrossRegionModel

Optional. Allows the scenario generation to use cross region models. When this flag is set, the service may route traffic to other regions if a model is unavailable in the current region (e.g., to a global endpoint). If a fully-qualified model endpoint resource name with a different region than the request location is provided elsewhere in the request, this flag must be set to true or the request will fail.

Declaration
[JsonProperty("allowCrossRegionModel")]
public virtual bool? AllowCrossRegionModel { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RootAgentId

Required. The agent id to identify the root agent.

Declaration
[JsonProperty("rootAgentId")]
public virtual string RootAgentId { get; set; }
Property Value
Type Description
string

UserScenarioGenerationConfig

Required. Configuration for generating user scenarios.

Declaration
[JsonProperty("userScenarioGenerationConfig")]
public virtual GoogleCloudAiplatformV1UserScenarioGenerationConfig UserScenarioGenerationConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1UserScenarioGenerationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX