Provides a list of a trial's properties
Provides a list of a trial's properties.
sagemaker_describe_trial(TrialName)
TrialName |
[required] The name of the trial to describe. |
A list with the following syntax:
list(
TrialName = "string",
TrialArn = "string",
DisplayName = "string",
ExperimentName = "string",
Source = list(
SourceArn = "string",
SourceType = "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"
),
MetadataProperties = list(
CommitId = "string",
Repository = "string",
GeneratedBy = "string",
ProjectId = "string"
)
)svc$describe_trial( TrialName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.