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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionChainingConfig.Builder
enableSessionTagChaining(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, sdkFields
-
-
-
-
Method Detail
-
enableSessionTagChaining
SessionChainingConfig.Builder enableSessionTagChaining(Boolean 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.
-
-