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-rev20241027-2.0.0
Show newest version






TrainingRun (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class TrainingRun

    • Constructor Detail

      • TrainingRun

        public TrainingRun()
    • Method Detail

      • getClassLevelGlobalExplanations

        public List<GlobalExplanation> getClassLevelGlobalExplanations()
        Output only. Global explanation contains the explanation of top features on the class level. Applies to classification models only.
        Returns:
        value or null for none
      • setClassLevelGlobalExplanations

        public TrainingRun setClassLevelGlobalExplanations(List<GlobalExplanation> classLevelGlobalExplanations)
        Output only. Global explanation contains the explanation of top features on the class level. Applies to classification models only.
        Parameters:
        classLevelGlobalExplanations - classLevelGlobalExplanations or null for none
      • getDataSplitResult

        public DataSplitResult getDataSplitResult()
        Output only. Data split result of the training run. Only set when the input data is actually split.
        Returns:
        value or null for none
      • setDataSplitResult

        public TrainingRun setDataSplitResult(DataSplitResult dataSplitResult)
        Output only. Data split result of the training run. Only set when the input data is actually split.
        Parameters:
        dataSplitResult - dataSplitResult or null for none
      • getEvaluationMetrics

        public EvaluationMetrics getEvaluationMetrics()
        Output only. 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)
        Output only. The evaluation metrics over training/eval data that were computed at the end of training.
        Parameters:
        evaluationMetrics - evaluationMetrics or null for none
      • getModelLevelGlobalExplanation

        public GlobalExplanation getModelLevelGlobalExplanation()
        Output only. Global explanation contains the explanation of top features on the model level. Applies to both regression and classification models.
        Returns:
        value or null for none
      • setModelLevelGlobalExplanation

        public TrainingRun setModelLevelGlobalExplanation(GlobalExplanation modelLevelGlobalExplanation)
        Output only. Global explanation contains the explanation of top features on the model level. Applies to both regression and classification models.
        Parameters:
        modelLevelGlobalExplanation - modelLevelGlobalExplanation or null for none
      • getResults

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

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

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

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

        public TrainingOptions getTrainingOptions()
        Output only. 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)
        Output only. Options that were used for this training run, includes user specified and default options that were used.
        Parameters:
        trainingOptions - trainingOptions or null for none
      • getTrainingStartTime

        public Long getTrainingStartTime()
        Output only. The start time of this training run, in milliseconds since epoch.
        Returns:
        value or null for none
      • setTrainingStartTime

        public TrainingRun setTrainingStartTime(Long trainingStartTime)
        Output only. The start time of this training run, in milliseconds since epoch.
        Parameters:
        trainingStartTime - trainingStartTime or null for none
      • getVertexAiModelId

        public String getVertexAiModelId()
        The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model- registry/introduction) for this training run.
        Returns:
        value or null for none
      • setVertexAiModelId

        public TrainingRun setVertexAiModelId(String vertexAiModelId)
        The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model- registry/introduction) for this training run.
        Parameters:
        vertexAiModelId - vertexAiModelId or null for none
      • getVertexAiModelVersion

        public String getVertexAiModelVersion()
        Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run.
        Returns:
        value or null for none
      • setVertexAiModelVersion

        public TrainingRun setVertexAiModelVersion(String vertexAiModelVersion)
        Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run.
        Parameters:
        vertexAiModelVersion - vertexAiModelVersion 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–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy