Class: Aws::Types::CreateEndpointConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#async_inference_config ⇒ Types::AsyncInferenceConfig
Returns the value of attribute async_inference_config.
-
#data_capture_config ⇒ Types::DataCaptureConfig
Returns the value of attribute data_capture_config.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
-
#production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute production_variants.
-
#shadow_production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute shadow_production_variants.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#async_inference_config ⇒ Types::AsyncInferenceConfig
Returns the value of attribute async_inference_config.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def async_inference_config @async_inference_config end |
#data_capture_config ⇒ Types::DataCaptureConfig
Returns the value of attribute data_capture_config.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def data_capture_config @data_capture_config end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def enable_network_isolation @enable_network_isolation end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def endpoint_config_name @endpoint_config_name end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def execution_role_arn @execution_role_arn end |
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def explainer_config @explainer_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def kms_key_id @kms_key_id end |
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def metrics_config @metrics_config end |
#production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute production_variants.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute shadow_production_variants.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def shadow_production_variants @shadow_production_variants end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def vpc_config @vpc_config end |