JobRunUseCaseConfigurationDetails¶
-
class
oci.data_science.models.
JobRunUseCaseConfigurationDetails
(**kwargs)¶ Bases:
object
The use-case configuration details
Attributes
USE_CASE_TYPE_GENERIC
A constant which can be used with the use_case_type property of a JobRunUseCaseConfigurationDetails. use_case_type
[Required] Gets the use_case_type of this JobRunUseCaseConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new JobRunUseCaseConfigurationDetails 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. -
USE_CASE_TYPE_GENERIC
= 'GENERIC'¶ A constant which can be used with the use_case_type property of a JobRunUseCaseConfigurationDetails. This constant has a value of “GENERIC”
-
__init__
(**kwargs)¶ Initializes a new JobRunUseCaseConfigurationDetails 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: use_case_type (str) – The value to assign to the use_case_type property of this JobRunUseCaseConfigurationDetails. Allowed values for this property are: “GENERIC”, ‘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.
-
use_case_type
¶ [Required] Gets the use_case_type of this JobRunUseCaseConfigurationDetails. The job-run use-case.
Allowed values for this property are: “GENERIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The use_case_type of this JobRunUseCaseConfigurationDetails. Return type: str
-