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, sdkFieldscopyapplyMutation, buildAutoMLCandidateStep.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,
CandidateStepTypeAutoMLCandidateStep.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,
CandidateStepTypeAutoMLCandidateStep.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.