Class: Aws::Types::UpdateInferenceExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInferenceExperimentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
-
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
Instance Attribute Details
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
12302 12303 12304 |
# File 'sig/types.rbs', line 12302 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
12300 12301 12302 |
# File 'sig/types.rbs', line 12300 def description @description end |
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
12301 12302 12303 |
# File 'sig/types.rbs', line 12301 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
12298 12299 12300 |
# File 'sig/types.rbs', line 12298 def name @name end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
12299 12300 12301 |
# File 'sig/types.rbs', line 12299 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
12303 12304 12305 |
# File 'sig/types.rbs', line 12303 def shadow_mode_config @shadow_mode_config end |