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

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

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

Properties

virtual string ClientId [get, set]
 Required. The identifier of the client that is requesting the suggestion. More...
 
virtual System.Nullable< int > SuggestionCount [get, set]
 Required. The number of suggestions requested. 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 SuggestTrial service method.

Property Documentation

◆ ClientId

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SuggestTrialsRequest.ClientId
getset

Required. The identifier of the client that is requesting the suggestion.

If multiple SuggestTrialsRequests have the same client_id, the service will return the identical suggested trial if the trial is pending, and provide a new trial if the last suggested trial was completed.

◆ ETag

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

The ETag of the item.

◆ SuggestionCount

virtual System.Nullable<int> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SuggestTrialsRequest.SuggestionCount
getset

Required. The number of suggestions requested.


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