Class: Aws::SageMaker::Types::DeleteTrialComponentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_nameString

The name of the component to delete.

Returns:

  • (String)


11071
11072
11073
11074
11075
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11071

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