Class: Aws::Types::CreateInferenceRecommendationsJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceRecommendationsJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_config ⇒ Types::RecommendationJobInputConfig
Returns the value of attribute input_config.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
-
#output_config ⇒ Types::RecommendationJobOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#input_config ⇒ Types::RecommendationJobInputConfig
Returns the value of attribute input_config.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def input_config @input_config end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def job_name @job_name end |
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def job_type @job_type end |
#output_config ⇒ Types::RecommendationJobOutputConfig
Returns the value of attribute output_config.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def @tags end |