@Generated(value="software.amazon.awssdk:codegen") public final class MonitorDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>
The source of the data the monitor used during the evaluation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitorDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitorDataSource.Builder |
builder() |
String |
datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor
evaluation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forecastArn()
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
predictorArn()
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitorDataSource.Builder> |
serializableBuilderClass() |
MonitorDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
public final String forecastArn()
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
public final String predictorArn()
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
public MonitorDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>public static MonitorDataSource.Builder builder()
public static Class<? extends MonitorDataSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.