Show / Hide Table of Contents

Class MlApplicationPackageArguments

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

Inheritance
object
MlApplicationPackageArguments
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top