Class ExperimentsListByWorkspaceOptions

java.lang.Object
com.microsoft.azure.management.batchai.ExperimentsListByWorkspaceOptions

public class ExperimentsListByWorkspaceOptions extends Object
Additional parameters for listByWorkspace operation.
  • Constructor Details

    • ExperimentsListByWorkspaceOptions

      public ExperimentsListByWorkspaceOptions()
  • Method Details

    • maxResults

      public Integer maxResults()
      Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
      Returns:
      the maxResults value
    • withMaxResults

      public ExperimentsListByWorkspaceOptions withMaxResults(Integer maxResults)
      Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
      Parameters:
      maxResults - the maxResults value to set
      Returns:
      the ExperimentsListByWorkspaceOptions object itself.