pub struct CreateRealtimeEndpointInput {
pub ml_model_id: String,
}
Fields§
§ml_model_id: String
The ID assigned to the MLModel
during creation.
Trait Implementations§
Source§impl Clone for CreateRealtimeEndpointInput
impl Clone for CreateRealtimeEndpointInput
Source§fn clone(&self) -> CreateRealtimeEndpointInput
fn clone(&self) -> CreateRealtimeEndpointInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CreateRealtimeEndpointInput
impl Debug for CreateRealtimeEndpointInput
Source§impl Default for CreateRealtimeEndpointInput
impl Default for CreateRealtimeEndpointInput
Source§fn default() -> CreateRealtimeEndpointInput
fn default() -> CreateRealtimeEndpointInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreateRealtimeEndpointInput
Auto Trait Implementations§
impl Freeze for CreateRealtimeEndpointInput
impl RefUnwindSafe for CreateRealtimeEndpointInput
impl Send for CreateRealtimeEndpointInput
impl Sync for CreateRealtimeEndpointInput
impl Unpin for CreateRealtimeEndpointInput
impl UnwindSafe for CreateRealtimeEndpointInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more