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

comprehend_list_endpoints

Gets a list of all existing endpoints that you've created


Description

Gets a list of all existing endpoints that you've created.

Usage

comprehend_list_endpoints(Filter, NextToken, MaxResults)

Arguments

Filter

Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

NextToken

Identifies the next page of results to return.

MaxResults

The maximum number of results to return in each page. The default is 100.

Value

A list with the following syntax:

list(
  EndpointPropertiesList = list(
    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"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_endpoints(
  Filter = list(
    ModelArn = "string",
    Status = "CREATING"|"DELETING"|"FAILED"|"IN_SERVICE"|"UPDATING",
    CreationTimeBefore = as.POSIXct(
      "2015-01-01"
    ),
    CreationTimeAfter = as.POSIXct(
      "2015-01-01"
    )
  ),
  NextToken = "string",
  MaxResults = 123
)

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.