ModelGroupCloneSourceDetails

class oci.data_science.models.ModelGroupCloneSourceDetails(**kwargs)

Bases: object

Model Group clone source details.

Attributes

MODEL_GROUP_CLONE_SOURCE_TYPE_MODEL_GROUP A constant which can be used with the model_group_clone_source_type property of a ModelGroupCloneSourceDetails.
MODEL_GROUP_CLONE_SOURCE_TYPE_MODEL_GROUP_VERSION_HISTORY A constant which can be used with the model_group_clone_source_type property of a ModelGroupCloneSourceDetails.
model_group_clone_source_type [Required] Gets the model_group_clone_source_type of this ModelGroupCloneSourceDetails.

Methods

__init__(**kwargs) Initializes a new ModelGroupCloneSourceDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MODEL_GROUP_CLONE_SOURCE_TYPE_MODEL_GROUP = 'MODEL_GROUP'

A constant which can be used with the model_group_clone_source_type property of a ModelGroupCloneSourceDetails. This constant has a value of “MODEL_GROUP”

MODEL_GROUP_CLONE_SOURCE_TYPE_MODEL_GROUP_VERSION_HISTORY = 'MODEL_GROUP_VERSION_HISTORY'

A constant which can be used with the model_group_clone_source_type property of a ModelGroupCloneSourceDetails. This constant has a value of “MODEL_GROUP_VERSION_HISTORY”

__init__(**kwargs)

Initializes a new ModelGroupCloneSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:model_group_clone_source_type (str) – The value to assign to the model_group_clone_source_type property of this ModelGroupCloneSourceDetails. Allowed values for this property are: “MODEL_GROUP”, “MODEL_GROUP_VERSION_HISTORY”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

model_group_clone_source_type

[Required] Gets the model_group_clone_source_type of this ModelGroupCloneSourceDetails. Source resource for model group clone operation.

Allowed values for this property are: “MODEL_GROUP”, “MODEL_GROUP_VERSION_HISTORY”

Returns:The model_group_clone_source_type of this ModelGroupCloneSourceDetails.
Return type:str