AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the output of a GetBatchPrediction operation.

The content consists of the detailed metadata, the status, and the data file information of a Batch Prediction.

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.BatchPrediction

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.MachineLearning.dll
Version: 3.x.y.z

Syntax

C#
public class BatchPrediction

The BatchPrediction type exposes the following members

Constructors

NameDescription
Public Method BatchPrediction()

Properties

NameTypeDescription
Public Property BatchPredictionDataSourceId System.String

Gets and sets the property BatchPredictionDataSourceId.

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

Public Property BatchPredictionId System.String

Gets and sets the property BatchPredictionId.

The ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.

Public Property ComputeTime System.Int64

Gets and sets the property ComputeTime.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time that the BatchPrediction was created. The time is expressed in epoch time.

Public Property CreatedByIamUser System.String

Gets and sets the property CreatedByIamUser.

The AWS user account that invoked the BatchPrediction. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

Public Property FinishedAt System.DateTime

Gets and sets the property FinishedAt.

Public Property InputDataLocationS3 System.String

Gets and sets the property InputDataLocationS3.

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

Public Property InvalidRecordCount System.Int64

Gets and sets the property InvalidRecordCount.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time.

Public Property Message System.String

Gets and sets the property Message.

A description of the most recent details about processing the batch prediction request.

Public Property MLModelId System.String

Gets and sets the property MLModelId.

The ID of the MLModel that generated predictions for the BatchPrediction request.

Public Property Name System.String

Gets and sets the property Name.

A user-supplied name or description of the BatchPrediction.

Public Property OutputUri System.String

Gets and sets the property OutputUri.

The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

Public Property Status Amazon.MachineLearning.EntityStatus

Gets and sets the property Status.

The status of the BatchPrediction. This element can have one of the following values:

  • PENDING - Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations.

  • INPROGRESS - The process is underway.

  • FAILED - The request to perform a batch prediction did not run to completion. It is not usable.

  • COMPLETED - The batch prediction process completed successfully.

  • DELETED - The BatchPrediction is marked as deleted. It is not usable.

Public Property TotalRecordCount System.Int64

Gets and sets the property TotalRecordCount.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5