Class: Aws::Types::ModelQualityAppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ModelQualityAppSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
-
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#post_analytics_processor_source_uri ⇒ ::String
Returns the value of attribute post_analytics_processor_source_uri.
-
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
-
#record_preprocessor_source_uri ⇒ ::String
Returns the value of attribute record_preprocessor_source_uri.
Instance Attribute Details
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
9184 9185 9186 |
# File 'sig/types.rbs', line 9184 def container_arguments @container_arguments end |
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
9183 9184 9185 |
# File 'sig/types.rbs', line 9183 def container_entrypoint @container_entrypoint end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
9188 9189 9190 |
# File 'sig/types.rbs', line 9188 def environment @environment end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def image_uri @image_uri end |
#post_analytics_processor_source_uri ⇒ ::String
Returns the value of attribute post_analytics_processor_source_uri.
9186 9187 9188 |
# File 'sig/types.rbs', line 9186 def post_analytics_processor_source_uri @post_analytics_processor_source_uri end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
9187 9188 9189 |
# File 'sig/types.rbs', line 9187 def problem_type @problem_type end |
#record_preprocessor_source_uri ⇒ ::String
Returns the value of attribute record_preprocessor_source_uri.
9185 9186 9187 |
# File 'sig/types.rbs', line 9185 def record_preprocessor_source_uri @record_preprocessor_source_uri end |