| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
OutputDataConfig.builder() |
OutputDataConfig.Builder |
OutputDataConfig.Builder.compressionType(OutputCompressionType compressionType)
The model output compression type.
|
OutputDataConfig.Builder |
OutputDataConfig.Builder.compressionType(String compressionType)
The model output compression type.
|
OutputDataConfig.Builder |
OutputDataConfig.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that 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 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 TrainingJob.Builder |
TrainingJob.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The S3 path where model artifacts that you configured when creating the job are stored.
|
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 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 TrainingJobDefinition.Builder |
TrainingJobDefinition.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
the path to the S3 bucket where you want to store model artifacts.
|
default CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies the path to the S3 location where you want to store model artifacts.
|
Copyright © 2023. All rights reserved.