Uses of Class
software.amazon.awssdk.services.sagemaker.model.OutputDataConfig
-
Packages that use OutputDataConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OutputDataConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OutputDataConfig Modifier and Type Method Description OutputDataConfigCreateTrainingJobRequest. outputDataConfig()Specifies the path to the S3 location where you want to store model artifacts.OutputDataConfigDescribeTrainingJobResponse. outputDataConfig()The S3 path where model artifacts that you configured when creating the job are stored.OutputDataConfigHyperParameterTrainingJobDefinition. outputDataConfig()Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.OutputDataConfigTrainingJob. outputDataConfig()The S3 path where model artifacts that you configured when creating the job are stored.OutputDataConfigTrainingJobDefinition. outputDataConfig()the path to the S3 bucket where you want to store model artifacts.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OutputDataConfig Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Specifies the path to the S3 location where you want to store model artifacts.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The S3 path where model artifacts that you configured when creating the job are stored.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.TrainingJob.BuilderTrainingJob.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The S3 path where model artifacts that you configured when creating the job are stored.TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. outputDataConfig(OutputDataConfig outputDataConfig)the path to the S3 bucket where you want to store model artifacts.
-