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.
4259 4260 4261 |
# File 'sig/types.rbs', line 4259 def async_inference_config @async_inference_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4256 4257 4258 |
# File 'sig/types.rbs', line 4256 def creation_time @creation_time end |
#data_capture_config ⇒ Types::DataCaptureConfigSummary
Returns the value of attribute data_capture_config.
4253 4254 4255 |
# File 'sig/types.rbs', line 4253 def data_capture_config @data_capture_config end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def endpoint_arn @endpoint_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
4251 4252 4253 |
# File 'sig/types.rbs', line 4251 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
4254 4255 4256 |
# File 'sig/types.rbs', line 4254 def endpoint_status @endpoint_status end |
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
4261 4262 4263 |
# File 'sig/types.rbs', line 4261 def explainer_config @explainer_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4255 4256 4257 |
# File 'sig/types.rbs', line 4255 def failure_reason @failure_reason end |
#last_deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute last_deployment_config.
4258 4259 4260 |
# File 'sig/types.rbs', line 4258 def last_deployment_config @last_deployment_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4257 4258 4259 |
# File 'sig/types.rbs', line 4257 def last_modified_time @last_modified_time end |
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
4263 4264 4265 |
# File 'sig/types.rbs', line 4263 def metrics_config @metrics_config end |
#pending_deployment_summary ⇒ Types::PendingDeploymentSummary
Returns the value of attribute pending_deployment_summary.
4260 4261 4262 |
# File 'sig/types.rbs', line 4260 def pending_deployment_summary @pending_deployment_summary end |
#production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute production_variants.
4252 4253 4254 |
# File 'sig/types.rbs', line 4252 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
4262 4263 4264 |
# File 'sig/types.rbs', line 4262 def shadow_production_variants @shadow_production_variants end |