PatchModelGroupMemberModelDetails¶
-
class
oci.data_science.models.
PatchModelGroupMemberModelDetails
(**kwargs)¶ Bases:
object
Specifies the list of new models to be added and list of models from source model group to be removed for cloning.
Methods
__init__
(**kwargs)Initializes a new PatchModelGroupMemberModelDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchModelGroupMemberModelDetails. -
__init__
(**kwargs)¶ Initializes a new PatchModelGroupMemberModelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_science.models.PatchInstruction]) – The value to assign to the items property of this PatchModelGroupMemberModelDetails.
-
items
¶ Gets the items of this PatchModelGroupMemberModelDetails. Array of patch instructions.
Returns: The items of this PatchModelGroupMemberModelDetails. Return type: list[oci.data_science.models.PatchInstruction]
-