| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateStep |
AutoMLCandidateStep.clone() |
AutoMLCandidateStep |
AutoMLCandidateStep.withCandidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
|
AutoMLCandidateStep |
AutoMLCandidateStep.withCandidateStepName(String candidateStepName)
The name for the candidate's step.
|
AutoMLCandidateStep |
AutoMLCandidateStep.withCandidateStepType(CandidateStepType candidateStepType)
Whether the candidate is at the transform, training, or processing step.
|
AutoMLCandidateStep |
AutoMLCandidateStep.withCandidateStepType(String candidateStepType)
Whether the candidate is at the transform, training, or processing step.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLCandidateStep> |
AutoMLCandidate.getCandidateSteps()
Information about the candidate's steps.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.withCandidateSteps(AutoMLCandidateStep... candidateSteps)
Information about the candidate's steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLCandidate.setCandidateSteps(Collection<AutoMLCandidateStep> candidateSteps)
Information about the candidate's steps.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateSteps(Collection<AutoMLCandidateStep> candidateSteps)
Information about the candidate's steps.
|
Copyright © 2022. All rights reserved.