Class: Aws::Types::AIBenchmarkOutputResult
- Inherits:
-
Object
- Object
- Aws::Types::AIBenchmarkOutputResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ ::Array[Types::AICloudWatchLogs]
Returns the value of attribute cloud_watch_logs.
-
#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
#cloud_watch_logs ⇒ ::Array[Types::AICloudWatchLogs]
Returns the value of attribute cloud_watch_logs.
72 73 74 |
# File 'sig/types.rbs', line 72 def cloud_watch_logs @cloud_watch_logs end |
#mlflow_config ⇒ Types::AIMlflowConfig
Returns the value of attribute mlflow_config.
73 74 75 |
# File 'sig/types.rbs', line 73 def mlflow_config @mlflow_config end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
71 72 73 |
# File 'sig/types.rbs', line 71 def s3_output_location @s3_output_location end |