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

sagemaker_describe_endpoint

Returns the description of an endpoint


Description

Returns the description of an endpoint.

Usage

sagemaker_describe_endpoint(EndpointName)

Arguments

EndpointName

[required] The name of the endpoint.

Value

A list with the following syntax:

list(
  EndpointName = "string",
  EndpointArn = "string",
  EndpointConfigName = "string",
  ProductionVariants = list(
    list(
      VariantName = "string",
      DeployedImages = list(
        list(
          SpecifiedImage = "string",
          ResolvedImage = "string",
          ResolutionTime = as.POSIXct(
            "2015-01-01"
          )
        )
      ),
      CurrentWeight = 123.0,
      DesiredWeight = 123.0,
      CurrentInstanceCount = 123,
      DesiredInstanceCount = 123
    )
  ),
  DataCaptureConfig = list(
    EnableCapture = TRUE|FALSE,
    CaptureStatus = "Started"|"Stopped",
    CurrentSamplingPercentage = 123,
    DestinationS3Uri = "string",
    KmsKeyId = "string"
  ),
  EndpointStatus = "OutOfService"|"Creating"|"Updating"|"SystemUpdating"|"RollingBack"|"InService"|"Deleting"|"Failed",
  FailureReason = "string",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  LastDeploymentConfig = list(
    BlueGreenUpdatePolicy = list(
      TrafficRoutingConfiguration = list(
        Type = "ALL_AT_ONCE"|"CANARY",
        WaitIntervalInSeconds = 123,
        CanarySize = list(
          Type = "INSTANCE_COUNT"|"CAPACITY_PERCENT",
          Value = 123
        )
      ),
      TerminationWaitInSeconds = 123,
      MaximumExecutionTimeoutInSeconds = 123
    ),
    AutoRollbackConfiguration = list(
      Alarms = list(
        list(
          AlarmName = "string"
        )
      )
    )
  )
)

Request syntax

svc$describe_endpoint(
  EndpointName = "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.