| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.clone() |
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.set(String fieldName,
Object value) |
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.setFloatValue(Double floatValue)
Must be set if ParameterType is DOUBLE or DISCRETE.
|
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.setIntValue(Long intValue)
Must be set if ParameterType is INTEGER
|
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.setParameter(String parameter)
The name of the parameter.
|
GoogleCloudMlV1TrialParameter |
GoogleCloudMlV1TrialParameter.setStringValue(String stringValue)
Must be set if ParameterTypeis CATEGORICAL
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1TrialParameter> |
GoogleCloudMlV1Trial.getParameters()
The parameters of the trial.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Trial |
GoogleCloudMlV1Trial.setParameters(List<GoogleCloudMlV1TrialParameter> parameters)
The parameters of the trial.
|
Copyright © 2011–2021 Google. All rights reserved.