@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetModelVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetModelVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The model version ARN.
|
ExternalEventsDetail |
getExternalEventsDetail()
The details of the external events data used for training the model version.
|
IngestedEventsDetail |
getIngestedEventsDetail()
The details of the ingested events data used for training the model version.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version number.
|
String |
getStatus()
The model version status.
|
TrainingDataSchema |
getTrainingDataSchema()
The training data schema.
|
String |
getTrainingDataSource()
The training data source.
|
int |
hashCode() |
void |
setArn(String arn)
The model version ARN.
|
void |
setExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version.
|
void |
setIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version.
|
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 model version status.
|
void |
setTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
|
void |
setTrainingDataSource(String trainingDataSource)
The training data source.
|
String |
toString()
Returns a string representation of this object.
|
GetModelVersionResult |
withArn(String arn)
The model version ARN.
|
GetModelVersionResult |
withExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version.
|
GetModelVersionResult |
withIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version.
|
GetModelVersionResult |
withModelId(String modelId)
The model ID.
|
GetModelVersionResult |
withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionResult |
withModelType(String modelType)
The model type.
|
GetModelVersionResult |
withModelVersionNumber(String modelVersionNumber)
The model version number.
|
GetModelVersionResult |
withStatus(String status)
The model version status.
|
GetModelVersionResult |
withTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
|
GetModelVersionResult |
withTrainingDataSource(String trainingDataSource)
The training data source.
|
GetModelVersionResult |
withTrainingDataSource(TrainingDataSourceEnum trainingDataSource)
The training data source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelId(String modelId)
The model ID.
modelId
- The model ID.public String getModelId()
The model ID.
public GetModelVersionResult 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 GetModelVersionResult withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public GetModelVersionResult 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 GetModelVersionResult withModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public void setTrainingDataSource(String trainingDataSource)
The training data source.
trainingDataSource
- The training data source.TrainingDataSourceEnum
public String getTrainingDataSource()
The training data source.
TrainingDataSourceEnum
public GetModelVersionResult withTrainingDataSource(String trainingDataSource)
The training data source.
trainingDataSource
- The training data source.TrainingDataSourceEnum
public GetModelVersionResult withTrainingDataSource(TrainingDataSourceEnum trainingDataSource)
The training data source.
trainingDataSource
- The 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 GetModelVersionResult withTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
trainingDataSchema
- The training data schema.public void setExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version. This will be populated if the
trainingDataSource
is EXTERNAL_EVENTS
externalEventsDetail
- The details of the external events data used for training the model version. This will be populated if the
trainingDataSource
is EXTERNAL_EVENTS
public ExternalEventsDetail getExternalEventsDetail()
The details of the external events data used for training the model version. This will be populated if the
trainingDataSource
is EXTERNAL_EVENTS
trainingDataSource
is EXTERNAL_EVENTS
public GetModelVersionResult withExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version. This will be populated if the
trainingDataSource
is EXTERNAL_EVENTS
externalEventsDetail
- The details of the external events data used for training the model version. This will be populated if the
trainingDataSource
is EXTERNAL_EVENTS
public void setIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource
is INGESTED_EVENTS
.
ingestedEventsDetail
- The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource
is INGESTED_EVENTS
.public IngestedEventsDetail getIngestedEventsDetail()
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource
is INGESTED_EVENTS
.
trainingDataSource
is INGESTED_EVENTS
.public GetModelVersionResult withIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource
is INGESTED_EVENTS
.
ingestedEventsDetail
- The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource
is INGESTED_EVENTS
.public void setStatus(String status)
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
status
- The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
public String getStatus()
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
public GetModelVersionResult withStatus(String status)
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
status
- The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
public void setArn(String arn)
The model version ARN.
arn
- The model version ARN.public String getArn()
The model version ARN.
public GetModelVersionResult withArn(String arn)
The model version ARN.
arn
- The model version ARN.public String toString()
toString
in class Object
Object.toString()
public GetModelVersionResult clone()