Show / Hide Table of Contents

Class EvaluationResultCollection

Results of a model evaluation analysis search. Contains EvaluationResultSummary items.

Inheritance
object
EvaluationResultCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class EvaluationResultCollection

Properties

Items

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

List of model evaluation analysis

Remarks

Required

In this article
Back to top