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.
12218 12219 12220 |
# File 'sig/types.rbs', line 12218 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
12216 12217 12218 |
# File 'sig/types.rbs', line 12216 def description @description end |
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
12217 12218 12219 |
# File 'sig/types.rbs', line 12217 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
12214 12215 12216 |
# File 'sig/types.rbs', line 12214 def name @name end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
12215 12216 12217 |
# File 'sig/types.rbs', line 12215 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
12219 12220 12221 |
# File 'sig/types.rbs', line 12219 def shadow_mode_config @shadow_mode_config end |