Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TrialParameter

A message representing a parameter to be tuned.

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

Properties

ETag

The ETag of the item.

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

ParameterId

Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters.

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

Value

Output only. The value of the parameter. number_value will be set if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or 'DISCRETE'. string_value will be set if a parameter defined in StudySpec is in type 'CATEGORICAL'.

Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX