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

personalize_describe_campaign

Describes the given campaign, including its status


Description

Describes the given campaign, including its status.

A campaign can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • DELETE PENDING > DELETE IN_PROGRESS

When the status is CREATE FAILED, the response includes the failureReason key, which describes why.

For more information on campaigns, see create_campaign.

Usage

personalize_describe_campaign(campaignArn)

Arguments

campaignArn

[required] The Amazon Resource Name (ARN) of the campaign.

Value

A list with the following syntax:

list(
  campaign = list(
    name = "string",
    campaignArn = "string",
    solutionVersionArn = "string",
    minProvisionedTPS = 123,
    campaignConfig = list(
      itemExplorationConfig = list(
        "string"
      )
    ),
    status = "string",
    failureReason = "string",
    creationDateTime = as.POSIXct(
      "2015-01-01"
    ),
    lastUpdatedDateTime = as.POSIXct(
      "2015-01-01"
    ),
    latestCampaignUpdate = list(
      solutionVersionArn = "string",
      minProvisionedTPS = 123,
      campaignConfig = list(
        itemExplorationConfig = list(
          "string"
        )
      ),
      status = "string",
      failureReason = "string",
      creationDateTime = as.POSIXct(
        "2015-01-01"
      ),
      lastUpdatedDateTime = as.POSIXct(
        "2015-01-01"
      )
    )
  )
)

Request syntax

svc$describe_campaign(
  campaignArn = "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.