Interface AutoMLCandidateStep.Builder

    • Method Detail

      • candidateStepType

        AutoMLCandidateStep.Builder candidateStepType​(String candidateStepType)

        Whether the candidate is at the transform, training, or processing step.

        Parameters:
        candidateStepType - Whether the candidate is at the transform, training, or processing step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CandidateStepType, CandidateStepType
      • candidateStepType

        AutoMLCandidateStep.Builder candidateStepType​(CandidateStepType candidateStepType)

        Whether the candidate is at the transform, training, or processing step.

        Parameters:
        candidateStepType - Whether the candidate is at the transform, training, or processing step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CandidateStepType, CandidateStepType
      • candidateStepArn

        AutoMLCandidateStep.Builder candidateStepArn​(String candidateStepArn)

        The ARN for the candidate's step.

        Parameters:
        candidateStepArn - The ARN for the candidate's step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • candidateStepName

        AutoMLCandidateStep.Builder candidateStepName​(String candidateStepName)

        The name for the candidate's step.

        Parameters:
        candidateStepName - The name for the candidate's step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.