Struct aws_sdk_sagemaker::input::create_endpoint_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateEndpointInput
Implementations
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 .
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 .
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
Appends an item to tags
.
To override the contents of this collection use set_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.
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.
Consumes the builder and constructs a CreateEndpointInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more