Class CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.UnifiedStudioSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.UnifiedStudioSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.UnifiedStudioSettingsProperty
An implementation for
CfnDomain.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.services.sagemaker.CfnDomain.UnifiedStudioSettingsProperty
CfnDomain.UnifiedStudioSettingsProperty.Builder, CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.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 theCfnDomain.UnifiedStudioSettingsProperty.Builder.
-
-
Method Details
-
getDomainAccountId
Description copied from interface:CfnDomain.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 interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getDomainId
Description copied from interface:CfnDomain.UnifiedStudioSettingsPropertyThe ID of the Amazon SageMaker Unified Studio domain associated with this domain.- Specified by:
getDomainIdin interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getDomainRegion
Description copied from interface:CfnDomain.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 interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getEnvironmentId
Description copied from interface:CfnDomain.UnifiedStudioSettingsPropertyThe ID of the environment that Amazon SageMaker Unified Studio associates with the domain.- Specified by:
getEnvironmentIdin interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getProjectId
Description copied from interface:CfnDomain.UnifiedStudioSettingsPropertyThe ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.- Specified by:
getProjectIdin interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getProjectS3Path
Description copied from interface:CfnDomain.UnifiedStudioSettingsPropertyThe location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.- Specified by:
getProjectS3Pathin interfaceCfnDomain.UnifiedStudioSettingsProperty- See Also:
-
getStudioWebPortalAccess
Description copied from interface:CfnDomain.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 interfaceCfnDomain.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()
-