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