Class: Aws::SageMaker::Types::TrialSummary

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

Overview

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the trial was created.

Returns:

  • (Time)


42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

Returns:

  • (String)


42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the trial was last modified.

Returns:

  • (Time)


42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)


42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of the trial.

Returns:

  • (String)


42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#trial_sourceTypes::TrialSource

The source of the trial.

Returns:



42583
42584
42585
42586
42587
42588
42589
42590
42591
42592
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42583

class TrialSummary < Struct.new(
  :trial_arn,
  :trial_name,
  :display_name,
  :trial_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end