Class: Aws::Types::DescribeEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointOutput
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_capture_config ⇒ Types::DataCaptureConfigSummary
Returns the value of attribute data_capture_config.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
-
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute last_deployment_config.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
-
#pending_deployment_summary ⇒ Types::PendingDeploymentSummary
Returns the value of attribute pending_deployment_summary.
-
#production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute production_variants.
-
#shadow_production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
Instance Attribute Details
#async_inference_config ⇒ Types::AsyncInferenceConfig
Returns the value of attribute async_inference_config.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def async_inference_config @async_inference_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4273 4274 4275 |
# File 'sig/types.rbs', line 4273 def creation_time @creation_time end |
#data_capture_config ⇒ Types::DataCaptureConfigSummary
Returns the value of attribute data_capture_config.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def data_capture_config @data_capture_config end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
4267 4268 4269 |
# File 'sig/types.rbs', line 4267 def endpoint_arn @endpoint_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
4268 4269 4270 |
# File 'sig/types.rbs', line 4268 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
4266 4267 4268 |
# File 'sig/types.rbs', line 4266 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def endpoint_status @endpoint_status end |
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
4278 4279 4280 |
# File 'sig/types.rbs', line 4278 def explainer_config @explainer_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4272 4273 4274 |
# File 'sig/types.rbs', line 4272 def failure_reason @failure_reason end |
#last_deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute last_deployment_config.
4275 4276 4277 |
# File 'sig/types.rbs', line 4275 def last_deployment_config @last_deployment_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4274 4275 4276 |
# File 'sig/types.rbs', line 4274 def last_modified_time @last_modified_time end |
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
4280 4281 4282 |
# File 'sig/types.rbs', line 4280 def metrics_config @metrics_config end |
#pending_deployment_summary ⇒ Types::PendingDeploymentSummary
Returns the value of attribute pending_deployment_summary.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def pending_deployment_summary @pending_deployment_summary end |
#production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute production_variants.
4269 4270 4271 |
# File 'sig/types.rbs', line 4269 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
4279 4280 4281 |
# File 'sig/types.rbs', line 4279 def shadow_production_variants @shadow_production_variants end |