Interface CreateBatchPredictionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>, MachineLearningRequest.Builder, SdkBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateBatchPredictionRequest

  • Method Details

    • batchPredictionId

      CreateBatchPredictionRequest.Builder batchPredictionId(String batchPredictionId)

      A user-supplied ID that uniquely identifies the BatchPrediction.

      Parameters:
      batchPredictionId - A user-supplied ID that uniquely identifies the BatchPrediction.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchPredictionName

      CreateBatchPredictionRequest.Builder batchPredictionName(String batchPredictionName)

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

      Parameters:
      batchPredictionName - A user-supplied name or description of the BatchPrediction. BatchPredictionName can only use the UTF-8 character set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlModelId

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

      Parameters:
      mlModelId - The ID of the MLModel that will generate predictions for the group of observations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchPredictionDataSourceId

      CreateBatchPredictionRequest.Builder batchPredictionDataSourceId(String batchPredictionDataSourceId)

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

      Parameters:
      batchPredictionDataSourceId - The ID of the DataSource that points to the group of observations to predict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputUri

      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: ':', '//', '/./', '/../'.

      Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.

      Parameters:
      outputUri - 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: ':', '//', '/./', '/../'.

      Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateBatchPredictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.