JobCollection¶
-
class
oci.ai_language.models.
JobCollection
(**kwargs)¶ Bases:
object
list of Jobs created in the compartment and/or after applying filters based on filters provided by user
Methods
__init__
(**kwargs)Initializes a new JobCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this JobCollection. -
__init__
(**kwargs)¶ Initializes a new JobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_language.models.JobSummary]) – The value to assign to the items property of this JobCollection.
-
items
¶ [Required] Gets the items of this JobCollection. List of jobs.
Returns: The items of this JobCollection. Return type: list[oci.ai_language.models.JobSummary]
-