
com.clarifai.grpc.api.PostModelVersionsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostModelVersionsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostModelVersionsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
* string model_id = 2;
* @return The modelId.
*/
java.lang.String getModelId();
/**
* string model_id = 2;
* @return The bytes for modelId.
*/
com.google.protobuf.ByteString
getModelIdBytes();
/**
*
* This lets you post an existing model version rather than training a new one.
* For internal Clarifai use only to start.
*
*
* repeated .clarifai.api.ModelVersion model_versions = 3;
*/
java.util.List
getModelVersionsList();
/**
*
* This lets you post an existing model version rather than training a new one.
* For internal Clarifai use only to start.
*
*
* repeated .clarifai.api.ModelVersion model_versions = 3;
*/
com.clarifai.grpc.api.ModelVersion getModelVersions(int index);
/**
*
* This lets you post an existing model version rather than training a new one.
* For internal Clarifai use only to start.
*
*
* repeated .clarifai.api.ModelVersion model_versions = 3;
*/
int getModelVersionsCount();
/**
*
* This lets you post an existing model version rather than training a new one.
* For internal Clarifai use only to start.
*
*
* repeated .clarifai.api.ModelVersion model_versions = 3;
*/
java.util.List extends com.clarifai.grpc.api.ModelVersionOrBuilder>
getModelVersionsOrBuilderList();
/**
*
* This lets you post an existing model version rather than training a new one.
* For internal Clarifai use only to start.
*
*
* repeated .clarifai.api.ModelVersion model_versions = 3;
*/
com.clarifai.grpc.api.ModelVersionOrBuilder getModelVersionsOrBuilder(
int index);
/**
*
* Use this to filter inputs that are used in training
* Alternatively, use train_search & test_search fields OR dataset_version field.
*
*
* .clarifai.api.Search search = 4 [deprecated = true];
* @return Whether the search field is set.
*/
@java.lang.Deprecated boolean hasSearch();
/**
*
* Use this to filter inputs that are used in training
* Alternatively, use train_search & test_search fields OR dataset_version field.
*
*
* .clarifai.api.Search search = 4 [deprecated = true];
* @return The search.
*/
@java.lang.Deprecated com.clarifai.grpc.api.Search getSearch();
/**
*
* Use this to filter inputs that are used in training
* Alternatively, use train_search & test_search fields OR dataset_version field.
*
*
* .clarifai.api.Search search = 4 [deprecated = true];
*/
@java.lang.Deprecated com.clarifai.grpc.api.SearchOrBuilder getSearchOrBuilder();
/**
*
*train_search is used to specify what data to train on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search train_search = 5;
* @return Whether the trainSearch field is set.
*/
boolean hasTrainSearch();
/**
*
*train_search is used to specify what data to train on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search train_search = 5;
* @return The trainSearch.
*/
com.clarifai.grpc.api.Search getTrainSearch();
/**
*
*train_search is used to specify what data to train on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search train_search = 5;
*/
com.clarifai.grpc.api.SearchOrBuilder getTrainSearchOrBuilder();
/**
*
*test_search is used to specify what data to test on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search test_search = 6;
* @return Whether the testSearch field is set.
*/
boolean hasTestSearch();
/**
*
*test_search is used to specify what data to test on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search test_search = 6;
* @return The testSearch.
*/
com.clarifai.grpc.api.Search getTestSearch();
/**
*
*test_search is used to specify what data to test on.
* Alternatively, use dataset_version field.
*
*
* .clarifai.api.Search test_search = 6;
*/
com.clarifai.grpc.api.SearchOrBuilder getTestSearchOrBuilder();
/**
*
* whether to evaluate the transfer trained model after training
*
*
* bool evaluate_after_training = 7;
* @return The evaluateAfterTraining.
*/
boolean getEvaluateAfterTraining();
/**
*
* Description about this training run
*
*
* string description = 8;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description about this training run
*
*
* string description = 8;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Use the data from this dataset version for training.
* Set dataset_version.dataset_id to identify the dataset that you would like to use.
* When dataset_version.id field is set,
* the system will reuse the data from provided dataset version.
* When dataset_version.id is not set,
* a new dataset version will be created in the dataset using provided dataset_version fields.
*
*
* .clarifai.api.DatasetVersion dataset_version = 9;
* @return Whether the datasetVersion field is set.
*/
boolean hasDatasetVersion();
/**
*
* Use the data from this dataset version for training.
* Set dataset_version.dataset_id to identify the dataset that you would like to use.
* When dataset_version.id field is set,
* the system will reuse the data from provided dataset version.
* When dataset_version.id is not set,
* a new dataset version will be created in the dataset using provided dataset_version fields.
*
*
* .clarifai.api.DatasetVersion dataset_version = 9;
* @return The datasetVersion.
*/
com.clarifai.grpc.api.DatasetVersion getDatasetVersion();
/**
*
* Use the data from this dataset version for training.
* Set dataset_version.dataset_id to identify the dataset that you would like to use.
* When dataset_version.id field is set,
* the system will reuse the data from provided dataset version.
* When dataset_version.id is not set,
* a new dataset version will be created in the dataset using provided dataset_version fields.
*
*
* .clarifai.api.DatasetVersion dataset_version = 9;
*/
com.clarifai.grpc.api.DatasetVersionOrBuilder getDatasetVersionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy