Package com.oracle.bmc.datascience.model
Class MlApplicationPackageArguments.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.MlApplicationPackageArguments.Builder
 
- 
- Enclosing class:
- MlApplicationPackageArguments
 
 public static class MlApplicationPackageArguments.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MlApplicationPackageArguments.Builderarguments(List<MlApplicationPackageArgumentDetails> arguments)Array of the ML Application package argumentsMlApplicationPackageArgumentsbuild()MlApplicationPackageArguments.Buildercopy(MlApplicationPackageArguments model)
 
- 
- 
- 
Method Detail- 
argumentspublic MlApplicationPackageArguments.Builder arguments(List<MlApplicationPackageArgumentDetails> arguments) Array of the ML Application package arguments- Parameters:
- arguments- the value to set
- Returns:
- this builder
 
 - 
buildpublic MlApplicationPackageArguments build() 
 - 
copypublic MlApplicationPackageArguments.Builder copy(MlApplicationPackageArguments model) 
 
- 
 
-