Class: Aws::SageMaker::Types::TensorBoardAppSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TensorBoardAppSettings
- Defined in:
- gems/aws-sdk-sagemaker/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 AI 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 AI image created on the instance.
44571 44572 44573 44574 44575 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44571 class TensorBoardAppSettings < Struct.new( :default_resource_spec) SENSITIVE = [] include Aws::Structure end |