Class: Aws::Types::AIRecommendation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_detailsTypes::AIRecommendationAdapterDetails

Returns the value of attribute adapter_details.



141
142
143
# File 'sig/types.rbs', line 141

def adapter_details
  @adapter_details
end

#ai_benchmark_job_arn::String

Returns the value of attribute ai_benchmark_job_arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def ai_benchmark_job_arn
  @ai_benchmark_job_arn
end

#deployment_configurationTypes::AIRecommendationDeploymentConfiguration

Returns the value of attribute deployment_configuration.



138
139
140
# File 'sig/types.rbs', line 138

def deployment_configuration
  @deployment_configuration
end

#expected_performance::Array[Types::AIRecommendationPerformanceMetric]

Returns the value of attribute expected_performance.



140
141
142
# File 'sig/types.rbs', line 140

def expected_performance
  @expected_performance
end

#model_detailsTypes::AIRecommendationModelDetails

Returns the value of attribute model_details.



137
138
139
# File 'sig/types.rbs', line 137

def model_details
  @model_details
end

#optimization_details::Array[Types::AIRecommendationOptimizationDetail]

Returns the value of attribute optimization_details.



136
137
138
# File 'sig/types.rbs', line 136

def optimization_details
  @optimization_details
end

#recommendation_description::String

Returns the value of attribute recommendation_description.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def recommendation_description
  @recommendation_description
end