@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventPredictionMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventPredictionMetadataResult() |
Modifier and Type | Method and Description |
---|---|
GetEventPredictionMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The detector ID.
|
String |
getDetectorVersionId()
The detector version ID.
|
String |
getDetectorVersionStatus()
The status of the detector version.
|
String |
getEntityId()
The entity ID.
|
String |
getEntityType()
The entity type.
|
List<EvaluatedExternalModel> |
getEvaluatedExternalModels()
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
List<EvaluatedModelVersion> |
getEvaluatedModelVersions()
Model versions that were evaluated for generating predictions.
|
String |
getEventId()
The event ID.
|
String |
getEventTimestamp()
The timestamp for when the prediction was generated for the associated event ID.
|
String |
getEventTypeName()
The event type associated with the detector specified for this prediction.
|
List<EventVariableSummary> |
getEventVariables()
A list of event variables that influenced the prediction scores.
|
List<String> |
getOutcomes()
The outcomes of the matched rule, based on the rule execution mode.
|
String |
getPredictionTimestamp()
The timestamp that defines when the prediction was generated.
|
String |
getRuleExecutionMode()
The execution mode of the rule used for evaluating variable values.
|
List<EvaluatedRule> |
getRules()
List of rules associated with the detector version that were used for evaluating variable values.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setDetectorVersionStatus(String detectorVersionStatus)
The status of the detector version.
|
void |
setEntityId(String entityId)
The entity ID.
|
void |
setEntityType(String entityType)
The entity type.
|
void |
setEvaluatedExternalModels(Collection<EvaluatedExternalModel> evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
void |
setEvaluatedModelVersions(Collection<EvaluatedModelVersion> evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
|
void |
setEventId(String eventId)
The event ID.
|
void |
setEventTimestamp(String eventTimestamp)
The timestamp for when the prediction was generated for the associated event ID.
|
void |
setEventTypeName(String eventTypeName)
The event type associated with the detector specified for this prediction.
|
void |
setEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
|
void |
setOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
void |
setPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
void |
setRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
void |
setRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
String |
toString()
Returns a string representation of this object.
|
GetEventPredictionMetadataResult |
withDetectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataResult |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataResult |
withDetectorVersionStatus(String detectorVersionStatus)
The status of the detector version.
|
GetEventPredictionMetadataResult |
withEntityId(String entityId)
The entity ID.
|
GetEventPredictionMetadataResult |
withEntityType(String entityType)
The entity type.
|
GetEventPredictionMetadataResult |
withEvaluatedExternalModels(Collection<EvaluatedExternalModel> evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
withEvaluatedExternalModels(EvaluatedExternalModel... evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
withEvaluatedModelVersions(Collection<EvaluatedModelVersion> evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
withEvaluatedModelVersions(EvaluatedModelVersion... evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
withEventId(String eventId)
The event ID.
|
GetEventPredictionMetadataResult |
withEventTimestamp(String eventTimestamp)
The timestamp for when the prediction was generated for the associated event ID.
|
GetEventPredictionMetadataResult |
withEventTypeName(String eventTypeName)
The event type associated with the detector specified for this prediction.
|
GetEventPredictionMetadataResult |
withEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
|
GetEventPredictionMetadataResult |
withEventVariables(EventVariableSummary... eventVariables)
A list of event variables that influenced the prediction scores.
|
GetEventPredictionMetadataResult |
withOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
GetEventPredictionMetadataResult |
withOutcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
GetEventPredictionMetadataResult |
withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
GetEventPredictionMetadataResult |
withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
GetEventPredictionMetadataResult |
withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
GetEventPredictionMetadataResult |
withRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
GetEventPredictionMetadataResult |
withRules(EvaluatedRule... rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventId(String eventId)
The event ID.
eventId
- The event ID.public String getEventId()
The event ID.
public GetEventPredictionMetadataResult withEventId(String eventId)
The event ID.
eventId
- The event ID.public void setEventTypeName(String eventTypeName)
The event type associated with the detector specified for this prediction.
eventTypeName
- The event type associated with the detector specified for this prediction.public String getEventTypeName()
The event type associated with the detector specified for this prediction.
public GetEventPredictionMetadataResult withEventTypeName(String eventTypeName)
The event type associated with the detector specified for this prediction.
eventTypeName
- The event type associated with the detector specified for this prediction.public void setEntityId(String entityId)
The entity ID.
entityId
- The entity ID.public String getEntityId()
The entity ID.
public GetEventPredictionMetadataResult withEntityId(String entityId)
The entity ID.
entityId
- The entity ID.public void setEntityType(String entityType)
The entity type.
entityType
- The entity type.public String getEntityType()
The entity type.
public GetEventPredictionMetadataResult withEntityType(String entityType)
The entity type.
entityType
- The entity type.public void setEventTimestamp(String eventTimestamp)
The timestamp for when the prediction was generated for the associated event ID.
eventTimestamp
- The timestamp for when the prediction was generated for the associated event ID.public String getEventTimestamp()
The timestamp for when the prediction was generated for the associated event ID.
public GetEventPredictionMetadataResult withEventTimestamp(String eventTimestamp)
The timestamp for when the prediction was generated for the associated event ID.
eventTimestamp
- The timestamp for when the prediction was generated for the associated event ID.public void setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public GetEventPredictionMetadataResult withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public GetEventPredictionMetadataResult withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public void setDetectorVersionStatus(String detectorVersionStatus)
The status of the detector version.
detectorVersionStatus
- The status of the detector version.public String getDetectorVersionStatus()
The status of the detector version.
public GetEventPredictionMetadataResult withDetectorVersionStatus(String detectorVersionStatus)
The status of the detector version.
detectorVersionStatus
- The status of the detector version.public List<EventVariableSummary> getEventVariables()
A list of event variables that influenced the prediction scores.
public void setEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
eventVariables
- A list of event variables that influenced the prediction scores.public GetEventPredictionMetadataResult withEventVariables(EventVariableSummary... eventVariables)
A list of event variables that influenced the prediction scores.
NOTE: This method appends the values to the existing list (if any). Use
setEventVariables(java.util.Collection)
or withEventVariables(java.util.Collection)
if you want
to override the existing values.
eventVariables
- A list of event variables that influenced the prediction scores.public GetEventPredictionMetadataResult withEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
eventVariables
- A list of event variables that influenced the prediction scores.public List<EvaluatedRule> getRules()
List of rules associated with the detector version that were used for evaluating variable values.
public void setRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
rules
- List of rules associated with the detector version that were used for evaluating variable values.public GetEventPredictionMetadataResult withRules(EvaluatedRule... rules)
List of rules associated with the detector version that were used for evaluating variable values.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- List of rules associated with the detector version that were used for evaluating variable values.public GetEventPredictionMetadataResult withRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
rules
- List of rules associated with the detector version that were used for evaluating variable values.public void setRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
ruleExecutionMode
- The execution mode of the rule used for evaluating variable values.RuleExecutionMode
public String getRuleExecutionMode()
The execution mode of the rule used for evaluating variable values.
RuleExecutionMode
public GetEventPredictionMetadataResult withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
ruleExecutionMode
- The execution mode of the rule used for evaluating variable values.RuleExecutionMode
public GetEventPredictionMetadataResult withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
ruleExecutionMode
- The execution mode of the rule used for evaluating variable values.RuleExecutionMode
public List<String> getOutcomes()
The outcomes of the matched rule, based on the rule execution mode.
public void setOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
outcomes
- The outcomes of the matched rule, based on the rule execution mode.public GetEventPredictionMetadataResult withOutcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
NOTE: This method appends the values to the existing list (if any). Use
setOutcomes(java.util.Collection)
or withOutcomes(java.util.Collection)
if you want to override
the existing values.
outcomes
- The outcomes of the matched rule, based on the rule execution mode.public GetEventPredictionMetadataResult withOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
outcomes
- The outcomes of the matched rule, based on the rule execution mode.public List<EvaluatedModelVersion> getEvaluatedModelVersions()
Model versions that were evaluated for generating predictions.
public void setEvaluatedModelVersions(Collection<EvaluatedModelVersion> evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
evaluatedModelVersions
- Model versions that were evaluated for generating predictions.public GetEventPredictionMetadataResult withEvaluatedModelVersions(EvaluatedModelVersion... evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluatedModelVersions(java.util.Collection)
or
withEvaluatedModelVersions(java.util.Collection)
if you want to override the existing values.
evaluatedModelVersions
- Model versions that were evaluated for generating predictions.public GetEventPredictionMetadataResult withEvaluatedModelVersions(Collection<EvaluatedModelVersion> evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
evaluatedModelVersions
- Model versions that were evaluated for generating predictions.public List<EvaluatedExternalModel> getEvaluatedExternalModels()
External (Amazon SageMaker) models that were evaluated for generating predictions.
public void setEvaluatedExternalModels(Collection<EvaluatedExternalModel> evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
evaluatedExternalModels
- External (Amazon SageMaker) models that were evaluated for generating predictions.public GetEventPredictionMetadataResult withEvaluatedExternalModels(EvaluatedExternalModel... evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluatedExternalModels(java.util.Collection)
or
withEvaluatedExternalModels(java.util.Collection)
if you want to override the existing values.
evaluatedExternalModels
- External (Amazon SageMaker) models that were evaluated for generating predictions.public GetEventPredictionMetadataResult withEvaluatedExternalModels(Collection<EvaluatedExternalModel> evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
evaluatedExternalModels
- External (Amazon SageMaker) models that were evaluated for generating predictions.public void setPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
predictionTimestamp
- The timestamp that defines when the prediction was generated.public String getPredictionTimestamp()
The timestamp that defines when the prediction was generated.
public GetEventPredictionMetadataResult withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
predictionTimestamp
- The timestamp that defines when the prediction was generated.public String toString()
toString
in class Object
Object.toString()
public GetEventPredictionMetadataResult clone()