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.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def description @description end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def endpoint_name @endpoint_name end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def kms_key @kms_key end |
#model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute model_variants.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def role_arn @role_arn end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def shadow_mode_config @shadow_mode_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def @tags end |
#type ⇒ "ShadowMode"
Returns the value of attribute type.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def type @type end |