class Aws::SageMaker::Types::CreateEndpointInput

@note When making an API call, you may pass CreateEndpointInput

data as a hash:

    {
      endpoint_name: "EndpointName", # required
      endpoint_config_name: "EndpointConfigName", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] endpoint_name

The name of the endpoint.The name must be unique within an Amazon
Web Services Region in your Amazon Web Services account. The name is
case-insensitive in `CreateEndpoint`, but the case is preserved and
must be matched in .
@return [String]

@!attribute [rw] endpoint_config_name

The name of an endpoint configuration. For more information, see
CreateEndpointConfig.
@return [String]

@!attribute [rw] tags

An array of key-value pairs. You can use tags to categorize your
Amazon Web Services resources in different ways, for example, by
purpose, owner, or environment. For more information, see [Tagging
Amazon Web Services Resources][1].

[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/CreateEndpointInput AWS API Documentation

Constants

SENSITIVE