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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationJobCompiledOutputConfig.Builder
s3OutputUri(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3OutputUri
RecommendationJobCompiledOutputConfig.Builder s3OutputUri(String 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.
-
-