Interface CfnModelCardPropsMixin.UserContextProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelCardPropsMixin.UserContextProperty.Jsii$Proxy
- Enclosing class:
CfnModelCardPropsMixin
@Stability(Stable)
public static interface CfnModelCardPropsMixin.UserContextProperty
extends software.amazon.jsii.JsiiSerializable
Information about the user who created or modified a SageMaker resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
UserContextProperty userContextProperty = UserContextProperty.builder()
.domainId("domainId")
.userProfileArn("userProfileArn")
.userProfileName("userProfileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelCardPropsMixin.UserContextPropertystatic final classAn implementation forCfnModelCardPropsMixin.UserContextProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainId
The domain associated with the user.Default: - "UnsetValue"
- See Also:
-
getUserProfileArn
The Amazon Resource Name (ARN) of the user's profile.Default: - "UnsetValue"
- See Also:
-
getUserProfileName
The name of the user's profile.Default: - "UnsetValue"
- See Also:
-
builder
-