MlApplicationCollection¶
-
class
oci.data_science.models.
MlApplicationCollection
(**kwargs)¶ Bases:
object
Results of a mlApplication search. It contains list of MlApplicationSummary items.
Methods
__init__
(**kwargs)Initializes a new MlApplicationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MlApplicationCollection. -
__init__
(**kwargs)¶ Initializes a new MlApplicationCollection 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.MlApplicationSummary]) – The value to assign to the items property of this MlApplicationCollection.
-
items
¶ [Required] Gets the items of this MlApplicationCollection. List of mlApplications.
Returns: The items of this MlApplicationCollection. Return type: list[oci.data_science.models.MlApplicationSummary]
-