Class: Aws::Types::RecommendationJobContainerConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobContainerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_input_config ⇒ ::String
Returns the value of attribute data_input_config.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#framework ⇒ ::String
Returns the value of attribute framework.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#nearest_model_name ⇒ ::String
Returns the value of attribute nearest_model_name.
-
#payload_config ⇒ Types::RecommendationJobPayloadConfig
Returns the value of attribute payload_config.
-
#supported_endpoint_type ⇒ "RealTime", "Serverless"
Returns the value of attribute supported_endpoint_type.
-
#supported_instance_types ⇒ ::Array[::String]
Returns the value of attribute supported_instance_types.
-
#supported_response_mime_types ⇒ ::Array[::String]
Returns the value of attribute supported_response_mime_types.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#data_input_config ⇒ ::String
Returns the value of attribute data_input_config.
10373 10374 10375 |
# File 'sig/types.rbs', line 10373 def data_input_config @data_input_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
10365 10366 10367 |
# File 'sig/types.rbs', line 10365 def domain @domain end |
#framework ⇒ ::String
Returns the value of attribute framework.
10367 10368 10369 |
# File 'sig/types.rbs', line 10367 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
10368 10369 10370 |
# File 'sig/types.rbs', line 10368 def framework_version @framework_version end |
#nearest_model_name ⇒ ::String
Returns the value of attribute nearest_model_name.
10370 10371 10372 |
# File 'sig/types.rbs', line 10370 def nearest_model_name @nearest_model_name end |
#payload_config ⇒ Types::RecommendationJobPayloadConfig
Returns the value of attribute payload_config.
10369 10370 10371 |
# File 'sig/types.rbs', line 10369 def payload_config @payload_config end |
#supported_endpoint_type ⇒ "RealTime", "Serverless"
Returns the value of attribute supported_endpoint_type.
10372 10373 10374 |
# File 'sig/types.rbs', line 10372 def supported_endpoint_type @supported_endpoint_type end |
#supported_instance_types ⇒ ::Array[::String]
Returns the value of attribute supported_instance_types.
10371 10372 10373 |
# File 'sig/types.rbs', line 10371 def supported_instance_types @supported_instance_types end |
#supported_response_mime_types ⇒ ::Array[::String]
Returns the value of attribute supported_response_mime_types.
10374 10375 10376 |
# File 'sig/types.rbs', line 10374 def supported_response_mime_types @supported_response_mime_types end |
#task ⇒ ::String
Returns the value of attribute task.
10366 10367 10368 |
# File 'sig/types.rbs', line 10366 def task @task end |