Class MlApplicationPackageArguments
List of ML Application package arguments provided during ML Application package upload.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class MlApplicationPackageArguments
Properties
Arguments
Declaration
[JsonProperty(PropertyName = "arguments")]
public List<MlApplicationPackageArgumentDetails> Arguments { get; set; }
Property Value
Type | Description |
---|---|
List<MlApplicationPackageArgumentDetails> | Array of the ML Application package arguments |