Class CfnMlflowAppMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMlflowAppMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMlflowAppMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMlflowAppMixinProps
@Stability(Stable)
@Internal
public static final class CfnMlflowAppMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMlflowAppMixinProps
An implementation for
CfnMlflowAppMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMlflowAppMixinProps
CfnMlflowAppMixinProps.Builder, CfnMlflowAppMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMlflowAppMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMlflowAppMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe S3 URI for a general purpose bucket to use as the MLflow App artifact store.final StringWhether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.final StringgetName()The name of the MLflow App.final StringThe 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.final StringThe day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMlflowAppMixinProps.Builder.
-
-
Method Details
-
getArtifactStoreUri
Description copied from interface:CfnMlflowAppMixinPropsThe S3 URI for a general purpose bucket to use as the MLflow App artifact store.- Specified by:
getArtifactStoreUriin interfaceCfnMlflowAppMixinProps- See Also:
-
getModelRegistrationMode
Description copied from interface:CfnMlflowAppMixinPropsWhether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.- Specified by:
getModelRegistrationModein interfaceCfnMlflowAppMixinProps- See Also:
-
getName
Description copied from interface:CfnMlflowAppMixinPropsThe name of the MLflow App.- Specified by:
getNamein interfaceCfnMlflowAppMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnMlflowAppMixinPropsThe Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.- Specified by:
getRoleArnin interfaceCfnMlflowAppMixinProps- See Also:
-
getTags
Description copied from interface:CfnMlflowAppMixinPropsTags to associate with the MLflow App.- Specified by:
getTagsin interfaceCfnMlflowAppMixinProps- See Also:
-
getWeeklyMaintenanceWindowStart
Description copied from interface:CfnMlflowAppMixinPropsThe 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.
- Specified by:
getWeeklyMaintenanceWindowStartin interfaceCfnMlflowAppMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-