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