Package com.acumenvelocity.ath.model
Class TrainModelRequest
- java.lang.Object
-
- com.acumenvelocity.ath.model.TrainModelRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class TrainModelRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description TrainModelRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TrainModelRequestgcsBuckets(List<URI> gcsBuckets)List of GCS bucket URIs to scan for training files.List<URI>getGcsBuckets()StringgetLocation()StringgetModelName()StringgetProjectId()StringgetSrcLang()UUIDgetTrainingJobId()StringgetTrgLang()UUIDgetUserId()inthashCode()TrainModelRequestlocation(String location)Google Cloud region for AutoML resources (e.g., \"us-central1\", \"europe-west4\").TrainModelRequestmodelName(String modelName)Display name for the trained model.TrainModelRequestprojectId(String projectId)Google Cloud project ID where the AutoML dataset and model will be created.voidsetGcsBuckets(List<URI> gcsBuckets)voidsetLocation(String location)voidsetModelName(String modelName)voidsetProjectId(String projectId)voidsetSrcLang(String srcLang)voidsetTrainingJobId(UUID trainingJobId)voidsetTrgLang(String trgLang)voidsetUserId(UUID userId)TrainModelRequestsrcLang(String srcLang)Source language ISO code (e.g., \"en\", \"fr\", \"de\").StringtoString()TrainModelRequesttrainingJobId(UUID trainingJobId)UUID assigned by the caller to identify the training job.TrainModelRequesttrgLang(String trgLang)Target language ISO code (e.g., \"es\", \"fr\", \"de\").TrainModelRequestuserId(UUID userId)UUID of the user initiating the training.
-
-
-
Method Detail
-
trainingJobId
public TrainModelRequest trainingJobId(UUID trainingJobId)
UUID assigned by the caller to identify the training job.
-
getTrainingJobId
public UUID getTrainingJobId()
-
setTrainingJobId
public void setTrainingJobId(UUID trainingJobId)
-
modelName
public TrainModelRequest modelName(String modelName)
Display name for the trained model.
-
getModelName
public String getModelName()
-
setModelName
public void setModelName(String modelName)
-
srcLang
public TrainModelRequest srcLang(String srcLang)
Source language ISO code (e.g., \"en\", \"fr\", \"de\").
-
getSrcLang
public String getSrcLang()
-
setSrcLang
public void setSrcLang(String srcLang)
-
trgLang
public TrainModelRequest trgLang(String trgLang)
Target language ISO code (e.g., \"es\", \"fr\", \"de\").
-
getTrgLang
public String getTrgLang()
-
setTrgLang
public void setTrgLang(String trgLang)
-
gcsBuckets
public TrainModelRequest gcsBuckets(List<URI> gcsBuckets)
List of GCS bucket URIs to scan for training files. Supports TMX, TSV, CSV, and TXT files. Example: [\"gs://my-bucket\", \"gs://shared-bucket/subfolder\"]
-
projectId
public TrainModelRequest projectId(String projectId)
Google Cloud project ID where the AutoML dataset and model will be created.
-
getProjectId
public String getProjectId()
-
setProjectId
public void setProjectId(String projectId)
-
location
public TrainModelRequest location(String location)
Google Cloud region for AutoML resources (e.g., \"us-central1\", \"europe-west4\").
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
userId
public TrainModelRequest userId(UUID userId)
UUID of the user initiating the training.
-
getUserId
public UUID getUserId()
-
setUserId
public void setUserId(UUID userId)
-
-