Class CfnMlflowTrackingServerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMlflowTrackingServerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMlflowTrackingServerPropsMixin>
- Enclosing class:
CfnMlflowTrackingServerPropsMixin
@Stability(Stable)
public static final class CfnMlflowTrackingServerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMlflowTrackingServerPropsMixin>
A fluent builder for
CfnMlflowTrackingServerPropsMixin.-
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()create()create(CfnPropertyMixinOptions options) 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 CfnMlflowTrackingServerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMlflowTrackingServerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMlflowTrackingServerPropsMixin.Builder.
-
artifactStoreUri
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.Builder artifactStoreUri(String 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:
-
automaticModelRegistration
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.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 CfnMlflowTrackingServerPropsMixin.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
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.Builder mlflowVersion(String 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:
-
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:
-
tags
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.Builder tags(List<? extends CfnTag> 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:
-
trackingServerName
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.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:
-
trackingServerSize
@Stability(Stable) public CfnMlflowTrackingServerPropsMixin.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 CfnMlflowTrackingServerPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnMlflowTrackingServerPropsMixin>- Returns:
- a newly built instance of
CfnMlflowTrackingServerPropsMixin.
-