Interface StartMlModelTransformJobResponse.Builder

  • Method Details

    • id

      The unique ID of the new model transform job.

      Parameters:
      id - The unique ID of the new model transform job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the model transform job.

      Parameters:
      arn - The ARN of the model transform job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeInMillis

      StartMlModelTransformJobResponse.Builder creationTimeInMillis(Long creationTimeInMillis)

      The creation time of the model transform job, in milliseconds.

      Parameters:
      creationTimeInMillis - The creation time of the model transform job, in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.