Class GoogleCloudAiplatformV1beta1TrialParameter
A message representing a parameter to be tuned.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TrialParameter : 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 |