public static interface KernelGatewayAppSettings.Builder extends SdkPojo, CopyableBuilder<KernelGatewayAppSettings.Builder,KernelGatewayAppSettings>
| Modifier and Type | Method and Description |
|---|---|
KernelGatewayAppSettings.Builder |
customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
KernelGatewayAppSettings.Builder |
customImages(Consumer<CustomImage.Builder>... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
KernelGatewayAppSettings.Builder |
customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
default KernelGatewayAppSettings.Builder |
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
KernelGatewayAppSettings.Builder |
defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
KernelGateway app.
|
KernelGatewayAppSettings.Builder |
lifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
|
KernelGatewayAppSettings.Builder |
lifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKernelGatewayAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by
the KernelGateway app. The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.
default KernelGatewayAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.
ResourceSpec.Builder avoiding
the need to create one manually via ResourceSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultResourceSpec(ResourceSpec).
defaultResourceSpec - a consumer that will call methods on ResourceSpec.BuilderdefaultResourceSpec(ResourceSpec)KernelGatewayAppSettings.Builder customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.KernelGatewayAppSettings.Builder customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.KernelGatewayAppSettings.Builder customImages(Consumer<CustomImage.Builder>... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
This is a convenience method that creates an instance of theCustomImage.Builder avoiding the need to create one
manually via CustomImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #customImages(List.
customImages - a consumer that will call methods on
CustomImage.Builder#customImages(java.util.Collection) KernelGatewayAppSettings.Builder lifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or
domain.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
KernelGatewayAppSettings.Builder lifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or
domain.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
Copyright © 2023. All rights reserved.