Class SingleCategoryClassifyResultCollection

java.lang.Object
com.azure.core.util.IterableStream<SingleCategoryClassifyResult>
com.azure.ai.textanalytics.util.SingleCategoryClassifyResultCollection
All Implemented Interfaces:
Iterable<SingleCategoryClassifyResult>

public final class SingleCategoryClassifyResultCollection extends IterableStream<SingleCategoryClassifyResult>
A collection model that contains a list of SingleCategoryClassifyResult along with project name, deployment name and batch's statistics.
  • Constructor Details

  • Method Details

    • getProjectName

      public String getProjectName()
      Gets the name of the project which owns the model being consumed.
      Returns:
      The name of the project which owns the model being consumed.
    • getDeploymentName

      public String getDeploymentName()
      Gets the name of the deployment being consumed.
      Returns:
      The name of the deployment being consumed.
    • getStatistics

      public TextDocumentBatchStatistics getStatistics()
      Get the batch statistics of response.
      Returns:
      The batch statistics of response.