Class GoogleCloudAiplatformV1beta1TrialContext
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TrialContext : IDirectResponseSchemaProperties
Description
A human-readable field which can store a description of this context. This will become part of the resulting Trial's description field.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Parameters
If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here. (I.e. if this context specifies parameter name:'a' int_value:3, then a resulting Trial will have int_value:3 for its parameter named 'a'.) Note that we first attempt to match existing REQUESTED Trials with contexts, and if there are no matches, we generate suggestions in the subspace defined by the parameters specified here. NOTE: a Context without any Parameters matches the entire feasible search space.
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudAiplatformV1beta1TrialParameter> Parameters { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudAiplatformV1beta1TrialParameter> |