Class: Aws::SageMaker::Types::Experiment

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

Overview

The properties of an experiment as returned by the Search API. For information about experiments, see the CreateExperiment API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_by ⇒ Types::UserContext

Who created the experiment.

Returns:



27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time ⇒ Time

When the experiment was created.

Returns:

  • (Time)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the experiment.

Returns:

  • (String)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_name ⇒ String

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

Returns:

  • (String)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_arn ⇒ String

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_name ⇒ String

The name of the experiment.

Returns:

  • (String)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_by ⇒ Types::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time ⇒ Time

When the experiment was last modified.

Returns:

  • (Time)


27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source ⇒ Types::ExperimentSource

The source of the experiment.



27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

Returns:



27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
27062
27063
27064
27065
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27052

class Experiment < Struct.new(
  :experiment_name,
  :experiment_arn,
  :display_name,
  :source,
  :description,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end