MemberModelEntries¶
-
class
oci.data_science.models.
MemberModelEntries
(**kwargs)¶ Bases:
object
List of member models (inferenceKey & modelId) to be associated with the model group.
Methods
__init__
(**kwargs)Initializes a new MemberModelEntries object with values from keyword arguments. Attributes
member_model_details
Gets the member_model_details of this MemberModelEntries. -
__init__
(**kwargs)¶ Initializes a new MemberModelEntries object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: member_model_details (list[oci.data_science.models.MemberModelDetails]) – The value to assign to the member_model_details property of this MemberModelEntries.
-
member_model_details
¶ Gets the member_model_details of this MemberModelEntries. Each List item contains inference key and model ocid.
Returns: The member_model_details of this MemberModelEntries. Return type: list[oci.data_science.models.MemberModelDetails]
-