| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.clone() |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec |
GoogleCloudMlV1StudyConfigParameterSpec.getIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
|
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.set(String fieldName,
Object value) |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.setMaxValue(Long maxValue)
Must be specified if type is `INTEGER`.
|
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec |
GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.setMinValue(Long minValue)
Must be specified if type is `INTEGER`.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setIntegerValueSpec(GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec integerValueSpec)
The value spec for an 'INTEGER' parameter.
|
Copyright © 2011–2021 Google. All rights reserved.