ObjectListInputJobDetails

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

Bases: oci.ai_anomaly_detection.models.input_job_details.InputJobDetails

A list of object locations in Object Storage.

Attributes

INPUT_TYPE_INLINE str(object=’’) -> str
INPUT_TYPE_OBJECT_LIST str(object=’’) -> str
input_type [Required] Gets the input_type of this InputJobDetails.
object_locations [Required] Gets the object_locations of this ObjectListInputJobDetails.

Methods

__init__(**kwargs) Initializes a new ObjectListInputJobDetails 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 ObjectListInputJobDetails object with values from keyword arguments. The default value of the input_type attribute of this class is OBJECT_LIST 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 ObjectListInputJobDetails. Allowed values for this property are: “INLINE”, “OBJECT_LIST”
  • object_locations (list[oci.ai_anomaly_detection.models.ObjectLocation]) – The value to assign to the object_locations property of this ObjectListInputJobDetails.
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
object_locations

[Required] Gets the object_locations of this ObjectListInputJobDetails. List of ObjectLocations.

Returns:The object_locations of this ObjectListInputJobDetails.
Return type:list[oci.ai_anomaly_detection.models.ObjectLocation]