Class MlApplicationCollection
Results of a mlApplication search. It contains list of MlApplicationSummary items.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class MlApplicationCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MlApplicationSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MlApplicationSummary> | List of mlApplications. | 
Remarks
Required