Show / Hide Table of Contents

Class MlApplicationImplementationCollection

Results of a MlApplicationImplementation search. It contains list of MlApplicationImplementationSummary items.

Inheritance
object
MlApplicationImplementationCollection
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 MlApplicationImplementationCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MlApplicationImplementationSummary> Items { get; set; }
Property Value
Type Description
List<MlApplicationImplementationSummary>

List of MlApplicationImplementationSummaries.

Remarks

Required

In this article
Back to top