| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpec |
ResourceSpec.clone() |
ResourceSpec |
TensorBoardAppSettings.getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
ResourceSpec |
RStudioServerProDomainSettings.getDefaultResourceSpec() |
ResourceSpec |
JupyterServerAppSettings.getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
ResourceSpec |
KernelGatewayAppSettings.getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
ResourceSpec |
RStudioServerProDomainSettingsForUpdate.getDefaultResourceSpec() |
ResourceSpec |
CreateAppRequest.getResourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
ResourceSpec |
DescribeAppResult.getResourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
ResourceSpec |
ResourceSpec.withInstanceType(AppInstanceType instanceType)
The instance type that the image version runs on.
|
ResourceSpec |
ResourceSpec.withInstanceType(String instanceType)
The instance type that the image version runs on.
|
ResourceSpec |
ResourceSpec.withLifecycleConfigArn(String lifecycleConfigArn)
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
ResourceSpec |
ResourceSpec.withSageMakerImageArn(String sageMakerImageArn)
The ARN of the SageMaker image that the image version belongs to.
|
ResourceSpec |
ResourceSpec.withSageMakerImageVersionArn(String sageMakerImageVersionArn)
The ARN of the image version created on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TensorBoardAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
void |
RStudioServerProDomainSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec) |
void |
JupyterServerAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
void |
KernelGatewayAppSettings.setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
void |
RStudioServerProDomainSettingsForUpdate.setDefaultResourceSpec(ResourceSpec defaultResourceSpec) |
void |
CreateAppRequest.setResourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
void |
DescribeAppResult.setResourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
TensorBoardAppSettings |
TensorBoardAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
RStudioServerProDomainSettings |
RStudioServerProDomainSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec) |
JupyterServerAppSettings |
JupyterServerAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
KernelGatewayAppSettings |
KernelGatewayAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
RStudioServerProDomainSettingsForUpdate |
RStudioServerProDomainSettingsForUpdate.withDefaultResourceSpec(ResourceSpec defaultResourceSpec) |
CreateAppRequest |
CreateAppRequest.withResourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
DescribeAppResult |
DescribeAppResult.withResourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
Copyright © 2022. All rights reserved.