Experiment
The properties of an experiment as returned by the Search API.
Contents
- CreatedBy
-
Who created the experiment.
Type: UserContext object
Required: No
- CreationTime
-
When the experiment was created.
Type: Timestamp
Required: No
- Description
-
The description of the experiment.
Type: String
Length Constraints: Maximum length of 3072.
Pattern:
.*
Required: No
- DisplayName
-
The name of the experiment as displayed. If
DisplayName
isn't specified,ExperimentName
is displayed.Type: String
Length Constraints: Minimum length of 1. Maximum length of 120.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Required: No
- ExperimentArn
-
The Amazon Resource Name (ARN) of the experiment.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:experiment/.*
Required: No
- ExperimentName
-
The name of the experiment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 120.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Required: No
- LastModifiedBy
-
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
Type: UserContext object
Required: No
- LastModifiedTime
-
When the experiment was last modified.
Type: Timestamp
Required: No
- Source
-
The source of the experiment.
Type: ExperimentSource object
Required: No
- Tags
-
The list of tags that are associated with the experiment. You can use Search API to search on the tags.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: