@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceSchedulerSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the specific inference scheduler, including data delay offset, model name and ARN, status, and so on.
Constructor and Description |
---|
InferenceSchedulerSummary() |
Modifier and Type | Method and Description |
---|---|
InferenceSchedulerSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getDataDelayOffsetInMinutes()
A period of time (in minutes) by which inference on the data is delayed after the data starts.
|
String |
getDataUploadFrequency()
How often data is uploaded to the source S3 bucket for the input data.
|
String |
getInferenceSchedulerArn()
The Amazon Resource Name (ARN) of the inference scheduler.
|
String |
getInferenceSchedulerName()
The name of the inference scheduler.
|
String |
getLatestInferenceResult()
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
|
String |
getModelName()
The name of the machine learning model used for the inference scheduler.
|
String |
getStatus()
Indicates the status of the inference scheduler.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
A period of time (in minutes) by which inference on the data is delayed after the data starts.
|
void |
setDataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
void |
setInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler.
|
void |
setInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler.
|
void |
setLatestInferenceResult(String latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
|
void |
setModelName(String modelName)
The name of the machine learning model used for the inference scheduler.
|
void |
setStatus(String status)
Indicates the status of the inference scheduler.
|
String |
toString()
Returns a string representation of this object.
|
InferenceSchedulerSummary |
withDataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
A period of time (in minutes) by which inference on the data is delayed after the data starts.
|
InferenceSchedulerSummary |
withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
InferenceSchedulerSummary |
withDataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
InferenceSchedulerSummary |
withInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler.
|
InferenceSchedulerSummary |
withInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler.
|
InferenceSchedulerSummary |
withLatestInferenceResult(LatestInferenceResult latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
InferenceSchedulerSummary |
withLatestInferenceResult(String latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
InferenceSchedulerSummary |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
|
InferenceSchedulerSummary |
withModelName(String modelName)
The name of the machine learning model used for the inference scheduler.
|
InferenceSchedulerSummary |
withStatus(InferenceSchedulerStatus status)
Indicates the status of the inference scheduler.
|
InferenceSchedulerSummary |
withStatus(String status)
Indicates the status of the inference scheduler.
|
public void setModelName(String modelName)
The name of the machine learning model used for the inference scheduler.
modelName
- The name of the machine learning model used for the inference scheduler.public String getModelName()
The name of the machine learning model used for the inference scheduler.
public InferenceSchedulerSummary withModelName(String modelName)
The name of the machine learning model used for the inference scheduler.
modelName
- The name of the machine learning model used for the inference scheduler.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.public String getModelArn()
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
public InferenceSchedulerSummary withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model used by the inference scheduler.public void setInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler.
inferenceSchedulerName
- The name of the inference scheduler.public String getInferenceSchedulerName()
The name of the inference scheduler.
public InferenceSchedulerSummary withInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler.
inferenceSchedulerName
- The name of the inference scheduler.public void setInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler.
inferenceSchedulerArn
- The Amazon Resource Name (ARN) of the inference scheduler.public String getInferenceSchedulerArn()
The Amazon Resource Name (ARN) of the inference scheduler.
public InferenceSchedulerSummary withInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler.
inferenceSchedulerArn
- The Amazon Resource Name (ARN) of the inference scheduler.public void setStatus(String status)
Indicates the status of the inference scheduler.
status
- Indicates the status of the inference scheduler.InferenceSchedulerStatus
public String getStatus()
Indicates the status of the inference scheduler.
InferenceSchedulerStatus
public InferenceSchedulerSummary withStatus(String status)
Indicates the status of the inference scheduler.
status
- Indicates the status of the inference scheduler.InferenceSchedulerStatus
public InferenceSchedulerSummary withStatus(InferenceSchedulerStatus status)
Indicates the status of the inference scheduler.
status
- Indicates the status of the inference scheduler.InferenceSchedulerStatus
public void setDataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.
dataDelayOffsetInMinutes
- A period of time (in minutes) by which inference on the data is delayed after the data starts. For
instance, if an offset delay time of five minutes was selected, inference will not begin on the data until
the first data measurement after the five minute mark. For example, if five minutes is selected, the
inference scheduler will wake up at the configured frequency with the additional five minute delay time to
check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to
stop and restart the scheduler when uploading new data.public Long getDataDelayOffsetInMinutes()
A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.
public InferenceSchedulerSummary withDataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.
dataDelayOffsetInMinutes
- A period of time (in minutes) by which inference on the data is delayed after the data starts. For
instance, if an offset delay time of five minutes was selected, inference will not begin on the data until
the first data measurement after the five minute mark. For example, if five minutes is selected, the
inference scheduler will wake up at the configured frequency with the additional five minute delay time to
check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to
stop and restart the scheduler when uploading new data.public void setDataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
dataUploadFrequency
- How often data is uploaded to the source S3 bucket for the input data. This value is the length of time
between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the
real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon
Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5
minutes.DataUploadFrequency
public String getDataUploadFrequency()
How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
DataUploadFrequency
public InferenceSchedulerSummary withDataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
dataUploadFrequency
- How often data is uploaded to the source S3 bucket for the input data. This value is the length of time
between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the
real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon
Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5
minutes.DataUploadFrequency
public InferenceSchedulerSummary withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
dataUploadFrequency
- How often data is uploaded to the source S3 bucket for the input data. This value is the length of time
between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the
real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon
Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5
minutes.DataUploadFrequency
public void setLatestInferenceResult(String latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).
latestInferenceResult
- Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found)
or Normal (no anomalous events found).LatestInferenceResult
public String getLatestInferenceResult()
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).
LatestInferenceResult
public InferenceSchedulerSummary withLatestInferenceResult(String latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).
latestInferenceResult
- Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found)
or Normal (no anomalous events found).LatestInferenceResult
public InferenceSchedulerSummary withLatestInferenceResult(LatestInferenceResult latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).
latestInferenceResult
- Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found)
or Normal (no anomalous events found).LatestInferenceResult
public String toString()
toString
in class Object
Object.toString()
public InferenceSchedulerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.