Class MonitorDataSource
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.MonitorDataSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitorDataSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitorDataSource.Builderbuilder()StringdatasetImportJobArn()The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringforecastArn()The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpredictorArn()The Amazon Resource Name (ARN) of the predictor resource you are monitoring.List<SdkField<?>>sdkFields()static Class<? extends MonitorDataSource.Builder>serializableBuilderClass()MonitorDataSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datasetImportJobArn
public final String datasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
- Returns:
- The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
-
forecastArn
public final String forecastArn()
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
- Returns:
- The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
-
predictorArn
public final String predictorArn()
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
- Returns:
- The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
-
toBuilder
public MonitorDataSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>
-
builder
public static MonitorDataSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitorDataSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-