| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpec |
ResourceSpec.clone() |
ResourceSpec |
JupyterServerAppSettings.getDefaultResourceSpec()
The instance type and quantity.
|
ResourceSpec |
KernelGatewayAppSettings.getDefaultResourceSpec()
The instance type and quantity.
|
ResourceSpec |
TensorBoardAppSettings.getDefaultResourceSpec()
The instance type and quantity.
|
ResourceSpec |
DescribeAppResult.getResourceSpec()
The instance type and quantity.
|
ResourceSpec |
CreateAppRequest.getResourceSpec()
The instance type and quantity.
|
ResourceSpec |
ResourceSpec.withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the environment.
|
ResourceSpec |
ResourceSpec.withInstanceType(AppInstanceType instanceType)
The instance type.
|
ResourceSpec |
ResourceSpec.withInstanceType(String instanceType)
The instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JupyterServerAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
void |
KernelGatewayAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
void |
TensorBoardAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
void |
DescribeAppResult.setResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
void |
CreateAppRequest.setResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
KernelGatewayAppSettings |
KernelGatewayAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
TensorBoardAppSettings |
TensorBoardAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
DescribeAppResult |
DescribeAppResult.withResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
CreateAppRequest |
CreateAppRequest.withResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
Copyright © 2020. All rights reserved.