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.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def input_config @input_config end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def job_name @job_name end |
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def job_type @job_type end |
#output_config ⇒ Types::RecommendationJobOutputConfig
Returns the value of attribute output_config.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def @tags end |