Struct aws_sdk_sagemaker::operation::update_mlflow_tracking_server::builders::UpdateMlflowTrackingServerInputBuilder
source · #[non_exhaustive]pub struct UpdateMlflowTrackingServerInputBuilder { /* private fields */ }
Expand description
A builder for UpdateMlflowTrackingServerInput
.
Implementations§
source§impl UpdateMlflowTrackingServerInputBuilder
impl UpdateMlflowTrackingServerInputBuilder
sourcepub fn tracking_server_name(self, input: impl Into<String>) -> Self
pub fn tracking_server_name(self, input: impl Into<String>) -> Self
The name of the MLflow Tracking Server to update.
This field is required.sourcepub fn set_tracking_server_name(self, input: Option<String>) -> Self
pub fn set_tracking_server_name(self, input: Option<String>) -> Self
The name of the MLflow Tracking Server to update.
sourcepub fn get_tracking_server_name(&self) -> &Option<String>
pub fn get_tracking_server_name(&self) -> &Option<String>
The name of the MLflow Tracking Server to update.
sourcepub fn artifact_store_uri(self, input: impl Into<String>) -> Self
pub fn artifact_store_uri(self, input: impl Into<String>) -> Self
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
sourcepub fn set_artifact_store_uri(self, input: Option<String>) -> Self
pub fn set_artifact_store_uri(self, input: Option<String>) -> Self
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
sourcepub fn get_artifact_store_uri(&self) -> &Option<String>
pub fn get_artifact_store_uri(&self) -> &Option<String>
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
sourcepub fn tracking_server_size(self, input: TrackingServerSize) -> Self
pub fn tracking_server_size(self, input: TrackingServerSize) -> Self
The new size for the MLflow Tracking Server.
sourcepub fn set_tracking_server_size(self, input: Option<TrackingServerSize>) -> Self
pub fn set_tracking_server_size(self, input: Option<TrackingServerSize>) -> Self
The new size for the MLflow Tracking Server.
sourcepub fn get_tracking_server_size(&self) -> &Option<TrackingServerSize>
pub fn get_tracking_server_size(&self) -> &Option<TrackingServerSize>
The new size for the MLflow Tracking Server.
sourcepub fn automatic_model_registration(self, input: bool) -> Self
pub fn automatic_model_registration(self, input: bool) -> Self
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to True
. To disable automatic model registration, set this value to False
. If not specified, AutomaticModelRegistration
defaults to False
sourcepub fn set_automatic_model_registration(self, input: Option<bool>) -> Self
pub fn set_automatic_model_registration(self, input: Option<bool>) -> Self
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to True
. To disable automatic model registration, set this value to False
. If not specified, AutomaticModelRegistration
defaults to False
sourcepub fn get_automatic_model_registration(&self) -> &Option<bool>
pub fn get_automatic_model_registration(&self) -> &Option<bool>
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to True
. To disable automatic model registration, set this value to False
. If not specified, AutomaticModelRegistration
defaults to False
sourcepub fn weekly_maintenance_window_start(self, input: impl Into<String>) -> Self
pub fn weekly_maintenance_window_start(self, input: impl Into<String>) -> Self
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
sourcepub fn set_weekly_maintenance_window_start(self, input: Option<String>) -> Self
pub fn set_weekly_maintenance_window_start(self, input: Option<String>) -> Self
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
sourcepub fn get_weekly_maintenance_window_start(&self) -> &Option<String>
pub fn get_weekly_maintenance_window_start(&self) -> &Option<String>
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
sourcepub fn build(self) -> Result<UpdateMlflowTrackingServerInput, BuildError>
pub fn build(self) -> Result<UpdateMlflowTrackingServerInput, BuildError>
Consumes the builder and constructs a UpdateMlflowTrackingServerInput
.
source§impl UpdateMlflowTrackingServerInputBuilder
impl UpdateMlflowTrackingServerInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<UpdateMlflowTrackingServerOutput, SdkError<UpdateMlflowTrackingServerError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<UpdateMlflowTrackingServerOutput, SdkError<UpdateMlflowTrackingServerError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateMlflowTrackingServerInputBuilder
impl Clone for UpdateMlflowTrackingServerInputBuilder
source§fn clone(&self) -> UpdateMlflowTrackingServerInputBuilder
fn clone(&self) -> UpdateMlflowTrackingServerInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateMlflowTrackingServerInputBuilder
impl Default for UpdateMlflowTrackingServerInputBuilder
source§fn default() -> UpdateMlflowTrackingServerInputBuilder
fn default() -> UpdateMlflowTrackingServerInputBuilder
source§impl PartialEq for UpdateMlflowTrackingServerInputBuilder
impl PartialEq for UpdateMlflowTrackingServerInputBuilder
source§fn eq(&self, other: &UpdateMlflowTrackingServerInputBuilder) -> bool
fn eq(&self, other: &UpdateMlflowTrackingServerInputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateMlflowTrackingServerInputBuilder
Auto Trait Implementations§
impl Freeze for UpdateMlflowTrackingServerInputBuilder
impl RefUnwindSafe for UpdateMlflowTrackingServerInputBuilder
impl Send for UpdateMlflowTrackingServerInputBuilder
impl Sync for UpdateMlflowTrackingServerInputBuilder
impl Unpin for UpdateMlflowTrackingServerInputBuilder
impl UnwindSafe for UpdateMlflowTrackingServerInputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more