Class: Aws::Types::TrainingImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrainingImageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#training_repository_access_mode ⇒ "Platform", "Vpc"
Returns the value of attribute training_repository_access_mode.
-
#training_repository_auth_config ⇒ Types::TrainingRepositoryAuthConfig
Returns the value of attribute training_repository_auth_config.
Instance Attribute Details
#training_repository_access_mode ⇒ "Platform", "Vpc"
Returns the value of attribute training_repository_access_mode.
11399 11400 11401 |
# File 'sig/types.rbs', line 11399 def training_repository_access_mode @training_repository_access_mode end |
#training_repository_auth_config ⇒ Types::TrainingRepositoryAuthConfig
Returns the value of attribute training_repository_auth_config.
11400 11401 11402 |
# File 'sig/types.rbs', line 11400 def training_repository_auth_config @training_repository_auth_config end |