| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
CreateTrainingJobRequest.outputDataConfig()
Specifies the path to the S3 location where you want to store model artifacts.
|
OutputDataConfig |
DescribeTrainingJobResponse.outputDataConfig()
The S3 path where model artifacts that you configured when creating the job are stored.
|
OutputDataConfig |
TrainingJobDefinition.outputDataConfig()
the path to the S3 bucket where you want to store model artifacts.
|
OutputDataConfig |
HyperParameterTrainingJobDefinition.outputDataConfig()
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning
job launches.
|
OutputDataConfig |
TrainingJob.outputDataConfig()
The S3 path where model artifacts that you configured when creating the job are stored.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the S3 location where you want to store model artifacts.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
TrainingJobDefinition.Builder |
TrainingJobDefinition.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
the path to the S3 bucket where you want to store model artifacts.
|
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.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.Builder |
TrainingJob.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
Copyright © 2021. All rights reserved.