Class CfnMlflowTrackingServerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMlflowTrackingServerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMlflowTrackingServerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMlflowTrackingServerMixinProps
@Stability(Stable)
@Internal
public static final class CfnMlflowTrackingServerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMlflowTrackingServerMixinProps
An implementation for
CfnMlflowTrackingServerMixinProps-
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.CfnMlflowTrackingServerMixinProps
CfnMlflowTrackingServerMixinProps.Builder, CfnMlflowTrackingServerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMlflowTrackingServerMixinProps.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 Amazon S3 URI for MLFlow Tracking Server artifacts.final ObjectA flag to enable Automatic SageMaker Model Registration.final StringThe MLFlow Version used on the MLFlow Tracking Server.final 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.final StringThe name of the MLFlow Tracking Server.final StringThe size of the MLFlow Tracking Server.final StringThe start of the time window for maintenance of the MLFlow Tracking Server in UTC time.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 theCfnMlflowTrackingServerMixinProps.Builder.
-
-
Method Details
-
getArtifactStoreUri
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe Amazon S3 URI for MLFlow Tracking Server artifacts.- Specified by:
getArtifactStoreUriin interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getAutomaticModelRegistration
Description copied from interface:CfnMlflowTrackingServerMixinPropsA flag to enable Automatic SageMaker Model Registration.Returns union: either
BooleanorIResolvable- Specified by:
getAutomaticModelRegistrationin interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getMlflowVersion
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe MLFlow Version used on the MLFlow Tracking Server.- Specified by:
getMlflowVersionin interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.- Specified by:
getRoleArnin interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getTags
Description copied from interface:CfnMlflowTrackingServerMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getTrackingServerName
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe name of the MLFlow Tracking Server.- Specified by:
getTrackingServerNamein interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getTrackingServerSize
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe size of the MLFlow Tracking Server.- Specified by:
getTrackingServerSizein interfaceCfnMlflowTrackingServerMixinProps- See Also:
-
getWeeklyMaintenanceWindowStart
Description copied from interface:CfnMlflowTrackingServerMixinPropsThe start of the time window for maintenance of the MLFlow Tracking Server in UTC time.- Specified by:
getWeeklyMaintenanceWindowStartin interfaceCfnMlflowTrackingServerMixinProps- 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()
-