| Package | Description |
|---|---|
| com.google.api.services.ml.v1 | |
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Locations.Studies.Trials.Create |
CloudMachineLearningEngine.Projects.Locations.Studies.Trials.create(String parent,
GoogleCloudMlV1Trial content)
Adds a user provided trial to a study.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudMlV1Trial content)
Adds a user provided trial to a study.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.clone() |
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.set(String fieldName,
Object value) |
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setClientId(String clientId)
Output only.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setEndTime(String endTime)
Output only.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setFinalMeasurement(GoogleCloudMlV1Measurement finalMeasurement)
The final measurement containing the objective value.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setInfeasibleReason(String infeasibleReason)
Output only.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setMeasurements(List<GoogleCloudMlV1Measurement> measurements)
A list of measurements that are strictly lexicographically ordered by their induced tuples
(steps, elapsed_time).
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setName(String name)
Output only.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setParameters(List<GoogleCloudMlV1TrialParameter> parameters)
The parameters of the trial.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setStartTime(String startTime)
Output only.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setState(String state)
The detailed state of a trial.
|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setTrialInfeasible(Boolean trialInfeasible)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1Trial> |
GoogleCloudMlV1ListTrialsResponse.getTrials()
The trials associated with the study.
|
List<GoogleCloudMlV1Trial> |
GoogleCloudMlV1ListOptimalTrialsResponse.getTrials()
The pareto-optimal trials for multiple objective study or the optimal trial for single
objective study.
|
List<GoogleCloudMlV1Trial> |
GoogleCloudMlV1SuggestTrialsResponse.getTrials()
A list of trials.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ListTrialsResponse |
GoogleCloudMlV1ListTrialsResponse.setTrials(List<GoogleCloudMlV1Trial> trials)
The trials associated with the study.
|
GoogleCloudMlV1ListOptimalTrialsResponse |
GoogleCloudMlV1ListOptimalTrialsResponse.setTrials(List<GoogleCloudMlV1Trial> trials)
The pareto-optimal trials for multiple objective study or the optimal trial for single
objective study.
|
GoogleCloudMlV1SuggestTrialsResponse |
GoogleCloudMlV1SuggestTrialsResponse.setTrials(List<GoogleCloudMlV1Trial> trials)
A list of trials.
|
Copyright © 2011–2021 Google. All rights reserved.