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