SetupScripts Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. SetupScripts
- com.
Implements
public final class SetupScripts
implements JsonSerializable<SetupScripts>
Details of customized scripts to execute for setting up the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| SetupScripts() |
Creates an instance of Setup |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Setup |
fromJson(JsonReader jsonReader)
Reads an instance of Setup |
|
Scripts |
scripts()
Get the scripts property: Customized setup scripts. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Setup |
withScripts(ScriptsToExecute scripts)
Set the scripts property: Customized setup scripts. |
Methods inherited from java.lang.Object
Constructor Details
SetupScripts
public SetupScripts()
Creates an instance of SetupScripts class.
Method Details
fromJson
public static SetupScripts fromJson(JsonReader jsonReader)
Reads an instance of SetupScripts from the JsonReader.
Parameters:
Returns:
Throws:
scripts
public ScriptsToExecute scripts()
Get the scripts property: Customized setup scripts.
Returns:
toJson
validate
public void validate()
Validates the instance.
withScripts
public SetupScripts withScripts(ScriptsToExecute scripts)
Set the scripts property: Customized setup scripts.
Parameters:
Returns: