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 Details

    • 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 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.