public static interface CfnModelPackage.UserContextProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; UserContextProperty userContextProperty = UserContextProperty.builder() .domainId("domainId") .userProfileArn("userProfileArn") .userProfileName("userProfileName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.UserContextProperty.Builder
A builder for
CfnModelPackage.UserContextProperty |
static class |
CfnModelPackage.UserContextProperty.Jsii$Proxy
An implementation for
CfnModelPackage.UserContextProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.UserContextProperty.Builder |
builder() |
default java.lang.String |
getDomainId()
The domain associated with the user.
|
default java.lang.String |
getUserProfileArn()
The Amazon Resource Name (ARN) of the user's profile.
|
default java.lang.String |
getUserProfileName()
The name of the user's profile.
|
default java.lang.String getDomainId()
default java.lang.String getUserProfileArn()
default java.lang.String getUserProfileName()
static CfnModelPackage.UserContextProperty.Builder builder()