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

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

There is a newer version: v2-rev20241222-2.0.0
Show newest version






IterationResult (BigQuery API v2-rev20190616-1.29.2)












com.google.api.services.bigquery.model

Class IterationResult

    • Constructor Detail

      • IterationResult

        public IterationResult()
    • Method Detail

      • getClusterInfos

        public List<ClusterInfo> getClusterInfos()
        [Beta] Information about top clusters for clustering models.
        Returns:
        value or null for none
      • setClusterInfos

        public IterationResult setClusterInfos(List<ClusterInfo> clusterInfos)
        [Beta] Information about top clusters for clustering models.
        Parameters:
        clusterInfos - clusterInfos or null for none
      • getDurationMs

        public Long getDurationMs()
        Time taken to run the iteration in milliseconds.
        Returns:
        value or null for none
      • setDurationMs

        public IterationResult setDurationMs(Long durationMs)
        Time taken to run the iteration in milliseconds.
        Parameters:
        durationMs - durationMs or null for none
      • getEvalLoss

        public Double getEvalLoss()
        Loss computed on the eval data at the end of iteration.
        Returns:
        value or null for none
      • setEvalLoss

        public IterationResult setEvalLoss(Double evalLoss)
        Loss computed on the eval data at the end of iteration.
        Parameters:
        evalLoss - evalLoss or null for none
      • getIndex

        public Integer getIndex()
        Index of the iteration, 0 based.
        Returns:
        value or null for none
      • setIndex

        public IterationResult setIndex(Integer index)
        Index of the iteration, 0 based.
        Parameters:
        index - index or null for none
      • getLearnRate

        public Double getLearnRate()
        Learn rate used for this iteration.
        Returns:
        value or null for none
      • setLearnRate

        public IterationResult setLearnRate(Double learnRate)
        Learn rate used for this iteration.
        Parameters:
        learnRate - learnRate or null for none
      • getTrainingLoss

        public Double getTrainingLoss()
        Loss computed on the training data at the end of iteration.
        Returns:
        value or null for none
      • setTrainingLoss

        public IterationResult setTrainingLoss(Double trainingLoss)
        Loss computed on the training data at the end of iteration.
        Parameters:
        trainingLoss - trainingLoss or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy