public static interface ResourceSpec.Builder extends SdkPojo, CopyableBuilder<ResourceSpec.Builder,ResourceSpec>
Modifier and Type | Method and Description |
---|---|
ResourceSpec.Builder |
instanceType(AppInstanceType instanceType)
The instance type.
|
ResourceSpec.Builder |
instanceType(String instanceType)
The instance type.
|
ResourceSpec.Builder |
sageMakerImageArn(String sageMakerImageArn)
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResourceSpec.Builder sageMakerImageArn(String sageMakerImageArn)
The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sageMakerImageArn
- The Amazon Resource Name (ARN) of the SageMaker image created on the instance.ResourceSpec.Builder instanceType(String instanceType)
The instance type.
instanceType
- The instance type.AppInstanceType
,
AppInstanceType
ResourceSpec.Builder instanceType(AppInstanceType instanceType)
The instance type.
instanceType
- The instance type.AppInstanceType
,
AppInstanceType
Copyright © 2020. All rights reserved.