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.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def adapter_source @adapter_source end |
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def ai_recommendation_job_name @ai_recommendation_job_name end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def ai_workload_config_identifier @ai_workload_config_identifier end |
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def compute_spec @compute_spec end |
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def inference_specification @inference_specification end |
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def model_source @model_source end |
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def optimize_model @optimize_model end |
#output_config ⇒ Types::AIRecommendationOutputConfig
Returns the value of attribute output_config.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def output_config @output_config end |
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def performance_target @performance_target end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def @tags end |