Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchPredictionFilterVariable

import type { BatchPredictionFilterVariable } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";

A list of the variables to use in searching or filtering BatchPrediction.

  • CreatedAt - Sets the search criteria to BatchPrediction creation date.
  • Status - Sets the search criteria to BatchPrediction status.
  • Name - Sets the search criteria to the contents of BatchPrediction Name.
  • IAMUser - Sets the search criteria to the user account that invoked the BatchPrediction creation.
  • MLModelId - Sets the search criteria to the MLModel used in the BatchPrediction.
  • DataSourceId - Sets the search criteria to the DataSource used in the BatchPrediction.
  • DataURI - Sets the search criteria to the data file(s) used in the BatchPrediction. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
type BatchPredictionFilterVariable =
| "CreatedAt"
| "LastUpdatedAt"
| "Status"
| "Name"
| "IAMUser"
| "MLModelId"
| "DataSourceId"
| "DataURI"

§Type

§
"CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "IAMUser" | "MLModelId" | "DataSourceId" | "DataURI" | cmnP.UnexpectedEnumValue
[src]