| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreatePredictorRequest.tags()
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
List<Tag> |
CreateDatasetRequest.tags()
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
List<Tag> |
CreateForecastExportJobRequest.tags()
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
List<Tag> |
TagResourceRequest.tags()
The tags to add to the resource.
|
List<Tag> |
CreatePredictorBacktestExportJobRequest.tags()
Optional metadata to help you categorize and organize your backtests.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags for the resource.
|
List<Tag> |
CreateDatasetGroupRequest.tags()
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
List<Tag> |
CreateDatasetImportJobRequest.tags()
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
List<Tag> |
CreateForecastRequest.tags()
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePredictorRequest.Builder |
CreatePredictorRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to add to the resource.
|
CreatePredictorBacktestExportJobRequest.Builder |
CreatePredictorBacktestExportJobRequest.Builder.tags(Tag... tags)
Optional metadata to help you categorize and organize your backtests.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags for the resource.
|
CreateDatasetGroupRequest.Builder |
CreateDatasetGroupRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePredictorRequest.Builder |
CreatePredictorRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the resource.
|
CreatePredictorBacktestExportJobRequest.Builder |
CreatePredictorBacktestExportJobRequest.Builder.tags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags for the resource.
|
CreateDatasetGroupRequest.Builder |
CreateDatasetGroupRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
Copyright © 2020. All rights reserved.