Values_0.UnifiedStudioSettingsSourceThe settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
type nonrec t = {studioWebPortalAccess : FeatureStatus.t option;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. To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.
*)domainAccountId : AccountId.t option;The ID of the Amazon Web Services 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.
*)domainRegion : RegionName.t option;The Amazon Web Services 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.
*)domainId : UnifiedStudioDomainId.t option;The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
*)projectId : UnifiedStudioProjectId.t option;The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
*)environmentId : UnifiedStudioEnvironmentId.t option;The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
*)projectS3Path : S3Uri.t option;The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
*)singleSignOnApplicationArn : SingleSignOnApplicationArn.t option;The ARN of the Amazon DataZone application managed by Amazon SageMaker Unified Studio in the Amazon Web Services IAM Identity Center.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ]