Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SessionChainingConfig.Builder
-
Packages that use SessionChainingConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SessionChainingConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SessionChainingConfig.Builder Modifier and Type Method Description static SessionChainingConfig.BuilderSessionChainingConfig. builder()SessionChainingConfig.BuilderSessionChainingConfig.Builder. enableSessionTagChaining(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.SessionChainingConfig.BuilderSessionChainingConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SessionChainingConfig.Builder Modifier and Type Method Description static Class<? extends SessionChainingConfig.Builder>SessionChainingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SessionChainingConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. sessionChainingConfig(Consumer<SessionChainingConfig.Builder> sessionChainingConfig)Contains information about attribute-based access control (ABAC) for the training job.
-