Class CfnDomainPropsMixin.UnifiedStudioSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.UnifiedStudioSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.UnifiedStudioSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.UnifiedStudioSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.UnifiedStudioSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.UnifiedStudioSettingsProperty
An implementation for
CfnDomainPropsMixin.UnifiedStudioSettingsProperty-
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.CfnDomainPropsMixin.UnifiedStudioSettingsProperty
CfnDomainPropsMixin.UnifiedStudioSettingsProperty.Builder, CfnDomainPropsMixin.UnifiedStudioSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.UnifiedStudioSettingsProperty.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 ID of the AWS account that has the Amazon SageMaker Unified Studio domain.final StringThe ID of the Amazon SageMaker Unified Studio domain associated with this domain.final StringThe AWS Region where the domain is located in Amazon SageMaker Unified Studio.final StringThe ID of the environment that Amazon SageMaker Unified Studio associates with the domain.final StringThe ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.final StringThe location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.final StringSets whether you can access the domain in Amazon SageMaker Studio:.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 theCfnDomainPropsMixin.UnifiedStudioSettingsProperty.Builder.
-
-
Method Details
-
getDomainAccountId
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe ID of the AWS account that has the Amazon SageMaker Unified Studio domain.The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- Specified by:
getDomainAccountIdin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getDomainId
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe ID of the Amazon SageMaker Unified Studio domain associated with this domain.- Specified by:
getDomainIdin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getDomainRegion
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe AWS Region where the domain is located in Amazon SageMaker Unified Studio.The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- Specified by:
getDomainRegionin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getEnvironmentId
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe ID of the environment that Amazon SageMaker Unified Studio associates with the domain.- Specified by:
getEnvironmentIdin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getProjectId
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.- Specified by:
getProjectIdin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getProjectS3Path
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertyThe location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.- Specified by:
getProjectS3Pathin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- See Also:
-
getStudioWebPortalAccess
Description copied from interface:CfnDomainPropsMixin.UnifiedStudioSettingsPropertySets whether you can access the domain in Amazon SageMaker Studio:.- ENABLED - You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces.
- DISABLED - You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.
- Specified by:
getStudioWebPortalAccessin interfaceCfnDomainPropsMixin.UnifiedStudioSettingsProperty- 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()
-