Class CfnMlflowTrackingServer.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMlflowTrackingServer.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMlflowTrackingServer>
- Enclosing class:
CfnMlflowTrackingServer
@Stability(Stable)
public static final class CfnMlflowTrackingServer.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMlflowTrackingServer>
A fluent builder for
CfnMlflowTrackingServer
.-
Method Summary
Modifier and TypeMethodDescriptionartifactStoreUri
(String artifactStoreUri) The Amazon S3 URI for MLFlow Tracking Server artifacts.automaticModelRegistration
(Boolean automaticModelRegistration) A flag to enable Automatic SageMaker Model Registration.automaticModelRegistration
(IResolvable automaticModelRegistration) A flag to enable Automatic SageMaker Model Registration.build()
mlflowVersion
(String mlflowVersion) The MLFlow Version used on the MLFlow Tracking Server.The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.An array of key-value pairs to apply to this resource.trackingServerName
(String trackingServerName) The name of the MLFlow Tracking Server.trackingServerSize
(String trackingServerSize) The size of the MLFlow Tracking Server.weeklyMaintenanceWindowStart
(String weeklyMaintenanceWindowStart) The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
-
Method Details
-
create
@Stability(Stable) public static CfnMlflowTrackingServer.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMlflowTrackingServer.Builder
.
-
artifactStoreUri
The Amazon S3 URI for MLFlow Tracking Server artifacts.- Parameters:
artifactStoreUri
- The Amazon S3 URI for MLFlow Tracking Server artifacts. This parameter is required.- Returns:
this
- See Also:
-
roleArn
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.- Parameters:
roleArn
- The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer. This parameter is required.- Returns:
this
- See Also:
-
trackingServerName
@Stability(Stable) public CfnMlflowTrackingServer.Builder trackingServerName(String trackingServerName) The name of the MLFlow Tracking Server.- Parameters:
trackingServerName
- The name of the MLFlow Tracking Server. This parameter is required.- Returns:
this
- See Also:
-
automaticModelRegistration
@Stability(Stable) public CfnMlflowTrackingServer.Builder automaticModelRegistration(Boolean automaticModelRegistration) A flag to enable Automatic SageMaker Model Registration.- Parameters:
automaticModelRegistration
- A flag to enable Automatic SageMaker Model Registration. This parameter is required.- Returns:
this
- See Also:
-
automaticModelRegistration
@Stability(Stable) public CfnMlflowTrackingServer.Builder automaticModelRegistration(IResolvable automaticModelRegistration) A flag to enable Automatic SageMaker Model Registration.- Parameters:
automaticModelRegistration
- A flag to enable Automatic SageMaker Model Registration. This parameter is required.- Returns:
this
- See Also:
-
mlflowVersion
The MLFlow Version used on the MLFlow Tracking Server.- Parameters:
mlflowVersion
- The MLFlow Version used on the MLFlow Tracking Server. This parameter is required.- Returns:
this
- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
- See Also:
-
trackingServerSize
@Stability(Stable) public CfnMlflowTrackingServer.Builder trackingServerSize(String trackingServerSize) The size of the MLFlow Tracking Server.- Parameters:
trackingServerSize
- The size of the MLFlow Tracking Server. This parameter is required.- Returns:
this
- See Also:
-
weeklyMaintenanceWindowStart
@Stability(Stable) public CfnMlflowTrackingServer.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.- Parameters:
weeklyMaintenanceWindowStart
- The start of the time window for maintenance of the MLFlow Tracking Server in UTC time. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMlflowTrackingServer>
- Returns:
- a newly built instance of
CfnMlflowTrackingServer
.
-