Interface RecommendationJobCompiledOutputConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationJobCompiledOutputConfig.Builder,
,RecommendationJobCompiledOutputConfig> SdkBuilder<RecommendationJobCompiledOutputConfig.Builder,
,RecommendationJobCompiledOutputConfig> SdkPojo
- Enclosing class:
RecommendationJobCompiledOutputConfig
public static interface RecommendationJobCompiledOutputConfig.Builder
extends SdkPojo, CopyableBuilder<RecommendationJobCompiledOutputConfig.Builder,RecommendationJobCompiledOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3OutputUri
(String s3OutputUri) Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3OutputUri
Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.
- Parameters:
s3OutputUri
- Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-