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

sagemaker_list_compilation_jobs

Lists model compilation jobs that satisfy various filters


Description

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use create_compilation_job. To get information about a particular model compilation job you have created, use describe_compilation_job.

Usage

sagemaker_list_compilation_jobs(NextToken, MaxResults,
  CreationTimeAfter, CreationTimeBefore, LastModifiedTimeAfter,
  LastModifiedTimeBefore, NameContains, StatusEquals, SortBy, SortOrder)

Arguments

NextToken

If the result of the previous list_compilation_jobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

MaxResults

The maximum number of model compilation jobs to return in the response.

CreationTimeAfter

A filter that returns the model compilation jobs that were created after a specified time.

CreationTimeBefore

A filter that returns the model compilation jobs that were created before a specified time.

LastModifiedTimeAfter

A filter that returns the model compilation jobs that were modified after a specified time.

LastModifiedTimeBefore

A filter that returns the model compilation jobs that were modified before a specified time.

NameContains

A filter that returns the model compilation jobs whose name contains a specified string.

StatusEquals

A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.

SortBy

The field by which to sort results. The default is CreationTime.

SortOrder

The sort order for results. The default is Ascending.

Value

A list with the following syntax:

list(
  CompilationJobSummaries = list(
    list(
      CompilationJobName = "string",
      CompilationJobArn = "string",
      CreationTime = as.POSIXct(
        "2015-01-01"
      ),
      CompilationStartTime = as.POSIXct(
        "2015-01-01"
      ),
      CompilationEndTime = as.POSIXct(
        "2015-01-01"
      ),
      CompilationTargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv22"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm",
      CompilationTargetPlatformOs = "ANDROID"|"LINUX",
      CompilationTargetPlatformArch = "X86_64"|"X86"|"ARM64"|"ARM_EABI"|"ARM_EABIHF",
      CompilationTargetPlatformAccelerator = "INTEL_GRAPHICS"|"MALI"|"NVIDIA",
      LastModifiedTime = as.POSIXct(
        "2015-01-01"
      ),
      CompilationJobStatus = "INPROGRESS"|"COMPLETED"|"FAILED"|"STARTING"|"STOPPING"|"STOPPED"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_compilation_jobs(
  NextToken = "string",
  MaxResults = 123,
  CreationTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  CreationTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  NameContains = "string",
  StatusEquals = "INPROGRESS"|"COMPLETED"|"FAILED"|"STARTING"|"STOPPING"|"STOPPED",
  SortBy = "Name"|"CreationTime"|"Status",
  SortOrder = "Ascending"|"Descending"
)

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.