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

sagemaker_list_data_quality_job_definitions

Lists the data quality job definitions in your account


Description

Lists the data quality job definitions in your account.

Usage

sagemaker_list_data_quality_job_definitions(EndpointName, SortBy,
  SortOrder, NextToken, MaxResults, NameContains, CreationTimeBefore,
  CreationTimeAfter)

Arguments

EndpointName

A filter that lists the data quality job definitions associated with the specified endpoint.

SortBy

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

SortOrder

The sort order for results. The default is Descending.

NextToken

If the result of the previous list_data_quality_job_definitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

MaxResults

The maximum number of data quality monitoring job definitions to return in the response.

NameContains

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

CreationTimeBefore

A filter that returns only data quality monitoring job definitions created before the specified time.

CreationTimeAfter

A filter that returns only data quality monitoring job definitions created after the specified time.

Value

A list with the following syntax:

list(
  JobDefinitionSummaries = list(
    list(
      MonitoringJobDefinitionName = "string",
      MonitoringJobDefinitionArn = "string",
      CreationTime = as.POSIXct(
        "2015-01-01"
      ),
      EndpointName = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_data_quality_job_definitions(
  EndpointName = "string",
  SortBy = "Name"|"CreationTime",
  SortOrder = "Ascending"|"Descending",
  NextToken = "string",
  MaxResults = 123,
  NameContains = "string",
  CreationTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  CreationTimeAfter = as.POSIXct(
    "2015-01-01"
  )
)

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.