JobMetricCollection¶
-
class
oci.data_catalog.models.
JobMetricCollection
(**kwargs)¶ Bases:
object
Results of a job metrics listing. Job metrics are datum about a job execution in key value pairs.
Methods
__init__
(**kwargs)Initializes a new JobMetricCollection object with values from keyword arguments. Attributes
count
Gets the count of this JobMetricCollection. items
[Required] Gets the items of this JobMetricCollection. -
__init__
(**kwargs)¶ Initializes a new JobMetricCollection 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 JobMetricCollection.
- items (list[oci.data_catalog.models.JobMetricSummary]) – The value to assign to the items property of this JobMetricCollection.
-
count
¶ Gets the count of this JobMetricCollection. Total number of items returned.
Returns: The count of this JobMetricCollection. Return type: int
-
items
¶ [Required] Gets the items of this JobMetricCollection. Collection of job metrics.
Returns: The items of this JobMetricCollection. Return type: list[oci.data_catalog.models.JobMetricSummary]
-