Class: Aws::Types::AlgorithmValidationProfile
- Inherits:
-
Object
- Object
- Aws::Types::AlgorithmValidationProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#training_job_definition ⇒ Types::TrainingJobDefinition
Returns the value of attribute training_job_definition.
-
#transform_job_definition ⇒ Types::TransformJobDefinition
Returns the value of attribute transform_job_definition.
Instance Attribute Details
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def profile_name @profile_name end |
#training_job_definition ⇒ Types::TrainingJobDefinition
Returns the value of attribute training_job_definition.
406 407 408 |
# File 'sig/types.rbs', line 406 def training_job_definition @training_job_definition end |
#transform_job_definition ⇒ Types::TransformJobDefinition
Returns the value of attribute transform_job_definition.
407 408 409 |
# File 'sig/types.rbs', line 407 def transform_job_definition @transform_job_definition end |