| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
TrainingJobDefinition.getOutputDataConfig()
the path to the S3 bucket where you want to store model artifacts.
|
OutputDataConfig |
TrainingJob.getOutputDataConfig()
The S3 path where model artifacts that you configured when creating the job are stored.
|
OutputDataConfig |
DescribeTrainingJobResult.getOutputDataConfig()
The S3 path where model artifacts that you configured when creating the job are stored.
|
OutputDataConfig |
CreateTrainingJobRequest.getOutputDataConfig()
Specifies the path to the S3 location where you want to store model artifacts.
|
OutputDataConfig |
HyperParameterTrainingJobDefinition.getOutputDataConfig()
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning
job launches.
|
OutputDataConfig |
OutputDataConfig.withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest
using Amazon S3 server-side encryption.
|
OutputDataConfig |
OutputDataConfig.withS3OutputPath(String s3OutputPath)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJobDefinition.setOutputDataConfig(OutputDataConfig outputDataConfig)
the path to the S3 bucket where you want to store model artifacts.
|
void |
TrainingJob.setOutputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
void |
DescribeTrainingJobResult.setOutputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
void |
CreateTrainingJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the S3 location where you want to store model artifacts.
|
void |
HyperParameterTrainingJobDefinition.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning
job launches.
|
TrainingJobDefinition |
TrainingJobDefinition.withOutputDataConfig(OutputDataConfig outputDataConfig)
the path to the S3 bucket where you want to store model artifacts.
|
TrainingJob |
TrainingJob.withOutputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withOutputDataConfig(OutputDataConfig outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the S3 location where you want to store model artifacts.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning
job launches.
|
Copyright © 2020. All rights reserved.