@Generated(value="software.amazon.awssdk:codegen") public final class TimeSeriesForecastingSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeSeriesForecastingSettings.Builder,TimeSeriesForecastingSettings>
Time series forecast settings for the SageMaker Canvas app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeSeriesForecastingSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amazonForecastRoleArn()
The IAM role that Canvas passes to Amazon Forecast for time series forecasting.
|
static TimeSeriesForecastingSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimeSeriesForecastingSettings.Builder> |
serializableBuilderClass() |
FeatureStatus |
status()
Describes whether time series forecasting is enabled or disabled in the Canvas app.
|
String |
statusAsString()
Describes whether time series forecasting is enabled or disabled in the Canvas app.
|
TimeSeriesForecastingSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FeatureStatus status()
Describes whether time series forecasting is enabled or disabled in the Canvas app.
If the service returns an enum value that is not available in the current SDK version, status will
return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FeatureStatuspublic final String statusAsString()
Describes whether time series forecasting is enabled or disabled in the Canvas app.
If the service returns an enum value that is not available in the current SDK version, status will
return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FeatureStatuspublic final String amazonForecastRoleArn()
The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the
execution role specified in the UserProfile that launches the Canvas app. If an execution role is
not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns
the UserProfile. To allow time series forecasting, this IAM role should have the AmazonSageMakerCanvasForecastAccess policy attached and forecast.amazonaws.com added in the
trust relationship as a service principal.
UserProfile that launches the Canvas app. If an
execution role is not specified in the UserProfile, Canvas uses the execution role specified
in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role
should have the AmazonSageMakerCanvasForecastAccess policy attached and forecast.amazonaws.com added
in the trust relationship as a service principal.public TimeSeriesForecastingSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimeSeriesForecastingSettings.Builder,TimeSeriesForecastingSettings>public static TimeSeriesForecastingSettings.Builder builder()
public static Class<? extends TimeSeriesForecastingSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.