| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnApp.Builder |
CfnApp.Builder.appName(String appName)
The name of the app.
|
CfnApp.Builder |
CfnApp.Builder.appType(String appType)
The type of app.
|
static CfnApp.Builder |
CfnApp.Builder.create(software.constructs.Construct scope,
String id) |
CfnApp.Builder |
CfnApp.Builder.domainId(String domainId)
The domain ID.
|
CfnApp.Builder |
CfnApp.Builder.resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
CfnApp.Builder.resourceSpec(IResolvable resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
CfnApp.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnApp.Builder |
CfnApp.Builder.userProfileName(String userProfileName)
The user profile name.
|
Copyright © 2022. All rights reserved.