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