ml
v1
|
The "trials" collection of methods. More...
Classes | |
class | AddMeasurementRequest |
Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete. More... | |
class | CheckEarlyStoppingStateRequest |
Checks whether a trial should stop or not. More... | |
class | CompleteRequest |
Marks a Trial as complete. More... | |
class | CreateRequest |
Adds a user provided trial to a Study. More... | |
class | DeleteRequest |
Deletes a Trial. More... | |
class | GetRequest |
Gets a Trial. More... | |
class | ListRequest |
Lists the trials associated with a Study. More... | |
class | StopRequest |
Stops a trial. More... | |
class | SuggestRequest |
Returns a long-running operation associated with the generation of trial suggestions. More... | |
The "trials" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.
body | The body of the request. |
name | Required. The trial name. |
|
inlinevirtual |
Checks whether a trial should stop or not.
body | The body of the request. |
name | Required. The trial name. |
|
inlinevirtual |
Marks a Trial as complete.
body | The body of the request. |
name | Required. The trial name. |
|
inlinevirtual |
Adds a user provided trial to a Study.
body | The body of the request. |
parent | Required. The name of the study that the trial belongs to. |
|
inlinevirtual |
Deletes a Trial.
name | Required. The trial name. |
|
inlinevirtual |
Gets a Trial.
name | Required. The trial name. |
|
inlinevirtual |
Lists the trials associated with a Study.
parent | Required. The name of the study that the trial belongs to. |
|
inlinevirtual |
Stops a trial.
body | The body of the request. |
name | Required. The trial name. |
|
inlinevirtual |
Returns a long-running operation associated with the generation of trial suggestions.
body | The body of the request. |
parent | Required. The name of the study that the trial belongs to. |