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

comprehend_describe_endpoint

Gets the properties associated with a specific endpoint


Description

Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.

Usage

comprehend_describe_endpoint(EndpointArn)

Arguments

EndpointArn

[required] The Amazon Resource Number (ARN) of the endpoint being described.

Value

A list with the following syntax:

list(
  EndpointProperties = list(
    EndpointArn = "string",
    Status = "CREATING"|"DELETING"|"FAILED"|"IN_SERVICE"|"UPDATING",
    Message = "string",
    ModelArn = "string",
    DesiredInferenceUnits = 123,
    CurrentInferenceUnits = 123,
    CreationTime = as.POSIXct(
      "2015-01-01"
    ),
    LastModifiedTime = as.POSIXct(
      "2015-01-01"
    )
  )
)

Request syntax

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