ModelGroupDetails¶
-
class
oci.data_science.models.
ModelGroupDetails
(**kwargs)¶ Bases:
object
The model group details.
Attributes
TYPE_HETEROGENEOUS
A constant which can be used with the type property of a ModelGroupDetails. TYPE_HOMOGENEOUS
A constant which can be used with the type property of a ModelGroupDetails. TYPE_STACKED
A constant which can be used with the type property of a ModelGroupDetails. custom_metadata_list
Gets the custom_metadata_list of this ModelGroupDetails. type
[Required] Gets the type of this ModelGroupDetails. Methods
__init__
(**kwargs)Initializes a new ModelGroupDetails 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. -
TYPE_HETEROGENEOUS
= 'HETEROGENEOUS'¶ A constant which can be used with the type property of a ModelGroupDetails. This constant has a value of “HETEROGENEOUS”
-
TYPE_HOMOGENEOUS
= 'HOMOGENEOUS'¶ A constant which can be used with the type property of a ModelGroupDetails. This constant has a value of “HOMOGENEOUS”
-
TYPE_STACKED
= 'STACKED'¶ A constant which can be used with the type property of a ModelGroupDetails. This constant has a value of “STACKED”
-
__init__
(**kwargs)¶ Initializes a new ModelGroupDetails 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: - type (str) – The value to assign to the type property of this ModelGroupDetails. Allowed values for this property are: “HOMOGENEOUS”, “HETEROGENEOUS”, “STACKED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- custom_metadata_list (list[oci.data_science.models.CustomMetadata]) – The value to assign to the custom_metadata_list property of this ModelGroupDetails.
-
custom_metadata_list
¶ Gets the custom_metadata_list of this ModelGroupDetails. An array of custom metadata details for the model group.
Returns: The custom_metadata_list of this ModelGroupDetails. Return type: list[oci.data_science.models.CustomMetadata]
-
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.
-
type
¶ [Required] Gets the type of this ModelGroupDetails. The type of the model group.
Allowed values for this property are: “HOMOGENEOUS”, “HETEROGENEOUS”, “STACKED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ModelGroupDetails. Return type: str
-