Class: Aws::SageMaker::Types::ExperimentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ExperimentSummary
- 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
-
#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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 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.
20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20308 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |