pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteRealtimeEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ml_model_id(self, input: impl Into<String>) -> Self
pub fn ml_model_id(self, input: impl Into<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
sourcepub fn set_ml_model_id(self, input: Option<String>) -> Self
pub fn set_ml_model_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
sourcepub fn realtime_endpoint_info(self, input: RealtimeEndpointInfo) -> Self
pub fn realtime_endpoint_info(self, input: RealtimeEndpointInfo) -> Self
The endpoint information of the MLModel
sourcepub fn set_realtime_endpoint_info(
self,
input: Option<RealtimeEndpointInfo>
) -> Self
pub fn set_realtime_endpoint_info(
self,
input: Option<RealtimeEndpointInfo>
) -> Self
The endpoint information of the MLModel
sourcepub fn build(self) -> DeleteRealtimeEndpointOutput
pub fn build(self) -> DeleteRealtimeEndpointOutput
Consumes the builder and constructs a DeleteRealtimeEndpointOutput
.