Class: Aws::SageMaker::Types::TensorBoardAppSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TensorBoardAppSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The TensorBoard app settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_resource_spec ⇒ Types::ResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Instance Attribute Details
#default_resource_spec ⇒ Types::ResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
42376 42377 42378 42379 42380 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42376 class TensorBoardAppSettings < Struct.new( :default_resource_spec) SENSITIVE = [] include Aws::Structure end |