Interface CfnMlflowTrackingServerMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMlflowTrackingServerMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.001Z")
@Stability(Stable)
public interface CfnMlflowTrackingServerMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnMlflowTrackingServerPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
CfnMlflowTrackingServerMixinProps cfnMlflowTrackingServerMixinProps = CfnMlflowTrackingServerMixinProps.builder()
.artifactStoreUri("artifactStoreUri")
.automaticModelRegistration(false)
.mlflowVersion("mlflowVersion")
.roleArn("roleArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.trackingServerName("trackingServerName")
.trackingServerSize("trackingServerSize")
.weeklyMaintenanceWindowStart("weeklyMaintenanceWindowStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMlflowTrackingServerMixinPropsstatic final classAn implementation forCfnMlflowTrackingServerMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe Amazon S3 URI for MLFlow Tracking Server artifacts.default ObjectA flag to enable Automatic SageMaker Model Registration.default StringThe MLFlow Version used on the MLFlow Tracking Server.default StringThe Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.getTags()An array of key-value pairs to apply to this resource.default StringThe name of the MLFlow Tracking Server.default StringThe size of the MLFlow Tracking Server.default StringThe start of the time window for maintenance of the MLFlow Tracking Server in UTC time.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArtifactStoreUri
The Amazon S3 URI for MLFlow Tracking Server artifacts.- See Also:
-
getAutomaticModelRegistration
A flag to enable Automatic SageMaker Model Registration.Returns union: either
BooleanorIResolvable- See Also:
-
getMlflowVersion
The MLFlow Version used on the MLFlow Tracking Server.- See Also:
-
getRoleArn
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.- See Also:
-
getTags
An array of key-value pairs to apply to this resource.- See Also:
-
getTrackingServerName
The name of the MLFlow Tracking Server.- See Also:
-
getTrackingServerSize
The size of the MLFlow Tracking Server.- See Also:
-
getWeeklyMaintenanceWindowStart
The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.- See Also:
-
builder
-