MlApplicationPackageArguments

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

Bases: object

List of ML Application package arguments provided during ML Application package upload.

Methods

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

Attributes

arguments Gets the arguments of this MlApplicationPackageArguments.
__init__(**kwargs)

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

Parameters:arguments (list[oci.data_science.models.MlApplicationPackageArgumentDetails]) – The value to assign to the arguments property of this MlApplicationPackageArguments.
arguments

Gets the arguments of this MlApplicationPackageArguments. Array of the ML Application package arguments

Returns:The arguments of this MlApplicationPackageArguments.
Return type:list[oci.data_science.models.MlApplicationPackageArgumentDetails]