Show / Hide Table of Contents

Class GoogleCloudAiplatformV1UserScenarioGenerationConfig

User scenario generation configuration.

Inheritance
object
GoogleCloudAiplatformV1UserScenarioGenerationConfig
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 GoogleCloudAiplatformV1UserScenarioGenerationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EnvironmentData

Optional. Environment data in string type.

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

ModelName

Optional. The model name to use for generation. It can be model name, e.g. "gemini-3-pro-preview". or the fully qualified name of the publisher model or endpoint. Publisher model format: projects/{project}/locations/{location}/publishers/*/models/* Endpoint format: projects/{project}/locations/{location}/endpoints/{endpoint}

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

SimulationInstruction

Optional. Simulation instruction to guide the user scenario generation.

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

UserScenarioCount

Required. The number of user scenarios to generate. The maximum number of scenarios that can be generated is 100.

Declaration
[JsonProperty("userScenarioCount")]
public virtual long? UserScenarioCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX