TmpfsOptions Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. TmpfsOptions
- com.
Implements
public final class TmpfsOptions
implements JsonSerializable<TmpfsOptions>
Describes the tmpfs options for the container.
Constructor Summary
| Constructor | Description |
|---|---|
| TmpfsOptions() |
Creates an instance of Tmpfs |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tmpfs |
fromJson(JsonReader jsonReader)
Reads an instance of Tmpfs |
| Integer |
size()
Get the size property: Mention the Tmpfs size. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Tmpfs |
withSize(Integer size)
Set the size property: Mention the Tmpfs size. |
Methods inherited from java.lang.Object
Constructor Details
TmpfsOptions
public TmpfsOptions()
Creates an instance of TmpfsOptions class.
Method Details
fromJson
public static TmpfsOptions fromJson(JsonReader jsonReader)
Reads an instance of TmpfsOptions from the JsonReader.
Parameters:
Returns:
Throws:
size
public Integer size()
Get the size property: Mention the Tmpfs size.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSize
public TmpfsOptions withSize(Integer size)
Set the size property: Mention the Tmpfs size.
Parameters:
Returns: