Struct aws_sdk_sagemaker::operation::create_mlflow_tracking_server::builders::CreateMlflowTrackingServerInputBuilder
source · #[non_exhaustive]pub struct CreateMlflowTrackingServerInputBuilder { /* private fields */ }
Expand description
A builder for CreateMlflowTrackingServerInput
.
Implementations§
source§impl CreateMlflowTrackingServerInputBuilder
impl CreateMlflowTrackingServerInputBuilder
sourcepub fn tracking_server_name(self, input: impl Into<String>) -> Self
pub fn tracking_server_name(self, input: impl Into<String>) -> Self
A unique string identifying the tracking server name. This string is part of the tracking server ARN.
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
A unique string identifying the tracking server name. This string is part of the tracking server ARN.
sourcepub fn get_tracking_server_name(&self) -> &Option<String>
pub fn get_tracking_server_name(&self) -> &Option<String>
A unique string identifying the tracking server name. This string is part of the tracking server ARN.
sourcepub fn artifact_store_uri(self, input: impl Into<String>) -> Self
pub fn artifact_store_uri(self, input: impl Into<String>) -> Self
The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.
This field is required.sourcepub fn set_artifact_store_uri(self, input: Option<String>) -> Self
pub fn set_artifact_store_uri(self, input: Option<String>) -> Self
The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.
sourcepub fn get_artifact_store_uri(&self) -> &Option<String>
pub fn get_artifact_store_uri(&self) -> &Option<String>
The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.
sourcepub fn tracking_server_size(self, input: TrackingServerSize) -> Self
pub fn tracking_server_size(self, input: TrackingServerSize) -> Self
The size of the tracking server you want to create. You can choose between "Small"
, "Medium"
, and "Large"
. The default MLflow Tracking Server configuration size is "Small"
. You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.
We recommend using a small tracking server for teams of up to 25 users, a medium tracking server for teams of up to 50 users, and a large tracking server for teams of up to 100 users.
sourcepub fn set_tracking_server_size(self, input: Option<TrackingServerSize>) -> Self
pub fn set_tracking_server_size(self, input: Option<TrackingServerSize>) -> Self
The size of the tracking server you want to create. You can choose between "Small"
, "Medium"
, and "Large"
. The default MLflow Tracking Server configuration size is "Small"
. You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.
We recommend using a small tracking server for teams of up to 25 users, a medium tracking server for teams of up to 50 users, and a large tracking server for teams of up to 100 users.
sourcepub fn get_tracking_server_size(&self) -> &Option<TrackingServerSize>
pub fn get_tracking_server_size(&self) -> &Option<TrackingServerSize>
The size of the tracking server you want to create. You can choose between "Small"
, "Medium"
, and "Large"
. The default MLflow Tracking Server configuration size is "Small"
. You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.
We recommend using a small tracking server for teams of up to 25 users, a medium tracking server for teams of up to 50 users, and a large tracking server for teams of up to 100 users.
sourcepub fn mlflow_version(self, input: impl Into<String>) -> Self
pub fn mlflow_version(self, input: impl Into<String>) -> Self
The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.
sourcepub fn set_mlflow_version(self, input: Option<String>) -> Self
pub fn set_mlflow_version(self, input: Option<String>) -> Self
The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.
sourcepub fn get_mlflow_version(&self) -> &Option<String>
pub fn get_mlflow_version(&self) -> &Option<String>
The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess
permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess
permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess
permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.
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 day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. 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 day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. 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 day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Tags consisting of key-value pairs used to manage metadata for the tracking server.
Tags consisting of key-value pairs used to manage metadata for the tracking server.
Tags consisting of key-value pairs used to manage metadata for the tracking server.
sourcepub fn build(self) -> Result<CreateMlflowTrackingServerInput, BuildError>
pub fn build(self) -> Result<CreateMlflowTrackingServerInput, BuildError>
Consumes the builder and constructs a CreateMlflowTrackingServerInput
.
source§impl CreateMlflowTrackingServerInputBuilder
impl CreateMlflowTrackingServerInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<CreateMlflowTrackingServerOutput, SdkError<CreateMlflowTrackingServerError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<CreateMlflowTrackingServerOutput, SdkError<CreateMlflowTrackingServerError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateMlflowTrackingServerInputBuilder
impl Clone for CreateMlflowTrackingServerInputBuilder
source§fn clone(&self) -> CreateMlflowTrackingServerInputBuilder
fn clone(&self) -> CreateMlflowTrackingServerInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateMlflowTrackingServerInputBuilder
impl Default for CreateMlflowTrackingServerInputBuilder
source§fn default() -> CreateMlflowTrackingServerInputBuilder
fn default() -> CreateMlflowTrackingServerInputBuilder
source§impl PartialEq for CreateMlflowTrackingServerInputBuilder
impl PartialEq for CreateMlflowTrackingServerInputBuilder
source§fn eq(&self, other: &CreateMlflowTrackingServerInputBuilder) -> bool
fn eq(&self, other: &CreateMlflowTrackingServerInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateMlflowTrackingServerInputBuilder
Auto Trait Implementations§
impl Freeze for CreateMlflowTrackingServerInputBuilder
impl RefUnwindSafe for CreateMlflowTrackingServerInputBuilder
impl Send for CreateMlflowTrackingServerInputBuilder
impl Sync for CreateMlflowTrackingServerInputBuilder
impl Unpin for CreateMlflowTrackingServerInputBuilder
impl UnwindSafe for CreateMlflowTrackingServerInputBuilder
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