InputDetails

class oci.ai_anomaly_detection.models.InputDetails(**kwargs)

Bases: object

Detect anomaly asynchronous job details.

Attributes

INPUT_TYPE_BASE64_ENCODED A constant which can be used with the input_type property of a InputDetails.
INPUT_TYPE_INLINE A constant which can be used with the input_type property of a InputDetails.
INPUT_TYPE_OBJECT_LIST A constant which can be used with the input_type property of a InputDetails.
input_type [Required] Gets the input_type of this InputDetails.

Methods

__init__(**kwargs) Initializes a new InputDetails 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_BASE64_ENCODED = 'BASE64_ENCODED'

A constant which can be used with the input_type property of a InputDetails. This constant has a value of “BASE64_ENCODED”

INPUT_TYPE_INLINE = 'INLINE'

A constant which can be used with the input_type property of a InputDetails. This constant has a value of “INLINE”

INPUT_TYPE_OBJECT_LIST = 'OBJECT_LIST'

A constant which can be used with the input_type property of a InputDetails. This constant has a value of “OBJECT_LIST”

__init__(**kwargs)

Initializes a new InputDetails 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:input_type (str) – The value to assign to the input_type property of this InputDetails. Allowed values for this property are: “INLINE”, “BASE64_ENCODED”, “OBJECT_LIST”
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 InputDetails. Type of request. This parameter is automatically populated by classes generated by the SDK. For raw curl requests, you must provide this field.

Allowed values for this property are: “INLINE”, “BASE64_ENCODED”, “OBJECT_LIST”

Returns:The input_type of this InputDetails.
Return type:str