Class: Aws::Types::AIBenchmarkOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::AIBenchmarkOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mlflow_config ⇒ Types::AIMlflowConfig
Returns the value of attribute mlflow_config.
-
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
Instance Attribute Details
#mlflow_config ⇒ Types::AIMlflowConfig
Returns the value of attribute mlflow_config.
66 67 68 |
# File 'sig/types.rbs', line 66 def mlflow_config @mlflow_config end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
65 66 67 |
# File 'sig/types.rbs', line 65 def s3_output_location @s3_output_location end |