| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.clone() |
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.set(String fieldName,
Object value) |
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setAllMetrics(List<GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> allMetrics)
All recorded object metrics for this trial.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setBuiltInAlgorithmOutput(GoogleCloudMlV1BuiltInAlgorithmOutput builtInAlgorithmOutput)
Details related to built-in algorithms jobs.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setEndTime(String endTime)
Output only.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setFinalMetric(GoogleCloudMlV1HyperparameterOutputHyperparameterMetric finalMetric)
The final objective metric seen for this trial.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setHyperparameters(Map<String,String> hyperparameters)
The hyperparameters given to this trial.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setIsTrialStoppedEarly(Boolean isTrialStoppedEarly)
True if the trial is stopped early.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setStartTime(String startTime)
Output only.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setState(String state)
Output only.
|
GoogleCloudMlV1HyperparameterOutput |
GoogleCloudMlV1HyperparameterOutput.setTrialId(String trialId)
The trial id for these results.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1HyperparameterOutput> |
GoogleCloudMlV1TrainingOutput.getTrials()
Results for individual Hyperparameter trials.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1TrainingOutput |
GoogleCloudMlV1TrainingOutput.setTrials(List<GoogleCloudMlV1HyperparameterOutput> trials)
Results for individual Hyperparameter trials.
|
Copyright © 2011–2021 Google. All rights reserved.