TrainModelRequest |
TrainModelRequest.gcsBuckets(List<URI> gcsBuckets) |
List of GCS bucket URIs to scan for training files.
|
TrainModelRequest |
TrainModelRequest.location(String location) |
Google Cloud region for AutoML resources (e.g., \"us-central1\", \"europe-west4\").
|
TrainModelRequest |
TrainModelRequest.modelName(String modelName) |
Display name for the trained model.
|
TrainModelRequest |
TrainModelRequest.projectId(String projectId) |
Google Cloud project ID where the AutoML dataset and model will be created.
|
TrainModelRequest |
TrainModelRequest.srcLang(String srcLang) |
Source language ISO code (e.g., \"en\", \"fr\", \"de\").
|
TrainModelRequest |
TrainModelRequest.trainingJobId(UUID trainingJobId) |
UUID assigned by the caller to identify the training job.
|
TrainModelRequest |
TrainModelRequest.trgLang(String trgLang) |
Target language ISO code (e.g., \"es\", \"fr\", \"de\").
|
TrainModelRequest |
TrainModelRequest.userId(UUID userId) |
UUID of the user initiating the training.
|