@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.CandidateStepType
public String getCandidateStepType()
Whether the Candidate is at the transform, training, or processing step.
CandidateStepType
public 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.CandidateStepType
public 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.CandidateStepType
public 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 Object
Object.toString()
public AutoMLCandidateStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.