Class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListOptimalTrialsRequest
Lists the pareto-optimal trials for multi-objective study or the optimal trials for single-objective study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
Inheritance
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListOptimalTrialsRequest
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListOptimalTrialsRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListOptimalTrialsResponse>, IClientServiceRequest<GoogleCloudMlV1ListOptimalTrialsResponse>, IClientServiceRequest
Constructors
ListOptimalTrialsRequest(IClientService, GoogleCloudMlV1ListOptimalTrialsRequest, string)
Constructs a new ListOptimalTrials request.
Declaration
public ListOptimalTrialsRequest(IClientService service, GoogleCloudMlV1ListOptimalTrialsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudMlV1ListOptimalTrialsRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListOptimalTrialsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListOptimalTrialsResponse>.MethodName
Parent
Required. The name of the study that the pareto-optimal trial belongs to.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListOptimalTrialsResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListOptimalTrialsResponse>.GetBody()
InitParameters()
Initializes ListOptimalTrials parameter list.
Declaration
protected override void InitParameters()