Cloud AI Platform v1 API - Class Trial.Types.Parameter (2.23.0)

public sealed class Trial.Types.Parameter : IMessage<Trial.Types.Parameter>, IEquatable<Trial.Types.Parameter>, IDeepCloneable<Trial.Types.Parameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Trial.Types.Parameter.

A message representing a parameter to be tuned.

Inheritance

object > Trial.Types.Parameter

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Parameter()

public Parameter()

Parameter(Parameter)

public Parameter(Trial.Types.Parameter other)
Parameter
NameDescription
otherTrialTypesParameter

Properties

ParameterId

public string ParameterId { get; set; }

Output only. The ID of the parameter. The parameter should be defined in [StudySpec's Parameters][google.cloud.aiplatform.v1.StudySpec.parameters].

Property Value
TypeDescription
string

Value

public Value Value { get; set; }

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'.

Property Value
TypeDescription
Value