TrainSkillDetails

class oci.oda.models.TrainSkillDetails(**kwargs)

Bases: object

Parameters for training the skill.

Methods

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

Attributes

items [Required] Gets the items of this TrainSkillDetails.
__init__(**kwargs)

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

Parameters:items (list[oci.oda.models.TrainSkillParameter]) – The value to assign to the items property of this TrainSkillDetails.
items

[Required] Gets the items of this TrainSkillDetails. List of parameters for training the skill.

Returns:The items of this TrainSkillDetails.
Return type:list[oci.oda.models.TrainSkillParameter]