Class: Aws::Types::CreateAIRecommendationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIRecommendationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
-
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
-
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
-
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
-
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
-
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
-
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
-
#output_config ⇒ Types::AIRecommendationOutputConfig
Returns the value of attribute output_config.
-
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def adapter_source @adapter_source end |
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def ai_recommendation_job_name @ai_recommendation_job_name end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def ai_workload_config_identifier @ai_workload_config_identifier end |
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def compute_spec @compute_spec end |
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def inference_specification @inference_specification end |
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def model_source @model_source end |
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def optimize_model @optimize_model end |
#output_config ⇒ Types::AIRecommendationOutputConfig
Returns the value of attribute output_config.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def output_config @output_config end |
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def performance_target @performance_target end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def end |