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

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







BqmlIterationResult (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class BqmlIterationResult

    • Constructor Detail

      • BqmlIterationResult

        public BqmlIterationResult()
    • Method Detail

      • getDurationMs

        public Long getDurationMs()
        [Output-only, Beta] Time taken to run the training iteration in milliseconds.
        Returns:
        value or null for none
      • setDurationMs

        public BqmlIterationResult setDurationMs(Long durationMs)
        [Output-only, Beta] Time taken to run the training iteration in milliseconds.
        Parameters:
        durationMs - durationMs or null for none
      • getEvalLoss

        public Double getEvalLoss()
        [Output-only, Beta] Eval loss computed on the eval data at the end of the iteration. The eval loss is used for early stopping to avoid overfitting. No eval loss if eval_split_method option is specified as no_split or auto_split with input data size less than 500 rows.
        Returns:
        value or null for none
      • setEvalLoss

        public BqmlIterationResult setEvalLoss(Double evalLoss)
        [Output-only, Beta] Eval loss computed on the eval data at the end of the iteration. The eval loss is used for early stopping to avoid overfitting. No eval loss if eval_split_method option is specified as no_split or auto_split with input data size less than 500 rows.
        Parameters:
        evalLoss - evalLoss or null for none
      • getIndex

        public Integer getIndex()
        [Output-only, Beta] Index of the ML training iteration, starting from zero for each training run.
        Returns:
        value or null for none
      • setIndex

        public BqmlIterationResult setIndex(Integer index)
        [Output-only, Beta] Index of the ML training iteration, starting from zero for each training run.
        Parameters:
        index - index or null for none
      • getLearnRate

        public Double getLearnRate()
        [Output-only, Beta] Learning rate used for this iteration, it varies for different training iterations if learn_rate_strategy option is not constant.
        Returns:
        value or null for none
      • setLearnRate

        public BqmlIterationResult setLearnRate(Double learnRate)
        [Output-only, Beta] Learning rate used for this iteration, it varies for different training iterations if learn_rate_strategy option is not constant.
        Parameters:
        learnRate - learnRate or null for none
      • getTrainingLoss

        public Double getTrainingLoss()
        [Output-only, Beta] Training loss computed on the training data at the end of the iteration. The training loss function is defined by model type.
        Returns:
        value or null for none
      • setTrainingLoss

        public BqmlIterationResult setTrainingLoss(Double trainingLoss)
        [Output-only, Beta] Training loss computed on the training data at the end of the iteration. The training loss function is defined by model type.
        Parameters:
        trainingLoss - trainingLoss or null for none
      • clone

        public BqmlIterationResult clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy