Class GoogleCloudAiplatformV1AddTrialMeasurementRequest
Request message for VizierService.AddTrialMeasurement.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AddTrialMeasurementRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Measurement
Required. The measurement to be added to a Trial.
Declaration
[JsonProperty("measurement")]
public virtual GoogleCloudAiplatformV1Measurement Measurement { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1Measurement |