Class: Aws::SageMaker::Types::DescribeExperimentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Who created the experiment.

Returns:



14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#creation_timeTime

When the experiment was created.

Returns:

  • (Time)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#descriptionString

The description of the experiment.

Returns:

  • (String)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#display_nameString

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

Returns:

  • (String)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#experiment_arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#experiment_nameString

The name of the experiment.

Returns:

  • (String)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#last_modified_byTypes::UserContext

Who last modified the experiment.

Returns:



14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#last_modified_timeTime

When the experiment was last modified.

Returns:

  • (Time)


14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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

#sourceTypes::ExperimentSource

The Amazon Resource Name (ARN) of the source and, optionally, the type.



14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14049

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