Interface SessionChainingConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SessionChainingConfig.Builder,,SessionChainingConfig> SdkBuilder<SessionChainingConfig.Builder,,SessionChainingConfig> SdkPojo
- Enclosing class:
 SessionChainingConfig
public static interface SessionChainingConfig.Builder
extends SdkPojo, CopyableBuilder<SessionChainingConfig.Builder,SessionChainingConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionenableSessionTagChaining(Boolean enableSessionTagChaining) Set toTrueto allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
enableSessionTagChaining
Set to
Trueto allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.- Parameters:
 enableSessionTagChaining- Set toTrueto allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -