Provides a list of an experiment's properties
Provides a list of an experiment's properties.
sagemaker_describe_experiment(ExperimentName)
ExperimentName |
[required] The name of the experiment to describe. |
A list with the following syntax:
list(
ExperimentName = "string",
ExperimentArn = "string",
DisplayName = "string",
Source = list(
SourceArn = "string",
SourceType = "string"
),
Description = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
CreatedBy = list(
UserProfileArn = "string",
UserProfileName = "string",
DomainId = "string"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastModifiedBy = list(
UserProfileArn = "string",
UserProfileName = "string",
DomainId = "string"
)
)svc$describe_experiment( ExperimentName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.