public static interface RecommendationJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<RecommendationJobOutputConfig.Builder,RecommendationJobOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
default RecommendationJobOutputConfig.Builder |
compiledOutputConfig(Consumer<RecommendationJobCompiledOutputConfig.Builder> compiledOutputConfig)
Provides information about the output configuration for the compiled model.
|
RecommendationJobOutputConfig.Builder |
compiledOutputConfig(RecommendationJobCompiledOutputConfig compiledOutputConfig)
Provides information about the output configuration for the compiled model.
|
RecommendationJobOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key
that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationJobOutputConfig.Builder kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key
that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption. The
SageMaker execution role must have kms:GenerateDataKey permission.
The KmsKeyId can be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
// KMS Key Alias
"alias/ExampleAlias"
// Amazon Resource Name (ARN) of a KMS Key Alias
"arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services
KMS) key that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side
encryption. The SageMaker execution role must have kms:GenerateDataKey permission.
The KmsKeyId can be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"
// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
// KMS Key Alias
"alias/ExampleAlias"
// Amazon Resource Name (ARN) of a KMS Key Alias
"arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
RecommendationJobOutputConfig.Builder compiledOutputConfig(RecommendationJobCompiledOutputConfig compiledOutputConfig)
Provides information about the output configuration for the compiled model.
compiledOutputConfig - Provides information about the output configuration for the compiled model.default RecommendationJobOutputConfig.Builder compiledOutputConfig(Consumer<RecommendationJobCompiledOutputConfig.Builder> compiledOutputConfig)
Provides information about the output configuration for the compiled model.
This is a convenience method that creates an instance of theRecommendationJobCompiledOutputConfig.Builder avoiding the need to create one manually via
RecommendationJobCompiledOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to compiledOutputConfig(RecommendationJobCompiledOutputConfig).
compiledOutputConfig - a consumer that will call methods on RecommendationJobCompiledOutputConfig.BuildercompiledOutputConfig(RecommendationJobCompiledOutputConfig)Copyright © 2022. All rights reserved.