Interface CreateMlflowTrackingServerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateMlflowTrackingServerRequest.Builder,
,CreateMlflowTrackingServerRequest> SageMakerRequest.Builder
,SdkBuilder<CreateMlflowTrackingServerRequest.Builder,
,CreateMlflowTrackingServerRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMlflowTrackingServerRequest
-
Method Summary
Modifier and TypeMethodDescriptionartifactStoreUri
(String artifactStoreUri) The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.automaticModelRegistration
(Boolean automaticModelRegistration) Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.mlflowVersion
(String mlflowVersion) The version of MLflow that the tracking server uses.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.tags
(Collection<Tag> tags) Tags consisting of key-value pairs used to manage metadata for the tracking server.tags
(Consumer<Tag.Builder>... 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.trackingServerName
(String trackingServerName) A unique string identifying the tracking server name.trackingServerSize
(String trackingServerSize) The size of the tracking server you want to create.trackingServerSize
(TrackingServerSize trackingServerSize) The size of the tracking server you want to create.weeklyMaintenanceWindowStart
(String weeklyMaintenanceWindowStart) The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
trackingServerName
A unique string identifying the tracking server name. This string is part of the tracking server ARN.
- Parameters:
trackingServerName
- A unique string identifying the tracking server name. This string is part of the tracking server ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStoreUri
The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.
- Parameters:
artifactStoreUri
- The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mlflowVersion
The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.
- Parameters:
mlflowVersion
- The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
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.- Parameters:
roleArn
- 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 haveAmazonS3FullAccess
permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automaticModelRegistration
CreateMlflowTrackingServerRequest.Builder automaticModelRegistration(Boolean automaticModelRegistration) 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 toFalse
. If not specified,AutomaticModelRegistration
defaults toFalse
.- Parameters:
automaticModelRegistration
- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value toTrue
. To disable automatic model registration, set this value toFalse
. If not specified,AutomaticModelRegistration
defaults toFalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weeklyMaintenanceWindowStart
CreateMlflowTrackingServerRequest.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) 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.
- Parameters:
weeklyMaintenanceWindowStart
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the tracking server.
- Parameters:
tags
- Tags consisting of key-value pairs used to manage metadata for the tracking server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the tracking server.
- Parameters:
tags
- Tags consisting of key-value pairs used to manage metadata for the tracking server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the tracking server.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMlflowTrackingServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMlflowTrackingServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-