Class: Aws::SageMaker::Types::ExperimentSummary

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

Overview

A summary of the properties of an experiment. To get the complete set of properties, call the [DescribeExperiment] API and provide the ‘ExperimentName`.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeExperiment.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the experiment was created.

Returns:

  • (Time)


17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the experiment as displayed. If ‘DisplayName` isn’t specified, ‘ExperimentName` is displayed.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_nameString

The name of the experiment.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_sourceTypes::ExperimentSource

The source of the experiment.



17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the experiment was last modified.

Returns:

  • (Time)


17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
# File 'lib/aws-sdk-sagemaker/types.rb', line 17832

class ExperimentSummary < Struct.new(
  :experiment_arn,
  :experiment_name,
  :display_name,
  :experiment_source,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end