Interface SessionChainingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionChainingConfig.Builder,
,SessionChainingConfig> SdkBuilder<SessionChainingConfig.Builder,
,SessionChainingConfig> SdkPojo
- Enclosing class:
SessionChainingConfig
@Mutable
@NotThreadSafe
public static interface SessionChainingConfig.Builder
extends SdkPojo, CopyableBuilder<SessionChainingConfig.Builder,SessionChainingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionenableSessionTagChaining
(Boolean enableSessionTagChaining) Set toTrue
to 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
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 Details
-
enableSessionTagChaining
Set to
True
to 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 toTrue
to 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.
-