Class: Aws::SageMaker::Types::TensorBoardAppSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The TensorBoard app settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_resource_specTypes::ResourceSpec

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Returns:



37553
37554
37555
37556
37557
# File 'lib/aws-sdk-sagemaker/types.rb', line 37553

class TensorBoardAppSettings < Struct.new(
  :default_resource_spec)
  SENSITIVE = []
  include Aws::Structure
end