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 Summary
Modifier and TypeMethodDescriptioncandidateStepArn
(String candidateStepArn) The ARN for the candidate's step.candidateStepName
(String candidateStepName) The name for the candidate's step.candidateStepType
(String candidateStepType) Whether the candidate is at the transform, training, or processing step.candidateStepType
(CandidateStepType candidateStepType) Whether the candidate is at the transform, training, or processing step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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.
-