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

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







BigQueryModelTraining (BigQuery API v2-rev20210219-1.31.0)












com.google.api.services.bigquery.model

Class BigQueryModelTraining

    • Constructor Detail

      • BigQueryModelTraining

        public BigQueryModelTraining()
    • Method Detail

      • getCurrentIteration

        public Integer getCurrentIteration()
        [Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.
        Returns:
        value or null for none
      • setCurrentIteration

        public BigQueryModelTraining setCurrentIteration(Integer currentIteration)
        [Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.
        Parameters:
        currentIteration - currentIteration or null for none
      • getExpectedTotalIterations

        public Long getExpectedTotalIterations()
        [Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.
        Returns:
        value or null for none
      • setExpectedTotalIterations

        public BigQueryModelTraining setExpectedTotalIterations(Long expectedTotalIterations)
        [Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.
        Parameters:
        expectedTotalIterations - expectedTotalIterations or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy