@Stability(value=Stable)
public static interface CfnUserProfile.ResourceSpecProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
ResourceSpecProperty resourceSpecProperty = ResourceSpecProperty.builder()
.instanceType("instanceType")
.sageMakerImageArn("sageMakerImageArn")
.sageMakerImageVersionArn("sageMakerImageVersionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfile.ResourceSpecProperty.Builder
A builder for
CfnUserProfile.ResourceSpecProperty |
static class |
CfnUserProfile.ResourceSpecProperty.Jsii$Proxy
An implementation for
CfnUserProfile.ResourceSpecProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfile.ResourceSpecProperty.Builder |
builder() |
default String |
getInstanceType()
The instance type that the image version runs on.
|
default String |
getSageMakerImageArn()
The ARN of the SageMaker image that the image version belongs to.
|
default String |
getSageMakerImageVersionArn()
The ARN of the image version created on the instance.
|
@Stability(value=Stable) @Nullable default String getInstanceType()
JupyterServer Apps only support the
systemvalue. KernelGateway Apps do not support thesystemvalue, but support all other values for available instance types.
@Stability(value=Stable) @Nullable default String getSageMakerImageArn()
@Stability(value=Stable) @Nullable default String getSageMakerImageVersionArn()
@Stability(value=Stable) static CfnUserProfile.ResourceSpecProperty.Builder builder()
Copyright © 2022. All rights reserved.