Class CfnMlflowApp
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnMlflowApp
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IMlflowAppRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:32.779Z")
@Stability(Stable)
public class CfnMlflowApp
extends CfnResource
implements IInspectable, IMlflowAppRef, ITaggableV2
Resource type definition for AWS::SageMaker::MlflowApp.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CfnMlflowApp cfnMlflowApp = CfnMlflowApp.Builder.create(this, "MyCfnMlflowApp")
.artifactStoreUri("artifactStoreUri")
.name("name")
.roleArn("roleArn")
// the properties below are optional
.modelRegistrationMode("modelRegistrationMode")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.weeklyMaintenanceWindowStart("weeklyMaintenanceWindowStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.sagemaker.IMlflowAppRef
IMlflowAppRef.Jsii$Default, IMlflowAppRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMlflowApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMlflowApp(software.amazon.jsii.JsiiObjectRef objRef) CfnMlflowApp(software.constructs.Construct scope, String id, CfnMlflowAppProps props) Create a newAWS::SageMaker::MlflowApp. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForMlflowApp(IMlflowAppRef resource) The S3 URI for a general purpose bucket to use as the MLflow App artifact store.The Amazon Resource Name (ARN) of the MLflow App.The date and time that the MLflow App was created.The date and time that the MLflow App was last modified.The server-generated identifier of the MLflow App.The MLflow version used by the MLflow App.The status of the MLflow App.Tag Manager which manages the tags for this resource.A reference to a MlflowApp resource.Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.getName()The name of the MLflow App.The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.getTags()Tags to associate with the MLflow App.The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnMlflowApp.renderProperties(Map<String, Object> props) voidsetArtifactStoreUri(String value) The S3 URI for a general purpose bucket to use as the MLflow App artifact store.voidsetModelRegistrationMode(String value) Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.voidThe name of the MLflow App.voidsetRoleArn(String value) The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.voidTags to associate with the MLflow App.voidThe day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnMlflowApp
protected CfnMlflowApp(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMlflowApp
protected CfnMlflowApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMlflowApp
@Stability(Stable) public CfnMlflowApp(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnMlflowAppProps props) Create a newAWS::SageMaker::MlflowApp.- 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.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForMlflowApp
- Parameters:
resource- This parameter is required.
-
isCfnMlflowApp
Checks whether the given object is a CfnMlflowApp.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the MLflow App. -
getAttrCreationTime
The date and time that the MLflow App was created. -
getAttrLastModifiedTime
The date and time that the MLflow App was last modified. -
getAttrMlflowAppId
The server-generated identifier of the MLflow App. -
getAttrMlflowVersion
The MLflow version used by the MLflow App. -
getAttrStatus
The status of the MLflow App. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getMlflowAppRef
A reference to a MlflowApp resource.- Specified by:
getMlflowAppRefin interfaceIMlflowAppRef
-
getArtifactStoreUri
The S3 URI for a general purpose bucket to use as the MLflow App artifact store. -
setArtifactStoreUri
The S3 URI for a general purpose bucket to use as the MLflow App artifact store. -
getName
The name of the MLflow App. -
setName
The name of the MLflow App. -
getRoleArn
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. -
setRoleArn
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. -
getModelRegistrationMode
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. -
setModelRegistrationMode
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. -
getTags
Tags to associate with the MLflow App. -
setTags
Tags to associate with the MLflow App. -
getWeeklyMaintenanceWindowStart
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. -
setWeeklyMaintenanceWindowStart
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.
-