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 © 2021. All rights reserved.