DataflowArtifactsDetail¶
-
class
oci.dif.models.DataflowArtifactsDetail(**kwargs)¶ Bases:
objectDetail to deploy Artifacts for Dataflow service.
Methods
__init__(**kwargs)Initializes a new DataflowArtifactsDetail object with values from keyword arguments. Attributes
archive_uriGets the archive_uri of this DataflowArtifactsDetail. execute[Required] Gets the execute of this DataflowArtifactsDetail. instance_id[Required] Gets the instance_id of this DataflowArtifactsDetail. -
__init__(**kwargs)¶ Initializes a new DataflowArtifactsDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this DataflowArtifactsDetail.
- execute (str) – The value to assign to the execute property of this DataflowArtifactsDetail.
- archive_uri (str) – The value to assign to the archive_uri property of this DataflowArtifactsDetail.
-
archive_uri¶ Gets the archive_uri of this DataflowArtifactsDetail. Contains the archive from object storage bucket which can be added as dependency to data flow application.
Returns: The archive_uri of this DataflowArtifactsDetail. Return type: str
-
execute¶ [Required] Gets the execute of this DataflowArtifactsDetail. Contains the main file (py/jar) along with parameters & configuration to be passed to the DataFlow run.
Returns: The execute of this DataflowArtifactsDetail. Return type: str
-
instance_id¶ [Required] Gets the instance_id of this DataflowArtifactsDetail. Instance id of the existing Dataflow Instance for artifact deployment.
Returns: The instance_id of this DataflowArtifactsDetail. Return type: str
-