Class CfnMlflowAppProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMlflowAppProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMlflowAppProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMlflowAppProps
@Stability(Stable)
@Internal
public static final class CfnMlflowAppProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMlflowAppProps
An implementation for
CfnMlflowAppProps-
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.services.sagemaker.CfnMlflowAppProps
CfnMlflowAppProps.Builder, CfnMlflowAppProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMlflowAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMlflowAppProps.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 theCfnMlflowAppProps.Builder.
-
-
Method Details
-
getArtifactStoreUri
Description copied from interface:CfnMlflowAppPropsThe S3 URI for a general purpose bucket to use as the MLflow App artifact store.- Specified by:
getArtifactStoreUriin interfaceCfnMlflowAppProps- See Also:
-
getName
Description copied from interface:CfnMlflowAppPropsThe name of the MLflow App.- Specified by:
getNamein interfaceCfnMlflowAppProps- See Also:
-
getRoleArn
Description copied from interface:CfnMlflowAppPropsThe 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 interfaceCfnMlflowAppProps- See Also:
-
getModelRegistrationMode
Description copied from interface:CfnMlflowAppPropsWhether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.- Specified by:
getModelRegistrationModein interfaceCfnMlflowAppProps- See Also:
-
getTags
Description copied from interface:CfnMlflowAppPropsTags to associate with the MLflow App.- Specified by:
getTagsin interfaceCfnMlflowAppProps- See Also:
-
getWeeklyMaintenanceWindowStart
Description copied from interface:CfnMlflowAppPropsThe 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 interfaceCfnMlflowAppProps- 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()
-