@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLCandidateStep extends Object implements Serializable, Cloneable, StructuredPojo
Information about the steps for a candidate and what step it is working on.
| Constructor and Description |
|---|
AutoMLCandidateStep() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateStep |
clone() |
boolean |
equals(Object obj) |
String |
getCandidateStepArn()
The ARN for the candidate's step.
|
String |
getCandidateStepName()
The name for the candidate's step.
|
String |
getCandidateStepType()
Whether the candidate is at the transform, training, or processing step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCandidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
|
void |
setCandidateStepName(String candidateStepName)
The name for the candidate's step.
|
void |
setCandidateStepType(String candidateStepType)
Whether the candidate is at the transform, training, or processing step.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLCandidateStep |
withCandidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
|
AutoMLCandidateStep |
withCandidateStepName(String candidateStepName)
The name for the candidate's step.
|
AutoMLCandidateStep |
withCandidateStepType(CandidateStepType candidateStepType)
Whether the candidate is at the transform, training, or processing step.
|
AutoMLCandidateStep |
withCandidateStepType(String candidateStepType)
Whether the candidate is at the transform, training, or processing step.
|
public void setCandidateStepType(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.CandidateStepTypepublic String getCandidateStepType()
Whether the candidate is at the transform, training, or processing step.
CandidateStepTypepublic AutoMLCandidateStep withCandidateStepType(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.CandidateStepTypepublic AutoMLCandidateStep withCandidateStepType(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.CandidateStepTypepublic void setCandidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
candidateStepArn - The ARN for the candidate's step.public String getCandidateStepArn()
The ARN for the candidate's step.
public AutoMLCandidateStep withCandidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
candidateStepArn - The ARN for the candidate's step.public void setCandidateStepName(String candidateStepName)
The name for the candidate's step.
candidateStepName - The name for the candidate's step.public String getCandidateStepName()
The name for the candidate's step.
public AutoMLCandidateStep withCandidateStepName(String candidateStepName)
The name for the candidate's step.
candidateStepName - The name for the candidate's step.public String toString()
toString in class ObjectObject.toString()public AutoMLCandidateStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.