TargetCustomMetricExpressionRule¶
-
class
oci.data_science.models.TargetCustomMetricExpressionRule(**kwargs)¶ Bases:
oci.data_science.models.managed_compute_cluster_workload_metric_expression_rule.ManagedComputeClusterWorkloadMetricExpressionRuleA custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the workload.
Attributes
METRIC_EXPRESSION_RULE_TYPE_TARGET_CUSTOM_EXPRESSIONstr(object=’’) -> str METRIC_EXPRESSION_RULE_TYPE_TARGET_PREDEFINED_EXPRESSIONstr(object=’’) -> str metric_expression_rule_type[Required] Gets the metric_expression_rule_type of this ManagedComputeClusterWorkloadMetricExpressionRule. scale_configuration[Required] Gets the scale_configuration of this TargetCustomMetricExpressionRule. Methods
__init__(**kwargs)Initializes a new TargetCustomMetricExpressionRule object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
METRIC_EXPRESSION_RULE_TYPE_TARGET_CUSTOM_EXPRESSION= 'TARGET_CUSTOM_EXPRESSION'¶
-
METRIC_EXPRESSION_RULE_TYPE_TARGET_PREDEFINED_EXPRESSION= 'TARGET_PREDEFINED_EXPRESSION'¶
-
__init__(**kwargs)¶ Initializes a new TargetCustomMetricExpressionRule object with values from keyword arguments. The default value of the
metric_expression_rule_typeattribute of this class isTARGET_CUSTOM_EXPRESSIONand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - metric_expression_rule_type (str) – The value to assign to the metric_expression_rule_type property of this TargetCustomMetricExpressionRule. Allowed values for this property are: “TARGET_PREDEFINED_EXPRESSION”, “TARGET_CUSTOM_EXPRESSION”
- scale_configuration (oci.data_science.models.TargetCustomExpressionQueryScalingConfiguration) – The value to assign to the scale_configuration property of this TargetCustomMetricExpressionRule.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
metric_expression_rule_type¶ [Required] Gets the metric_expression_rule_type of this ManagedComputeClusterWorkloadMetricExpressionRule. The metric expression for creating the alarm used to trigger autoscaling actions for workload.
Allowed values for this property are: “TARGET_PREDEFINED_EXPRESSION”, “TARGET_CUSTOM_EXPRESSION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The metric_expression_rule_type of this ManagedComputeClusterWorkloadMetricExpressionRule. Return type: str
-
scale_configuration¶ [Required] Gets the scale_configuration of this TargetCustomMetricExpressionRule.
Returns: The scale_configuration of this TargetCustomMetricExpressionRule. Return type: oci.data_science.models.TargetCustomExpressionQueryScalingConfiguration
-