R/training_pipeline_jobs.R
gcva_custom_container_training_job.Rd
constructs a custom training job for running
gcva_custom_container_training_job(
stagingBucket = gcva_bucket_get(),
displayName,
containerUri,
command,
serviceAccount = NULL,
machineType = NULL,
acceleratorType = NULL,
acceleratorCount = NULL,
replicaCount = NULL,
args = NULL,
modelDisplayName = NULL,
predictSchemata = NULL,
modelServingContainerImageUri = NULL,
modelServingContainerCommand = NULL
)