@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExplainabilityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExplainabilityRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExplainabilityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataSource |
getDataSource() |
Boolean |
getEnableVisualization()
Create an Explainability visualization that is viewable within the Amazon Web Services console.
|
String |
getEndDateTime()
If
TimePointGranularity is set to SPECIFIC , define the last time point for the
Explainability. |
ExplainabilityConfig |
getExplainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
|
String |
getExplainabilityName()
A unique name for the Explainability.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
Schema |
getSchema() |
String |
getStartDateTime()
If
TimePointGranularity is set to SPECIFIC , define the first point for the
Explainability. |
List<Tag> |
getTags()
Optional metadata to help you categorize and organize your resources.
|
int |
hashCode() |
Boolean |
isEnableVisualization()
Create an Explainability visualization that is viewable within the Amazon Web Services console.
|
void |
setDataSource(DataSource dataSource) |
void |
setEnableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
|
void |
setEndDateTime(String endDateTime)
If
TimePointGranularity is set to SPECIFIC , define the last time point for the
Explainability. |
void |
setExplainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
void |
setExplainabilityName(String explainabilityName)
A unique name for the Explainability.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
void |
setSchema(Schema schema) |
void |
setStartDateTime(String startDateTime)
If
TimePointGranularity is set to SPECIFIC , define the first point for the
Explainability. |
void |
setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
String |
toString()
Returns a string representation of this object.
|
CreateExplainabilityRequest |
withDataSource(DataSource dataSource) |
CreateExplainabilityRequest |
withEnableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
|
CreateExplainabilityRequest |
withEndDateTime(String endDateTime)
If
TimePointGranularity is set to SPECIFIC , define the last time point for the
Explainability. |
CreateExplainabilityRequest |
withExplainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
CreateExplainabilityRequest |
withExplainabilityName(String explainabilityName)
A unique name for the Explainability.
|
CreateExplainabilityRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
CreateExplainabilityRequest |
withSchema(Schema schema) |
CreateExplainabilityRequest |
withStartDateTime(String startDateTime)
If
TimePointGranularity is set to SPECIFIC , define the first point for the
Explainability. |
CreateExplainabilityRequest |
withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityRequest |
withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExplainabilityName(String explainabilityName)
A unique name for the Explainability.
explainabilityName
- A unique name for the Explainability.public String getExplainabilityName()
A unique name for the Explainability.
public CreateExplainabilityRequest withExplainabilityName(String explainabilityName)
A unique name for the Explainability.
explainabilityName
- A unique name for the Explainability.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.public String getResourceArn()
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
public CreateExplainabilityRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.public void setExplainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig
- The configuration settings that define the granularity of time series and time points for the
Explainability.public ExplainabilityConfig getExplainabilityConfig()
The configuration settings that define the granularity of time series and time points for the Explainability.
public CreateExplainabilityRequest withExplainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig
- The configuration settings that define the granularity of time series and time points for the
Explainability.public void setDataSource(DataSource dataSource)
dataSource
- public DataSource getDataSource()
public CreateExplainabilityRequest withDataSource(DataSource dataSource)
dataSource
- public void setSchema(Schema schema)
schema
- public Schema getSchema()
public CreateExplainabilityRequest withSchema(Schema schema)
schema
- public void setEnableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
enableVisualization
- Create an Explainability visualization that is viewable within the Amazon Web Services console.public Boolean getEnableVisualization()
Create an Explainability visualization that is viewable within the Amazon Web Services console.
public CreateExplainabilityRequest withEnableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
enableVisualization
- Create an Explainability visualization that is viewable within the Amazon Web Services console.public Boolean isEnableVisualization()
Create an Explainability visualization that is viewable within the Amazon Web Services console.
public void setStartDateTime(String startDateTime)
If TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
startDateTime
- If TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public String getStartDateTime()
If TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public CreateExplainabilityRequest withStartDateTime(String startDateTime)
If TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
startDateTime
- If TimePointGranularity
is set to SPECIFIC
, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public void setEndDateTime(String endDateTime)
If TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
endDateTime
- If TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public String getEndDateTime()
If TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public CreateExplainabilityRequest withEndDateTime(String endDateTime)
If TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
endDateTime
- If TimePointGranularity
is set to SPECIFIC
, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
public List<Tag> getTags()
Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the
key prefix of aws
do not count against your tags per resource limit. You cannot edit or
delete tag keys with this prefix.
public void setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
tags
- Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public CreateExplainabilityRequest withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public CreateExplainabilityRequest withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
tags
- Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public String toString()
toString
in class Object
Object.toString()
public CreateExplainabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()