InlineInputJobDetails¶
-
class
oci.ai_anomaly_detection.models.
InlineInputJobDetails
(**kwargs)¶ Bases:
oci.ai_anomaly_detection.models.input_job_details.InputJobDetails
This is the specialized JSON format with an additional field for ‘locationType’. This is a required field used for deciding if it is an inline location or contains object-storage location.
Attributes
INPUT_TYPE_INLINE
str(object=’’) -> str INPUT_TYPE_OBJECT_LIST
str(object=’’) -> str input_type
[Required] Gets the input_type of this InputJobDetails. message
[Required] Gets the message of this InlineInputJobDetails. Methods
__init__
(**kwargs)Initializes a new InlineInputJobDetails 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. -
INPUT_TYPE_INLINE
= 'INLINE'¶
-
INPUT_TYPE_OBJECT_LIST
= 'OBJECT_LIST'¶
-
__init__
(**kwargs)¶ Initializes a new InlineInputJobDetails object with values from keyword arguments. The default value of the
input_type
attribute of this class isINLINE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - input_type (str) – The value to assign to the input_type property of this InlineInputJobDetails. Allowed values for this property are: “INLINE”, “OBJECT_LIST”
- message (str) – The value to assign to the message property of this InlineInputJobDetails.
-
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.
-
input_type
¶ [Required] Gets the input_type of this InputJobDetails. The type of input location Allowed values are: - INLINE: Inline input data. - OBJECT_LIST: Object store output location.
Allowed values for this property are: “INLINE”, “OBJECT_LIST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The input_type of this InputJobDetails. Return type: str
-
message
¶ [Required] Gets the message of this InlineInputJobDetails. Inline input details.
Returns: The message of this InlineInputJobDetails. Return type: str
-