AWS SDK Version 2 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.

.NET Framework 3.5
 
Configuration for accessing Amazon GetBatchPrediction service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MachineLearning.Model.GetBatchPredictionResult
      Amazon.MachineLearning.Model.GetBatchPredictionResponse

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GetBatchPredictionResponse : GetBatchPredictionResult

The GetBatchPredictionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BatchPredictionDataSourceId System.String Gets and sets the property BatchPredictionDataSourceId.

The ID of the DataSource that was used to create the BatchPrediction.

Public Property BatchPredictionId System.String Gets and sets the property BatchPredictionId.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime Gets and sets the property CreatedAt.

The time when 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 GetBatchPredictionResult Amazon.MachineLearning.Model.GetBatchPredictionResult Gets and sets the GetBatchPredictionResult property. Represents the output of a GetBatchPrediction operation.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 LastUpdatedAt System.DateTime Gets and sets the property LastUpdatedAt.

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

Public Property LogUri System.String Gets and sets the property LogUri.

A link to the file that contains logs of the CreateBatchPrediction operation.

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.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.MachineLearning.EntityStatus Gets and sets the property Status.

The status of the BatchPrediction, which can be one of the following values:

  • PENDING - Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions.
  • INPROGRESS - The batch predictions are in progress.
  • 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.

Version Information

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