public final class GoogleCloudMlV1AutoScaling
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the AI Platform Training & Prediction API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description | 
|---|
| GoogleCloudMlV1AutoScaling() | 
| Modifier and Type | Method and Description | 
|---|---|
| GoogleCloudMlV1AutoScaling | clone() | 
| java.lang.Integer | getMinNodes()Optional. | 
| GoogleCloudMlV1AutoScaling | set(java.lang.String fieldName,
   java.lang.Object value) | 
| GoogleCloudMlV1AutoScaling | setMinNodes(java.lang.Integer minNodes)Optional. | 
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getMinNodes()
null for nonepublic GoogleCloudMlV1AutoScaling setMinNodes(java.lang.Integer minNodes)
minNodes - minNodes or null for nonepublic GoogleCloudMlV1AutoScaling set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudMlV1AutoScaling clone()
clone in class com.google.api.client.json.GenericJson