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

machinelearning_get_ml_model

Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel


Description

Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel.

get_ml_model provides results in normal or verbose format.

Usage

machinelearning_get_ml_model(MLModelId, Verbose)

Arguments

MLModelId

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

Verbose

Specifies whether the get_ml_model operation should return Recipe.

If true, Recipe is returned.

If false, Recipe is not returned.

Value

A list with the following syntax:

list(
  MLModelId = "string",
  TrainingDataSourceId = "string",
  CreatedByIamUser = "string",
  CreatedAt = as.POSIXct(
    "2015-01-01"
  ),
  LastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string",
  Status = "PENDING"|"INPROGRESS"|"FAILED"|"COMPLETED"|"DELETED",
  SizeInBytes = 123,
  EndpointInfo = list(
    PeakRequestsPerSecond = 123,
    CreatedAt = as.POSIXct(
      "2015-01-01"
    ),
    EndpointUrl = "string",
    EndpointStatus = "NONE"|"READY"|"UPDATING"|"FAILED"
  ),
  TrainingParameters = list(
    "string"
  ),
  InputDataLocationS3 = "string",
  MLModelType = "REGRESSION"|"BINARY"|"MULTICLASS",
  ScoreThreshold = 123.0,
  ScoreThresholdLastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  LogUri = "string",
  Message = "string",
  ComputeTime = 123,
  FinishedAt = as.POSIXct(
    "2015-01-01"
  ),
  StartedAt = as.POSIXct(
    "2015-01-01"
  ),
  Recipe = "string",
  Schema = "string"
)

Request syntax

svc$get_ml_model(
  MLModelId = "string",
  Verbose = TRUE|FALSE
)

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.