Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_describe_experiment

Provides a list of an experiment's properties


Description

Provides a list of an experiment's properties.

Usage

sagemaker_describe_experiment(ExperimentName)

Arguments

ExperimentName

[required] The name of the experiment to describe.

Value

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"
  )
)

Request syntax

svc$describe_experiment(
  ExperimentName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.