UpdateJobDetails

class oci.ai_language.models.UpdateJobDetails(**kwargs)

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateJobDetails object with values from keyword arguments.

Attributes

description Gets the description of this UpdateJobDetails.
display_name Gets the display_name of this UpdateJobDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateJobDetails.
  • description (str) – The value to assign to the description property of this UpdateJobDetails.
description

Gets the description of this UpdateJobDetails. A short description of the job.

Returns:The description of this UpdateJobDetails.
Return type:str
display_name

Gets the display_name of this UpdateJobDetails. A user-friendly display name for the job.

Returns:The display_name of this UpdateJobDetails.
Return type:str