public static interface TensorBoardAppSettings.Builder extends SdkPojo, CopyableBuilder<TensorBoardAppSettings.Builder,TensorBoardAppSettings>
Modifier and Type | Method and Description |
---|---|
default TensorBoardAppSettings.Builder |
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
TensorBoardAppSettings.Builder |
defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TensorBoardAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the
instance.default TensorBoardAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
This is a convenience method that creates an instance of theResourceSpec.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.Builder
defaultResourceSpec(ResourceSpec)
Copyright © 2022. All rights reserved.