| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobPayloadConfig |
RecommendationJobPayloadConfig.clone() |
RecommendationJobPayloadConfig |
RecommendationJobContainerConfig.getPayloadConfig()
Specifies the
SamplePayloadUrl and all other sample payload-related fields. |
RecommendationJobPayloadConfig |
RecommendationJobPayloadConfig.withSamplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
RecommendationJobPayloadConfig |
RecommendationJobPayloadConfig.withSupportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
|
RecommendationJobPayloadConfig |
RecommendationJobPayloadConfig.withSupportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobContainerConfig.setPayloadConfig(RecommendationJobPayloadConfig payloadConfig)
Specifies the
SamplePayloadUrl and all other sample payload-related fields. |
RecommendationJobContainerConfig |
RecommendationJobContainerConfig.withPayloadConfig(RecommendationJobPayloadConfig payloadConfig)
Specifies the
SamplePayloadUrl and all other sample payload-related fields. |
Copyright © 2023. All rights reserved.