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

machinelearning_delete_realtime_endpoint

Deletes a real time endpoint of an MLModel


Description

Deletes a real time endpoint of an MLModel.

Usage

machinelearning_delete_realtime_endpoint(MLModelId)

Arguments

MLModelId

[required] The ID assigned to the MLModel during creation.

Value

A list with the following syntax:

list(
  MLModelId = "string",
  RealtimeEndpointInfo = list(
    PeakRequestsPerSecond = 123,
    CreatedAt = as.POSIXct(
      "2015-01-01"
    ),
    EndpointUrl = "string",
    EndpointStatus = "NONE"|"READY"|"UPDATING"|"FAILED"
  )
)

Request syntax

svc$delete_realtime_endpoint(
  MLModelId = "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.