Class: Aws::SageMaker::Types::TrialComponentSimpleSummary

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

Overview

A short summary of a trial component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Returns:



42369
42370
42371
42372
42373
42374
42375
42376
42377
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42369

class TrialComponentSimpleSummary < Struct.new(
  :trial_component_name,
  :trial_component_arn,
  :trial_component_source,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the component was created.

Returns:

  • (Time)


42369
42370
42371
42372
42373
42374
42375
42376
42377
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42369

class TrialComponentSimpleSummary < Struct.new(
  :trial_component_name,
  :trial_component_arn,
  :trial_component_source,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_arnString

The Amazon Resource Name (ARN) of the trial component.

Returns:

  • (String)


42369
42370
42371
42372
42373
42374
42375
42376
42377
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42369

class TrialComponentSimpleSummary < Struct.new(
  :trial_component_name,
  :trial_component_arn,
  :trial_component_source,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_nameString

The name of the trial component.

Returns:

  • (String)


42369
42370
42371
42372
42373
42374
42375
42376
42377
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42369

class TrialComponentSimpleSummary < Struct.new(
  :trial_component_name,
  :trial_component_arn,
  :trial_component_source,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_sourceTypes::TrialComponentSource

The Amazon Resource Name (ARN) and job type of the source of a trial component.



42369
42370
42371
42372
42373
42374
42375
42376
42377
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42369

class TrialComponentSimpleSummary < Struct.new(
  :trial_component_name,
  :trial_component_arn,
  :trial_component_source,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end