All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.MlStatistics.html Maven / Gradle / Ivy







MlStatistics (BigQuery API v2-rev20220422-1.32.1)












com.google.api.services.bigquery.model

Class MlStatistics

    • Constructor Detail

      • MlStatistics

        public MlStatistics()
    • Method Detail

      • getIterationResults

        public List<IterationResult> getIterationResults()
        Results for all completed iterations.
        Returns:
        value or null for none
      • setIterationResults

        public MlStatistics setIterationResults(List<IterationResult> iterationResults)
        Results for all completed iterations.
        Parameters:
        iterationResults - iterationResults or null for none
      • getMaxIterations

        public Long getMaxIterations()
        Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query. The actual number of iterations may be less than this number due to early stop.
        Returns:
        value or null for none
      • setMaxIterations

        public MlStatistics setMaxIterations(Long maxIterations)
        Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query. The actual number of iterations may be less than this number due to early stop.
        Parameters:
        maxIterations - maxIterations or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy