Method: Aws::SageMaker::Waiters::EndpointInService#wait
- Defined in:
- lib/aws-sdk-sagemaker/waiters.rb
#wait(params = {}) ⇒ Types::DescribeEndpointOutput
Returns a response object which responds to the following methods:
-
#endpoint_name => String
-
#endpoint_arn => String
-
#endpoint_config_name => String
-
#production_variants => Array<Types::ProductionVariantSummary>
-
#data_capture_config => Types::DataCaptureConfigSummary
-
#endpoint_status => String
-
#failure_reason => String
-
#creation_time => Time
-
#last_modified_time => Time
-
#last_deployment_config => Types::DeploymentConfig
-
#async_inference_config => Types::AsyncInferenceConfig
-
#pending_deployment_summary => Types::PendingDeploymentSummary
-
#explainer_config => Types::ExplainerConfig
-
#shadow_production_variants => Array<Types::ProductionVariantSummary>
-
#metrics_config => Types::MetricsConfig
171 172 173 |
# File 'lib/aws-sdk-sagemaker/waiters.rb', line 171 def wait(params = {}) @waiter.wait(client: @client, params: params) end |