@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlywheelIterationProperties extends Object implements Serializable, Cloneable, StructuredPojo
The configuration properties of a flywheel iteration.
Constructor and Description |
---|
FlywheelIterationProperties() |
Modifier and Type | Method and Description |
---|---|
FlywheelIterationProperties |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation start time of the flywheel iteration.
|
Date |
getEndTime()
The completion time of this flywheel iteration.
|
String |
getEvaluatedModelArn()
The ARN of the evaluated model associated with this flywheel iteration.
|
FlywheelModelEvaluationMetrics |
getEvaluatedModelMetrics() |
String |
getEvaluationManifestS3Prefix()
|
String |
getFlywheelArn()
|
String |
getFlywheelIterationId()
|
String |
getMessage()
A description of the status of the flywheel iteration.
|
String |
getStatus()
The status of the flywheel iteration.
|
String |
getTrainedModelArn()
The ARN of the trained model associated with this flywheel iteration.
|
FlywheelModelEvaluationMetrics |
getTrainedModelMetrics()
The metrics associated with the trained model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The creation start time of the flywheel iteration.
|
void |
setEndTime(Date endTime)
The completion time of this flywheel iteration.
|
void |
setEvaluatedModelArn(String evaluatedModelArn)
The ARN of the evaluated model associated with this flywheel iteration.
|
void |
setEvaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics) |
void |
setEvaluationManifestS3Prefix(String evaluationManifestS3Prefix)
|
void |
setFlywheelArn(String flywheelArn)
|
void |
setFlywheelIterationId(String flywheelIterationId)
|
void |
setMessage(String message)
A description of the status of the flywheel iteration.
|
void |
setStatus(String status)
The status of the flywheel iteration.
|
void |
setTrainedModelArn(String trainedModelArn)
The ARN of the trained model associated with this flywheel iteration.
|
void |
setTrainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics)
The metrics associated with the trained model.
|
String |
toString()
Returns a string representation of this object.
|
FlywheelIterationProperties |
withCreationTime(Date creationTime)
The creation start time of the flywheel iteration.
|
FlywheelIterationProperties |
withEndTime(Date endTime)
The completion time of this flywheel iteration.
|
FlywheelIterationProperties |
withEvaluatedModelArn(String evaluatedModelArn)
The ARN of the evaluated model associated with this flywheel iteration.
|
FlywheelIterationProperties |
withEvaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics) |
FlywheelIterationProperties |
withEvaluationManifestS3Prefix(String evaluationManifestS3Prefix)
|
FlywheelIterationProperties |
withFlywheelArn(String flywheelArn)
|
FlywheelIterationProperties |
withFlywheelIterationId(String flywheelIterationId)
|
FlywheelIterationProperties |
withMessage(String message)
A description of the status of the flywheel iteration.
|
FlywheelIterationProperties |
withStatus(FlywheelIterationStatus status)
The status of the flywheel iteration.
|
FlywheelIterationProperties |
withStatus(String status)
The status of the flywheel iteration.
|
FlywheelIterationProperties |
withTrainedModelArn(String trainedModelArn)
The ARN of the trained model associated with this flywheel iteration.
|
FlywheelIterationProperties |
withTrainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics)
The metrics associated with the trained model.
|
public void setFlywheelArn(String flywheelArn)
flywheelArn
- public String getFlywheelArn()
public FlywheelIterationProperties withFlywheelArn(String flywheelArn)
flywheelArn
- public void setFlywheelIterationId(String flywheelIterationId)
flywheelIterationId
- public String getFlywheelIterationId()
public FlywheelIterationProperties withFlywheelIterationId(String flywheelIterationId)
flywheelIterationId
- public void setCreationTime(Date creationTime)
The creation start time of the flywheel iteration.
creationTime
- The creation start time of the flywheel iteration.public Date getCreationTime()
The creation start time of the flywheel iteration.
public FlywheelIterationProperties withCreationTime(Date creationTime)
The creation start time of the flywheel iteration.
creationTime
- The creation start time of the flywheel iteration.public void setEndTime(Date endTime)
The completion time of this flywheel iteration.
endTime
- The completion time of this flywheel iteration.public Date getEndTime()
The completion time of this flywheel iteration.
public FlywheelIterationProperties withEndTime(Date endTime)
The completion time of this flywheel iteration.
endTime
- The completion time of this flywheel iteration.public void setStatus(String status)
The status of the flywheel iteration.
status
- The status of the flywheel iteration.FlywheelIterationStatus
public String getStatus()
The status of the flywheel iteration.
FlywheelIterationStatus
public FlywheelIterationProperties withStatus(String status)
The status of the flywheel iteration.
status
- The status of the flywheel iteration.FlywheelIterationStatus
public FlywheelIterationProperties withStatus(FlywheelIterationStatus status)
The status of the flywheel iteration.
status
- The status of the flywheel iteration.FlywheelIterationStatus
public void setMessage(String message)
A description of the status of the flywheel iteration.
message
- A description of the status of the flywheel iteration.public String getMessage()
A description of the status of the flywheel iteration.
public FlywheelIterationProperties withMessage(String message)
A description of the status of the flywheel iteration.
message
- A description of the status of the flywheel iteration.public void setEvaluatedModelArn(String evaluatedModelArn)
The ARN of the evaluated model associated with this flywheel iteration.
evaluatedModelArn
- The ARN of the evaluated model associated with this flywheel iteration.public String getEvaluatedModelArn()
The ARN of the evaluated model associated with this flywheel iteration.
public FlywheelIterationProperties withEvaluatedModelArn(String evaluatedModelArn)
The ARN of the evaluated model associated with this flywheel iteration.
evaluatedModelArn
- The ARN of the evaluated model associated with this flywheel iteration.public void setEvaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics)
evaluatedModelMetrics
- public FlywheelModelEvaluationMetrics getEvaluatedModelMetrics()
public FlywheelIterationProperties withEvaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics)
evaluatedModelMetrics
- public void setTrainedModelArn(String trainedModelArn)
The ARN of the trained model associated with this flywheel iteration.
trainedModelArn
- The ARN of the trained model associated with this flywheel iteration.public String getTrainedModelArn()
The ARN of the trained model associated with this flywheel iteration.
public FlywheelIterationProperties withTrainedModelArn(String trainedModelArn)
The ARN of the trained model associated with this flywheel iteration.
trainedModelArn
- The ARN of the trained model associated with this flywheel iteration.public void setTrainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics)
The metrics associated with the trained model.
trainedModelMetrics
- The metrics associated with the trained model.public FlywheelModelEvaluationMetrics getTrainedModelMetrics()
The metrics associated with the trained model.
public FlywheelIterationProperties withTrainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics)
The metrics associated with the trained model.
trainedModelMetrics
- The metrics associated with the trained model.public void setEvaluationManifestS3Prefix(String evaluationManifestS3Prefix)
evaluationManifestS3Prefix
- public String getEvaluationManifestS3Prefix()
public FlywheelIterationProperties withEvaluationManifestS3Prefix(String evaluationManifestS3Prefix)
evaluationManifestS3Prefix
- public String toString()
toString
in class Object
Object.toString()
public FlywheelIterationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.