JobProbeDetails¶
-
class
oci.data_science.models.
JobProbeDetails
(**kwargs)¶ Bases:
object
The probe indicates whether the application within the job run has started.
Attributes
JOB_PROBE_CHECK_TYPE_EXEC
A constant which can be used with the job_probe_check_type property of a JobProbeDetails. job_probe_check_type
[Required] Gets the job_probe_check_type of this JobProbeDetails. Methods
__init__
(**kwargs)Initializes a new JobProbeDetails 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. -
JOB_PROBE_CHECK_TYPE_EXEC
= 'EXEC'¶ A constant which can be used with the job_probe_check_type property of a JobProbeDetails. This constant has a value of “EXEC”
-
__init__
(**kwargs)¶ Initializes a new JobProbeDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: job_probe_check_type (str) – The value to assign to the job_probe_check_type property of this JobProbeDetails. Allowed values for this property are: “EXEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
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.
-
job_probe_check_type
¶ [Required] Gets the job_probe_check_type of this JobProbeDetails. The probe check type to perform the startup probe and specifies the type of health check for a job.
Allowed values for this property are: “EXEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The job_probe_check_type of this JobProbeDetails. Return type: str
-