CreateBatchPredictionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the DataSource that points to the group of observations to predict.

Link copied to clipboard

A user-supplied ID that uniquely identifies the BatchPrediction.

Link copied to clipboard

A user-supplied name or description of the BatchPrediction. BatchPredictionName can only use the UTF-8 character set.

Link copied to clipboard

The ID of the MLModel that will generate predictions for the group of observations.

Link copied to clipboard

The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String