JobDefinitionCollection

class oci.data_catalog.models.JobDefinitionCollection(**kwargs)

Bases: object

Results of a job definition listing. Job definitions are resources that describe the scope and type of jobs (eg: harvest, profiling, sampling) that are defined by users in the system.

Methods

__init__(**kwargs) Initializes a new JobDefinitionCollection object with values from keyword arguments.

Attributes

count Gets the count of this JobDefinitionCollection.
items [Required] Gets the items of this JobDefinitionCollection.
__init__(**kwargs)

Initializes a new JobDefinitionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • count (int) – The value to assign to the count property of this JobDefinitionCollection.
  • items (list[oci.data_catalog.models.JobDefinitionSummary]) – The value to assign to the items property of this JobDefinitionCollection.
count

Gets the count of this JobDefinitionCollection. Total number of items returned.

Returns:The count of this JobDefinitionCollection.
Return type:int
items

[Required] Gets the items of this JobDefinitionCollection. Collection of job definitions.

Returns:The items of this JobDefinitionCollection.
Return type:list[oci.data_catalog.models.JobDefinitionSummary]