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

com.clarifai.grpc.api.TrainInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface TrainInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.TrainInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * To control the training process when PostModelVersions is used we allow a list of parameters
   * defined for each ModelType as a Struct (JSON object) here. During training, the settings
   * contained within are sent to the training processor to alter the training process.
   * 
* * .google.protobuf.Struct params = 1; * @return Whether the params field is set. */ boolean hasParams(); /** *
   * To control the training process when PostModelVersions is used we allow a list of parameters
   * defined for each ModelType as a Struct (JSON object) here. During training, the settings
   * contained within are sent to the training processor to alter the training process.
   * 
* * .google.protobuf.Struct params = 1; * @return The params. */ com.google.protobuf.Struct getParams(); /** *
   * To control the training process when PostModelVersions is used we allow a list of parameters
   * defined for each ModelType as a Struct (JSON object) here. During training, the settings
   * contained within are sent to the training processor to alter the training process.
   * 
* * .google.protobuf.Struct params = 1; */ com.google.protobuf.StructOrBuilder getParamsOrBuilder(); /** *
   * The dataset and dataset version this model version was or will be trained on
   * 
* * .clarifai.api.Dataset dataset = 2; * @return Whether the dataset field is set. */ boolean hasDataset(); /** *
   * The dataset and dataset version this model version was or will be trained on
   * 
* * .clarifai.api.Dataset dataset = 2; * @return The dataset. */ com.clarifai.grpc.api.Dataset getDataset(); /** *
   * The dataset and dataset version this model version was or will be trained on
   * 
* * .clarifai.api.Dataset dataset = 2; */ com.clarifai.grpc.api.DatasetOrBuilder getDatasetOrBuilder(); /** *
   * The model to resume training from.
   * 
* * .clarifai.api.Model resume_from_model = 3; * @return Whether the resumeFromModel field is set. */ boolean hasResumeFromModel(); /** *
   * The model to resume training from.
   * 
* * .clarifai.api.Model resume_from_model = 3; * @return The resumeFromModel. */ com.clarifai.grpc.api.Model getResumeFromModel(); /** *
   * The model to resume training from.
   * 
* * .clarifai.api.Model resume_from_model = 3; */ com.clarifai.grpc.api.ModelOrBuilder getResumeFromModelOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy