JobMetricSummary¶
-
class
oci.data_catalog.models.
JobMetricSummary
(**kwargs)¶ Bases:
object
Job metric summary.
Methods
__init__
(**kwargs)Initializes a new JobMetricSummary object with values from keyword arguments. Attributes
batch_key
Gets the batch_key of this JobMetricSummary. category
Gets the category of this JobMetricSummary. description
Gets the description of this JobMetricSummary. display_name
Gets the display_name of this JobMetricSummary. job_execution_key
Gets the job_execution_key of this JobMetricSummary. key
[Required] Gets the key of this JobMetricSummary. sub_category
Gets the sub_category of this JobMetricSummary. time_created
Gets the time_created of this JobMetricSummary. time_inserted
Gets the time_inserted of this JobMetricSummary. unit
Gets the unit of this JobMetricSummary. uri
Gets the uri of this JobMetricSummary. value
Gets the value of this JobMetricSummary. -
__init__
(**kwargs)¶ Initializes a new JobMetricSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this JobMetricSummary.
- description (str) – The value to assign to the description property of this JobMetricSummary.
- job_execution_key (str) – The value to assign to the job_execution_key property of this JobMetricSummary.
- uri (str) – The value to assign to the uri property of this JobMetricSummary.
- time_created (datetime) – The value to assign to the time_created property of this JobMetricSummary.
- time_inserted (datetime) – The value to assign to the time_inserted property of this JobMetricSummary.
- category (str) – The value to assign to the category property of this JobMetricSummary.
- display_name (str) – The value to assign to the display_name property of this JobMetricSummary.
- sub_category (str) – The value to assign to the sub_category property of this JobMetricSummary.
- unit (str) – The value to assign to the unit property of this JobMetricSummary.
- value (str) – The value to assign to the value property of this JobMetricSummary.
- batch_key (str) – The value to assign to the batch_key property of this JobMetricSummary.
-
batch_key
¶ Gets the batch_key of this JobMetricSummary. Batch key for grouping, may be null.
Returns: The batch_key of this JobMetricSummary. Return type: str
-
category
¶ Gets the category of this JobMetricSummary. Category of this metric.
Returns: The category of this JobMetricSummary. Return type: str
-
description
¶ Gets the description of this JobMetricSummary. Detailed description of the metric.
Returns: The description of this JobMetricSummary. Return type: str
-
display_name
¶ Gets the display_name of this JobMetricSummary. A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this JobMetricSummary. Return type: str
-
job_execution_key
¶ Gets the job_execution_key of this JobMetricSummary. The unique key of the parent job execution for which the job metric resource was created.
Returns: The job_execution_key of this JobMetricSummary. Return type: str
-
key
¶ [Required] Gets the key of this JobMetricSummary. Key of the job metric that is immutable.
Returns: The key of this JobMetricSummary. Return type: str
-
sub_category
¶ Gets the sub_category of this JobMetricSummary. Sub category of this metric under the category. Used for aggregating values. May be null.
Returns: The sub_category of this JobMetricSummary. Return type: str
-
time_created
¶ Gets the time_created of this JobMetricSummary. The date and time the job metric was created, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z
Returns: The time_created of this JobMetricSummary. Return type: datetime
-
time_inserted
¶ Gets the time_inserted of this JobMetricSummary. The time the metric was logged or captured in the system where the job executed. An RFC3339 formatted datetime string.
Returns: The time_inserted of this JobMetricSummary. Return type: datetime
-
unit
¶ Gets the unit of this JobMetricSummary. Unit of this metric.
Returns: The unit of this JobMetricSummary. Return type: str
-
uri
¶ Gets the uri of this JobMetricSummary. URI to the job metric instance in the API.
Returns: The uri of this JobMetricSummary. Return type: str
-
value
¶ Gets the value of this JobMetricSummary. Value of this metric.
Returns: The value of this JobMetricSummary. Return type: str
-