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

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

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






TrainingRun (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class TrainingRun

    • Constructor Detail

      • TrainingRun

        public TrainingRun()
    • Method Detail

      • getEvaluationMetrics

        public EvaluationMetrics getEvaluationMetrics()
        The evaluation metrics over training/eval data that were computed at the end of training.
        Returns:
        value or null for none
      • setEvaluationMetrics

        public TrainingRun setEvaluationMetrics(EvaluationMetrics evaluationMetrics)
        The evaluation metrics over training/eval data that were computed at the end of training.
        Parameters:
        evaluationMetrics - evaluationMetrics or null for none
      • getResults

        public List<IterationResult> getResults()
        Output of each iteration run, results.size() <= max_iterations.
        Returns:
        value or null for none
      • setResults

        public TrainingRun setResults(List<IterationResult> results)
        Output of each iteration run, results.size() <= max_iterations.
        Parameters:
        results - results or null for none
      • getStartTime

        public String getStartTime()
        The start time of this training run.
        Returns:
        value or null for none
      • setStartTime

        public TrainingRun setStartTime(String startTime)
        The start time of this training run.
        Parameters:
        startTime - startTime or null for none
      • getTrainingOptions

        public TrainingOptions getTrainingOptions()
        Options that were used for this training run, includes user specified and default options that were used.
        Returns:
        value or null for none
      • setTrainingOptions

        public TrainingRun setTrainingOptions(TrainingOptions trainingOptions)
        Options that were used for this training run, includes user specified and default options that were used.
        Parameters:
        trainingOptions - trainingOptions or null for none
      • set

        public TrainingRun set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public TrainingRun 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