Uses of Class
com.oracle.bmc.ailanguage.model.EvaluationResultCollection
-
Packages that use EvaluationResultCollection Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.responses -
-
Uses of EvaluationResultCollection in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return EvaluationResultCollection Modifier and Type Method Description EvaluationResultCollection
EvaluationResultCollection.Builder. build()
Methods in com.oracle.bmc.ailanguage.model with parameters of type EvaluationResultCollection Modifier and Type Method Description EvaluationResultCollection.Builder
EvaluationResultCollection.Builder. copy(EvaluationResultCollection model)
-
Uses of EvaluationResultCollection in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return EvaluationResultCollection Modifier and Type Method Description EvaluationResultCollection
ListEvaluationResultsResponse. getEvaluationResultCollection()
The returned EvaluationResultCollection instance.Methods in com.oracle.bmc.ailanguage.responses with parameters of type EvaluationResultCollection Modifier and Type Method Description ListEvaluationResultsResponse.Builder
ListEvaluationResultsResponse.Builder. evaluationResultCollection(EvaluationResultCollection evaluationResultCollection)
The returned EvaluationResultCollection instance.
-