Class MultiCategoryClassifyResultCollection

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

public final class MultiCategoryClassifyResultCollection extends IterableStream<MultiCategoryClassifyResult>
A collection model that contains a list of MultiCategoryClassifyResult 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.