Interface AutoMLCandidateStep.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>, SdkBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>, SdkPojo
Enclosing class:
AutoMLCandidateStep

public static interface AutoMLCandidateStep.Builder extends SdkPojo, CopyableBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>
  • Method Details

    • 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

      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:
    • 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.