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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the experiment was created.

Returns:

  • (Time)


19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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.



19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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)


19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19023

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