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.
42346 42347 42348 42349 42350 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42346 class TensorBoardAppSettings < Struct.new( :default_resource_spec) SENSITIVE = [] include Aws::Structure end |