Class: Aws::SageMaker::Types::ExperimentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ExperimentSummary
- 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
-
#creation_time ⇒ Time
When the experiment was created.
-
#display_name ⇒ String
The name of the experiment as displayed.
-
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
-
#experiment_name ⇒ String
The name of the experiment.
-
#experiment_source ⇒ Types::ExperimentSource
The source of the experiment.
-
#last_modified_time ⇒ Time
When the experiment was last modified.
Instance Attribute Details
#creation_time ⇒ Time
When the experiment was created.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the experiment as displayed. If DisplayName
isn't
specified, ExperimentName
is displayed.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#experiment_name ⇒ String
The name of the experiment.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#experiment_source ⇒ Types::ExperimentSource
The source of the experiment.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
When the experiment was last modified.
21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21373 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |