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

Inherits:
Struct
  • Object
show all
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

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:



40129
40130
40131
40132
40133
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40129

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