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.
11422 11423 11424 |
# File 'sig/types.rbs', line 11422 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.
11423 11424 11425 |
# File 'sig/types.rbs', line 11423 def training_repository_auth_config @training_repository_auth_config end |