Interface StartMlModelTrainingJobResponse.Builder

    • Method Detail

      • id

        StartMlModelTrainingJobResponse.Builder id​(String id)

        The unique ID of the new model training job.

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

        StartMlModelTrainingJobResponse.Builder arn​(String arn)

        The ARN of the new model training job.

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

        StartMlModelTrainingJobResponse.Builder creationTimeInMillis​(Long creationTimeInMillis)

        The model training job creation time, in milliseconds.

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