Class: Aws::Types::CreateInferenceExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceExperimentRequest
- 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.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
-
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "ShadowMode"
Returns the value of attribute type.
Instance Attribute Details
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def description @description end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def endpoint_name @endpoint_name end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def kms_key @kms_key end |
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def role_arn @role_arn end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def shadow_mode_config @shadow_mode_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def end |
#type ⇒ "ShadowMode"
Returns the value of attribute type.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def type @type end |