class Aws::SageMaker::Types::Endpoint

A hosted endpoint for real-time inference.

@!attribute [rw] endpoint_name

The name of the endpoint.
@return [String]

@!attribute [rw] endpoint_arn

The Amazon Resource Name (ARN) of the endpoint.
@return [String]

@!attribute [rw] endpoint_config_name

The endpoint configuration associated with the endpoint.
@return [String]

@!attribute [rw] production_variants

A list of the production variants hosted on the endpoint. Each
production variant is a model.
@return [Array<Types::ProductionVariantSummary>]

@!attribute [rw] data_capture_config

@return [Types::DataCaptureConfigSummary]

@!attribute [rw] endpoint_status

The status of the endpoint.
@return [String]

@!attribute [rw] failure_reason

If the endpoint failed, the reason it failed.
@return [String]

@!attribute [rw] creation_time

The time that the endpoint was created.
@return [Time]

@!attribute [rw] last_modified_time

The last time the endpoint was modified.
@return [Time]

@!attribute [rw] monitoring_schedules

A list of monitoring schedules for the endpoint. For information
about model monitoring, see [Amazon SageMaker Model Monitor][1].

[1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html
@return [Array<Types::MonitoringSchedule>]

@!attribute [rw] tags

A list of the tags associated with the endpoint. For more
information, see [Tagging Amazon Web Services resources][1] in the
*Amazon Web Services General Reference Guide*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Endpoint AWS API Documentation

Constants

SENSITIVE