| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SessionChainingConfig |
SessionChainingConfig.clone() |
SessionChainingConfig |
CreateTrainingJobRequest.getSessionChainingConfig()
Contains information about attribute-based access control (ABAC) for the training job.
|
SessionChainingConfig |
SessionChainingConfig.withEnableSessionTagChaining(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. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTrainingJobRequest.setSessionChainingConfig(SessionChainingConfig sessionChainingConfig)
Contains information about attribute-based access control (ABAC) for the training job.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withSessionChainingConfig(SessionChainingConfig sessionChainingConfig)
Contains information about attribute-based access control (ABAC) for the training job.
|
Copyright © 2024. All rights reserved.