Class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.AddTrialMeasurementRequest
Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.
Inheritance
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.AddTrialMeasurementRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.AddTrialMeasurementRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Trial>, IClientServiceRequest<GoogleCloudAiplatformV1beta1Trial>, IClientServiceRequest
Constructors
AddTrialMeasurementRequest(IClientService, GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest, string)
Constructs a new AddTrialMeasurement request.
Declaration
public AddTrialMeasurementRequest(IClientService service, GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest body, string trialName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest | body | |
string | trialName |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TrialName
Required. The name of the trial to add measurement. Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Declaration
[RequestParameter("trialName", RequestParameterType.Path)]
public virtual string TrialName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AddTrialMeasurement parameter list.
Declaration
protected override void InitParameters()