| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.clone() |
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.set(String fieldName,
Object value) |
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setCategoricalValues(List<String> categoricalValues)
Required if type is `CATEGORICAL`.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setDiscreteValues(List<Double> discreteValues)
Required if type is `DISCRETE`.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setMaxValue(Double maxValue)
Required if type is `DOUBLE` or `INTEGER`.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setMinValue(Double minValue)
Required if type is `DOUBLE` or `INTEGER`.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setParameterName(String parameterName)
Required.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setScaleType(String scaleType)
Optional.
|
GoogleCloudMlV1ParameterSpec |
GoogleCloudMlV1ParameterSpec.setType(String type)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1ParameterSpec> |
GoogleCloudMlV1HyperparameterSpec.getParams()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1HyperparameterSpec |
GoogleCloudMlV1HyperparameterSpec.setParams(List<GoogleCloudMlV1ParameterSpec> params)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.