| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessorDataSharingPreference |
StreamProcessorDataSharingPreference.clone() |
StreamProcessorDataSharingPreference |
DescribeStreamProcessorResult.getDataSharingPreference()
Shows whether you are sharing data with Rekognition to improve model performance.
|
StreamProcessorDataSharingPreference |
CreateStreamProcessorRequest.getDataSharingPreference()
Shows whether you are sharing data with Rekognition to improve model performance.
|
StreamProcessorDataSharingPreference |
UpdateStreamProcessorRequest.getDataSharingPreferenceForUpdate()
Shows whether you are sharing data with Rekognition to improve model performance.
|
StreamProcessorDataSharingPreference |
StreamProcessorDataSharingPreference.withOptIn(Boolean optIn)
If this option is set to true, you choose to share data with Rekognition to improve model performance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStreamProcessorResult.setDataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
void |
CreateStreamProcessorRequest.setDataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
void |
UpdateStreamProcessorRequest.setDataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference dataSharingPreferenceForUpdate)
Shows whether you are sharing data with Rekognition to improve model performance.
|
DescribeStreamProcessorResult |
DescribeStreamProcessorResult.withDataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
CreateStreamProcessorRequest |
CreateStreamProcessorRequest.withDataSharingPreference(StreamProcessorDataSharingPreference dataSharingPreference)
Shows whether you are sharing data with Rekognition to improve model performance.
|
UpdateStreamProcessorRequest |
UpdateStreamProcessorRequest.withDataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference dataSharingPreferenceForUpdate)
Shows whether you are sharing data with Rekognition to improve model performance.
|
Copyright © 2022. All rights reserved.