ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest Class Reference

The request message for the CompleteTrial service method. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual GoogleCloudMlV1Measurement FinalMeasurement [get, set]
 Optional. If provided, it will be used as the completed trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement More...
 
virtual string InfeasibleReason [get, set]
 Optional. A human readable reason why the Trial was infeasible. This should only be provided if trial_infeasible is true. More...
 
virtual System.Nullable< bool > TrialInfeasible [get, set]
 Optional. True if the trial cannot be run with the given Parameter, and final_measurement will be ignored. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The request message for the CompleteTrial service method.

Property Documentation

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest.ETag
getset

The ETag of the item.

◆ FinalMeasurement

virtual GoogleCloudMlV1Measurement Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest.FinalMeasurement
getset

Optional. If provided, it will be used as the completed trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement

◆ InfeasibleReason

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest.InfeasibleReason
getset

Optional. A human readable reason why the Trial was infeasible. This should only be provided if trial_infeasible is true.

◆ TrialInfeasible

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1CompleteTrialRequest.TrialInfeasible
getset

Optional. True if the trial cannot be run with the given Parameter, and final_measurement will be ignored.


The documentation for this class was generated from the following file: