@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelVersionDetail extends Object implements Serializable, Cloneable, StructuredPojo
The details of the model version.
Constructor and Description |
---|
ModelVersionDetail() |
Modifier and Type | Method and Description |
---|---|
ModelVersionDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The model version ARN.
|
String |
getCreatedTime()
The timestamp when the model was created.
|
ExternalEventsDetail |
getExternalEventsDetail()
The external events data details.
|
IngestedEventsDetail |
getIngestedEventsDetail()
The ingested events data details.
|
String |
getLastUpdatedTime()
The timestamp when the model was last updated.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version number.
|
String |
getStatus()
The status of the model version.
|
TrainingDataSchema |
getTrainingDataSchema()
The training data schema.
|
String |
getTrainingDataSource()
The model version training data source.
|
TrainingResult |
getTrainingResult()
The training results.
|
TrainingResultV2 |
getTrainingResultV2()
The training result details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The model version ARN.
|
void |
setCreatedTime(String createdTime)
The timestamp when the model was created.
|
void |
setExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The external events data details.
|
void |
setIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The ingested events data details.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the model was last updated.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersionNumber(String modelVersionNumber)
The model version number.
|
void |
setStatus(String status)
The status of the model version.
|
void |
setTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
|
void |
setTrainingDataSource(String trainingDataSource)
The model version training data source.
|
void |
setTrainingResult(TrainingResult trainingResult)
The training results.
|
void |
setTrainingResultV2(TrainingResultV2 trainingResultV2)
The training result details.
|
String |
toString()
Returns a string representation of this object.
|
ModelVersionDetail |
withArn(String arn)
The model version ARN.
|
ModelVersionDetail |
withCreatedTime(String createdTime)
The timestamp when the model was created.
|
ModelVersionDetail |
withExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The external events data details.
|
ModelVersionDetail |
withIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The ingested events data details.
|
ModelVersionDetail |
withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the model was last updated.
|
ModelVersionDetail |
withModelId(String modelId)
The model ID.
|
ModelVersionDetail |
withModelType(ModelTypeEnum modelType)
The model type.
|
ModelVersionDetail |
withModelType(String modelType)
The model type.
|
ModelVersionDetail |
withModelVersionNumber(String modelVersionNumber)
The model version number.
|
ModelVersionDetail |
withStatus(String status)
The status of the model version.
|
ModelVersionDetail |
withTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
|
ModelVersionDetail |
withTrainingDataSource(String trainingDataSource)
The model version training data source.
|
ModelVersionDetail |
withTrainingDataSource(TrainingDataSourceEnum trainingDataSource)
The model version training data source.
|
ModelVersionDetail |
withTrainingResult(TrainingResult trainingResult)
The training results.
|
ModelVersionDetail |
withTrainingResultV2(TrainingResultV2 trainingResultV2)
The training result details.
|
public void setModelId(String modelId)
The model ID.
modelId
- The model ID.public String getModelId()
The model ID.
public ModelVersionDetail withModelId(String modelId)
The model ID.
modelId
- The model ID.public void setModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public String getModelType()
The model type.
ModelTypeEnum
public ModelVersionDetail withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public ModelVersionDetail withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public void setModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public String getModelVersionNumber()
The model version number.
public ModelVersionDetail withModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public void setStatus(String status)
The status of the model version.
status
- The status of the model version.public String getStatus()
The status of the model version.
public ModelVersionDetail withStatus(String status)
The status of the model version.
status
- The status of the model version.public void setTrainingDataSource(String trainingDataSource)
The model version training data source.
trainingDataSource
- The model version training data source.TrainingDataSourceEnum
public String getTrainingDataSource()
The model version training data source.
TrainingDataSourceEnum
public ModelVersionDetail withTrainingDataSource(String trainingDataSource)
The model version training data source.
trainingDataSource
- The model version training data source.TrainingDataSourceEnum
public ModelVersionDetail withTrainingDataSource(TrainingDataSourceEnum trainingDataSource)
The model version training data source.
trainingDataSource
- The model version training data source.TrainingDataSourceEnum
public void setTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
trainingDataSchema
- The training data schema.public TrainingDataSchema getTrainingDataSchema()
The training data schema.
public ModelVersionDetail withTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
trainingDataSchema
- The training data schema.public void setExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The external events data details. This will be populated if the trainingDataSource
for the model
version is specified as EXTERNAL_EVENTS
.
externalEventsDetail
- The external events data details. This will be populated if the trainingDataSource
for the
model version is specified as EXTERNAL_EVENTS
.public ExternalEventsDetail getExternalEventsDetail()
The external events data details. This will be populated if the trainingDataSource
for the model
version is specified as EXTERNAL_EVENTS
.
trainingDataSource
for the
model version is specified as EXTERNAL_EVENTS
.public ModelVersionDetail withExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The external events data details. This will be populated if the trainingDataSource
for the model
version is specified as EXTERNAL_EVENTS
.
externalEventsDetail
- The external events data details. This will be populated if the trainingDataSource
for the
model version is specified as EXTERNAL_EVENTS
.public void setIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The ingested events data details. This will be populated if the trainingDataSource
for the model
version is specified as INGESTED_EVENTS
.
ingestedEventsDetail
- The ingested events data details. This will be populated if the trainingDataSource
for the
model version is specified as INGESTED_EVENTS
.public IngestedEventsDetail getIngestedEventsDetail()
The ingested events data details. This will be populated if the trainingDataSource
for the model
version is specified as INGESTED_EVENTS
.
trainingDataSource
for the
model version is specified as INGESTED_EVENTS
.public ModelVersionDetail withIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The ingested events data details. This will be populated if the trainingDataSource
for the model
version is specified as INGESTED_EVENTS
.
ingestedEventsDetail
- The ingested events data details. This will be populated if the trainingDataSource
for the
model version is specified as INGESTED_EVENTS
.public void setTrainingResult(TrainingResult trainingResult)
The training results.
trainingResult
- The training results.public TrainingResult getTrainingResult()
The training results.
public ModelVersionDetail withTrainingResult(TrainingResult trainingResult)
The training results.
trainingResult
- The training results.public void setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the model was last updated.
lastUpdatedTime
- The timestamp when the model was last updated.public String getLastUpdatedTime()
The timestamp when the model was last updated.
public ModelVersionDetail withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the model was last updated.
lastUpdatedTime
- The timestamp when the model was last updated.public void setCreatedTime(String createdTime)
The timestamp when the model was created.
createdTime
- The timestamp when the model was created.public String getCreatedTime()
The timestamp when the model was created.
public ModelVersionDetail withCreatedTime(String createdTime)
The timestamp when the model was created.
createdTime
- The timestamp when the model was created.public void setArn(String arn)
The model version ARN.
arn
- The model version ARN.public String getArn()
The model version ARN.
public ModelVersionDetail withArn(String arn)
The model version ARN.
arn
- The model version ARN.public void setTrainingResultV2(TrainingResultV2 trainingResultV2)
The training result details. The details include the relative importance of the variables.
trainingResultV2
- The training result details. The details include the relative importance of the variables.public TrainingResultV2 getTrainingResultV2()
The training result details. The details include the relative importance of the variables.
public ModelVersionDetail withTrainingResultV2(TrainingResultV2 trainingResultV2)
The training result details. The details include the relative importance of the variables.
trainingResultV2
- The training result details. The details include the relative importance of the variables.public String toString()
toString
in class Object
Object.toString()
public ModelVersionDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.