EvaluationResultCollection¶
-
class
oci.ai_language.models.
EvaluationResultCollection
(**kwargs)¶ Bases:
object
Results of a model evaluation analysis search. Contains EvaluationResultSummary items.
Methods
__init__
(**kwargs)Initializes a new EvaluationResultCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this EvaluationResultCollection. -
__init__
(**kwargs)¶ Initializes a new EvaluationResultCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_language.models.EvaluationResultSummary]) – The value to assign to the items property of this EvaluationResultCollection.
-
items
¶ [Required] Gets the items of this EvaluationResultCollection. List of model evaluation analysis
Returns: The items of this EvaluationResultCollection. Return type: list[oci.ai_language.models.EvaluationResultSummary]
-