public static interface AutoMLCandidateStep.Builder extends SdkPojo, CopyableBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>
Modifier and Type | Method and Description |
---|---|
AutoMLCandidateStep.Builder |
candidateStepArn(String candidateStepArn)
The ARN for the Candidate's step.
|
AutoMLCandidateStep.Builder |
candidateStepName(String candidateStepName)
The name for the Candidate's step.
|
AutoMLCandidateStep.Builder |
candidateStepType(CandidateStepType candidateStepType)
Whether the Candidate is at the transform, training, or processing step.
|
AutoMLCandidateStep.Builder |
candidateStepType(String candidateStepType)
Whether the Candidate is at the transform, training, or processing step.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AutoMLCandidateStep.Builder candidateStepType(String candidateStepType)
Whether the Candidate is at the transform, training, or processing step.
candidateStepType
- Whether the Candidate is at the transform, training, or processing step.CandidateStepType
,
CandidateStepType
AutoMLCandidateStep.Builder candidateStepType(CandidateStepType candidateStepType)
Whether the Candidate is at the transform, training, or processing step.
candidateStepType
- Whether the Candidate is at the transform, training, or processing step.CandidateStepType
,
CandidateStepType
AutoMLCandidateStep.Builder candidateStepArn(String candidateStepArn)
The ARN for the Candidate's step.
candidateStepArn
- The ARN for the Candidate's step.AutoMLCandidateStep.Builder candidateStepName(String candidateStepName)
The name for the Candidate's step.
candidateStepName
- The name for the Candidate's step.Copyright © 2020. All rights reserved.