interface UnifiedStudioSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDomain.UnifiedStudioSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_UnifiedStudioSettingsProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDomain.UnifiedStudioSettingsProperty |
![]() | aws_cdk.aws_sagemaker.CfnDomain.UnifiedStudioSettingsProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDomain » UnifiedStudioSettingsProperty |
A collection of settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const unifiedStudioSettingsProperty: sagemaker.CfnDomain.UnifiedStudioSettingsProperty = {
domainAccountId: 'domainAccountId',
domainId: 'domainId',
domainRegion: 'domainRegion',
environmentId: 'environmentId',
projectId: 'projectId',
projectS3Path: 'projectS3Path',
studioWebPortalAccess: 'studioWebPortalAccess',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. |
domain | string | The ID of the Amazon SageMaker Unified Studio domain associated with this domain. |
domain | string | The AWS Region where the domain is located in Amazon SageMaker Unified Studio. |
environment | string | The ID of the environment that Amazon SageMaker Unified Studio associates with the domain. |
project | string | The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain. |
project | string | The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain. |
studio | string | Sets whether you can access the domain in Amazon SageMaker Studio:. |
domainAccountId?
Type:
string
(optional)
The 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.
domainId?
Type:
string
(optional)
The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
domainRegion?
Type:
string
(optional)
The 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.
environmentId?
Type:
string
(optional)
The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
projectId?
Type:
string
(optional)
The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
projectS3Path?
Type:
string
(optional)
The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
studioWebPortalAccess?
Type:
string
(optional)
Sets 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.