WorkRequest

class oci.data_science.models.WorkRequest(**kwargs)

Bases: object

An asynchronous work request.

Attributes

OPERATION_TYPE_EXPORT_MODEL_ARTIFACT A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_IMPORT_MODEL_ARTIFACT A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_JOB_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODELVERSIONSET_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODEL_DEPLOYMENT_ACTIVATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODEL_DEPLOYMENT_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODEL_DEPLOYMENT_DEACTIVATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODEL_DEPLOYMENT_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_MODEL_DEPLOYMENT_UPDATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NOTEBOOK_SESSION_ACTIVATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NOTEBOOK_SESSION_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NOTEBOOK_SESSION_DEACTIVATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NOTEBOOK_SESSION_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PIPELINE_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PIPELINE_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PIPELINE_RUN_CANCEL A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PIPELINE_RUN_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PIPELINE_RUN_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PRIVATE_ENDPOINT_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PRIVATE_ENDPOINT_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PRIVATE_ENDPOINT_MOVE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PRIVATE_ENDPOINT_UPDATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_PROJECT_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_WORKREQUEST_CANCEL A constant which can be used with the operation_type property of a WorkRequest.
STATUS_ACCEPTED A constant which can be used with the status property of a WorkRequest.
STATUS_CANCELED A constant which can be used with the status property of a WorkRequest.
STATUS_CANCELING A constant which can be used with the status property of a WorkRequest.
STATUS_FAILED A constant which can be used with the status property of a WorkRequest.
STATUS_IN_PROGRESS A constant which can be used with the status property of a WorkRequest.
STATUS_SUCCEEDED A constant which can be used with the status property of a WorkRequest.
compartment_id [Required] Gets the compartment_id of this WorkRequest.
id [Required] Gets the id of this WorkRequest.
operation_type [Required] Gets the operation_type of this WorkRequest.
percent_complete [Required] Gets the percent_complete of this WorkRequest.
resources [Required] Gets the resources of this WorkRequest.
status [Required] Gets the status of this WorkRequest.
time_accepted [Required] Gets the time_accepted of this WorkRequest.
time_finished Gets the time_finished of this WorkRequest.
time_started Gets the time_started of this WorkRequest.

Methods

__init__(**kwargs) Initializes a new WorkRequest object with values from keyword arguments.
OPERATION_TYPE_EXPORT_MODEL_ARTIFACT = 'EXPORT_MODEL_ARTIFACT'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “EXPORT_MODEL_ARTIFACT”

OPERATION_TYPE_IMPORT_MODEL_ARTIFACT = 'IMPORT_MODEL_ARTIFACT'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “IMPORT_MODEL_ARTIFACT”

OPERATION_TYPE_JOB_DELETE = 'JOB_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “JOB_DELETE”

OPERATION_TYPE_MODELVERSIONSET_DELETE = 'MODELVERSIONSET_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODELVERSIONSET_DELETE”

OPERATION_TYPE_MODEL_DEPLOYMENT_ACTIVATE = 'MODEL_DEPLOYMENT_ACTIVATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODEL_DEPLOYMENT_ACTIVATE”

OPERATION_TYPE_MODEL_DEPLOYMENT_CREATE = 'MODEL_DEPLOYMENT_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODEL_DEPLOYMENT_CREATE”

OPERATION_TYPE_MODEL_DEPLOYMENT_DEACTIVATE = 'MODEL_DEPLOYMENT_DEACTIVATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODEL_DEPLOYMENT_DEACTIVATE”

OPERATION_TYPE_MODEL_DEPLOYMENT_DELETE = 'MODEL_DEPLOYMENT_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODEL_DEPLOYMENT_DELETE”

OPERATION_TYPE_MODEL_DEPLOYMENT_UPDATE = 'MODEL_DEPLOYMENT_UPDATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “MODEL_DEPLOYMENT_UPDATE”

OPERATION_TYPE_NOTEBOOK_SESSION_ACTIVATE = 'NOTEBOOK_SESSION_ACTIVATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NOTEBOOK_SESSION_ACTIVATE”

OPERATION_TYPE_NOTEBOOK_SESSION_CREATE = 'NOTEBOOK_SESSION_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NOTEBOOK_SESSION_CREATE”

OPERATION_TYPE_NOTEBOOK_SESSION_DEACTIVATE = 'NOTEBOOK_SESSION_DEACTIVATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NOTEBOOK_SESSION_DEACTIVATE”

OPERATION_TYPE_NOTEBOOK_SESSION_DELETE = 'NOTEBOOK_SESSION_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NOTEBOOK_SESSION_DELETE”

OPERATION_TYPE_PIPELINE_CREATE = 'PIPELINE_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PIPELINE_CREATE”

OPERATION_TYPE_PIPELINE_DELETE = 'PIPELINE_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PIPELINE_DELETE”

OPERATION_TYPE_PIPELINE_RUN_CANCEL = 'PIPELINE_RUN_CANCEL'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PIPELINE_RUN_CANCEL”

OPERATION_TYPE_PIPELINE_RUN_CREATE = 'PIPELINE_RUN_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PIPELINE_RUN_CREATE”

OPERATION_TYPE_PIPELINE_RUN_DELETE = 'PIPELINE_RUN_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PIPELINE_RUN_DELETE”

OPERATION_TYPE_PRIVATE_ENDPOINT_CREATE = 'PRIVATE_ENDPOINT_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PRIVATE_ENDPOINT_CREATE”

OPERATION_TYPE_PRIVATE_ENDPOINT_DELETE = 'PRIVATE_ENDPOINT_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PRIVATE_ENDPOINT_DELETE”

OPERATION_TYPE_PRIVATE_ENDPOINT_MOVE = 'PRIVATE_ENDPOINT_MOVE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PRIVATE_ENDPOINT_MOVE”

OPERATION_TYPE_PRIVATE_ENDPOINT_UPDATE = 'PRIVATE_ENDPOINT_UPDATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PRIVATE_ENDPOINT_UPDATE”

OPERATION_TYPE_PROJECT_DELETE = 'PROJECT_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “PROJECT_DELETE”

OPERATION_TYPE_WORKREQUEST_CANCEL = 'WORKREQUEST_CANCEL'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “WORKREQUEST_CANCEL”

STATUS_ACCEPTED = 'ACCEPTED'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “ACCEPTED”

STATUS_CANCELED = 'CANCELED'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “CANCELED”

STATUS_CANCELING = 'CANCELING'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “CANCELING”

STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “FAILED”

STATUS_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “IN_PROGRESS”

STATUS_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the status property of a WorkRequest. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

Initializes a new WorkRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this WorkRequest.
  • operation_type (str) – The value to assign to the operation_type property of this WorkRequest. Allowed values for this property are: “NOTEBOOK_SESSION_CREATE”, “NOTEBOOK_SESSION_DELETE”, “NOTEBOOK_SESSION_ACTIVATE”, “NOTEBOOK_SESSION_DEACTIVATE”, “MODELVERSIONSET_DELETE”, “EXPORT_MODEL_ARTIFACT”, “IMPORT_MODEL_ARTIFACT”, “MODEL_DEPLOYMENT_CREATE”, “MODEL_DEPLOYMENT_DELETE”, “MODEL_DEPLOYMENT_ACTIVATE”, “MODEL_DEPLOYMENT_DEACTIVATE”, “MODEL_DEPLOYMENT_UPDATE”, “PROJECT_DELETE”, “WORKREQUEST_CANCEL”, “JOB_DELETE”, “PIPELINE_CREATE”, “PIPELINE_DELETE”, “PIPELINE_RUN_CREATE”, “PIPELINE_RUN_CANCEL”, “PIPELINE_RUN_DELETE”, “PRIVATE_ENDPOINT_CREATE”, “PRIVATE_ENDPOINT_DELETE”, “PRIVATE_ENDPOINT_MOVE”, “PRIVATE_ENDPOINT_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status (str) – The value to assign to the status property of this WorkRequest. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • compartment_id (str) – The value to assign to the compartment_id property of this WorkRequest.
  • percent_complete (float) – The value to assign to the percent_complete property of this WorkRequest.
  • resources (list[oci.data_science.models.WorkRequestResource]) – The value to assign to the resources property of this WorkRequest.
  • time_accepted (datetime) – The value to assign to the time_accepted property of this WorkRequest.
  • time_started (datetime) – The value to assign to the time_started property of this WorkRequest.
  • time_finished (datetime) – The value to assign to the time_finished property of this WorkRequest.
compartment_id

[Required] Gets the compartment_id of this WorkRequest. The OCID of the work request’s compartment.

Returns:The compartment_id of this WorkRequest.
Return type:str
id

[Required] Gets the id of this WorkRequest. The OCID of the work request.

Returns:The id of this WorkRequest.
Return type:str
operation_type

[Required] Gets the operation_type of this WorkRequest. The type of work the work request is doing.

Allowed values for this property are: “NOTEBOOK_SESSION_CREATE”, “NOTEBOOK_SESSION_DELETE”, “NOTEBOOK_SESSION_ACTIVATE”, “NOTEBOOK_SESSION_DEACTIVATE”, “MODELVERSIONSET_DELETE”, “EXPORT_MODEL_ARTIFACT”, “IMPORT_MODEL_ARTIFACT”, “MODEL_DEPLOYMENT_CREATE”, “MODEL_DEPLOYMENT_DELETE”, “MODEL_DEPLOYMENT_ACTIVATE”, “MODEL_DEPLOYMENT_DEACTIVATE”, “MODEL_DEPLOYMENT_UPDATE”, “PROJECT_DELETE”, “WORKREQUEST_CANCEL”, “JOB_DELETE”, “PIPELINE_CREATE”, “PIPELINE_DELETE”, “PIPELINE_RUN_CREATE”, “PIPELINE_RUN_CANCEL”, “PIPELINE_RUN_DELETE”, “PRIVATE_ENDPOINT_CREATE”, “PRIVATE_ENDPOINT_DELETE”, “PRIVATE_ENDPOINT_MOVE”, “PRIVATE_ENDPOINT_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_type of this WorkRequest.
Return type:str
percent_complete

[Required] Gets the percent_complete of this WorkRequest. Percentage of the request completed.

Returns:The percent_complete of this WorkRequest.
Return type:float
resources

[Required] Gets the resources of this WorkRequest. The resources affected by this work request.

Returns:The resources of this WorkRequest.
Return type:list[oci.data_science.models.WorkRequestResource]
status

[Required] Gets the status of this WorkRequest. The current status of the work request.

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this WorkRequest.
Return type:str
time_accepted

[Required] Gets the time_accepted of this WorkRequest. The time the work request was accepted in the timestamp format defined by RFC3339.

Returns:The time_accepted of this WorkRequest.
Return type:datetime
time_finished

Gets the time_finished of this WorkRequest. The time the work request was finished in the timestamp format defined by RFC3339.

Returns:The time_finished of this WorkRequest.
Return type:datetime
time_started

Gets the time_started of this WorkRequest. The time the work request was started in the timestamp format defined by RFC3339.

Returns:The time_started of this WorkRequest.
Return type:datetime