Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TrialContext

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

Properties

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<GoogleCloudAiplatformV1TrialParameter> Parameters { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1TrialParameter>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX