JobOutput¶
-
class
oci.media_services.models.
JobOutput
(**kwargs)¶ Bases:
object
The output result of an executed MediaWorkflowJob.
Attributes
ASSET_TYPE_AUDIO
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_CAPTION_FILE
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_IMAGE
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_INPUT_FILE
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_OTHER
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_PLAYLIST
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_TEXT_ANALYSIS
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_TRANSCRIPTION_JOB
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_VIDEO
A constant which can be used with the asset_type property of a JobOutput. ASSET_TYPE_VISION_JOB
A constant which can be used with the asset_type property of a JobOutput. asset_type
Gets the asset_type of this JobOutput. bucket_name
Gets the bucket_name of this JobOutput. id
Gets the id of this JobOutput. namespace_name
Gets the namespace_name of this JobOutput. object_name
Gets the object_name of this JobOutput. Methods
__init__
(**kwargs)Initializes a new JobOutput object with values from keyword arguments. -
ASSET_TYPE_AUDIO
= 'AUDIO'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “AUDIO”
-
ASSET_TYPE_CAPTION_FILE
= 'CAPTION_FILE'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “CAPTION_FILE”
-
ASSET_TYPE_IMAGE
= 'IMAGE'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “IMAGE”
-
ASSET_TYPE_INPUT_FILE
= 'INPUT_FILE'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “INPUT_FILE”
-
ASSET_TYPE_OTHER
= 'OTHER'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “OTHER”
-
ASSET_TYPE_PLAYLIST
= 'PLAYLIST'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “PLAYLIST”
-
ASSET_TYPE_TEXT_ANALYSIS
= 'TEXT_ANALYSIS'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “TEXT_ANALYSIS”
-
ASSET_TYPE_TRANSCRIPTION_JOB
= 'TRANSCRIPTION_JOB'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “TRANSCRIPTION_JOB”
-
ASSET_TYPE_VIDEO
= 'VIDEO'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “VIDEO”
-
ASSET_TYPE_VISION_JOB
= 'VISION_JOB'¶ A constant which can be used with the asset_type property of a JobOutput. This constant has a value of “VISION_JOB”
-
__init__
(**kwargs)¶ Initializes a new JobOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - asset_type (str) – The value to assign to the asset_type property of this JobOutput. Allowed values for this property are: “AUDIO”, “VIDEO”, “PLAYLIST”, “IMAGE”, “CAPTION_FILE”, “TRANSCRIPTION_JOB”, “VISION_JOB”, “TEXT_ANALYSIS”, “INPUT_FILE”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- namespace_name (str) – The value to assign to the namespace_name property of this JobOutput.
- bucket_name (str) – The value to assign to the bucket_name property of this JobOutput.
- object_name (str) – The value to assign to the object_name property of this JobOutput.
- id (str) – The value to assign to the id property of this JobOutput.
-
asset_type
¶ Gets the asset_type of this JobOutput. Type of job output.
Allowed values for this property are: “AUDIO”, “VIDEO”, “PLAYLIST”, “IMAGE”, “CAPTION_FILE”, “TRANSCRIPTION_JOB”, “VISION_JOB”, “TEXT_ANALYSIS”, “INPUT_FILE”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The asset_type of this JobOutput. Return type: str
-
bucket_name
¶ Gets the bucket_name of this JobOutput. The bucket name of the job output.
Returns: The bucket_name of this JobOutput. Return type: str
-
id
¶ Gets the id of this JobOutput. The ID associated with the job output.
Returns: The id of this JobOutput. Return type: str
-
namespace_name
¶ Gets the namespace_name of this JobOutput. The namespace name of the job output.
Returns: The namespace_name of this JobOutput. Return type: str
-
object_name
¶ Gets the object_name of this JobOutput. The object name of the job output.
Returns: The object_name of this JobOutput. Return type: str
-