Uses of Class
com.oracle.bmc.datascience.model.PatchInstruction
-
Packages that use PatchInstruction Package Description com.oracle.bmc.datascience.model -
-
Uses of PatchInstruction in com.oracle.bmc.datascience.model
Subclasses of PatchInstruction in com.oracle.bmc.datascience.model Modifier and Type Class Description class
PatchInsertNewMemberModels
This will specify the list of new models that are to be associated with the cloned model group.class
PatchRemoveMemberModels
This will specify the list of source model group models that are not to be associated with the cloned model group.Methods in com.oracle.bmc.datascience.model that return types with arguments of type PatchInstruction Modifier and Type Method Description List<PatchInstruction>
PatchModelGroupMemberModelDetails. getItems()
Array of patch instructions.Method parameters in com.oracle.bmc.datascience.model with type arguments of type PatchInstruction Modifier and Type Method Description PatchModelGroupMemberModelDetails.Builder
PatchModelGroupMemberModelDetails.Builder. items(List<PatchInstruction> items)
Array of patch instructions.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type PatchInstruction Constructor Description PatchModelGroupMemberModelDetails(List<PatchInstruction> items)
Deprecated.
-