| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobPayloadConfig.Builder |
RecommendationJobPayloadConfig.builder() |
RecommendationJobPayloadConfig.Builder |
RecommendationJobPayloadConfig.Builder.samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
RecommendationJobPayloadConfig.Builder |
RecommendationJobPayloadConfig.Builder.supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
|
RecommendationJobPayloadConfig.Builder |
RecommendationJobPayloadConfig.Builder.supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
|
RecommendationJobPayloadConfig.Builder |
RecommendationJobPayloadConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationJobPayloadConfig.Builder> |
RecommendationJobPayloadConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.payloadConfig(Consumer<RecommendationJobPayloadConfig.Builder> payloadConfig)
Specifies the
SamplePayloadUrl and all other sample payload-related fields. |
Copyright © 2023. All rights reserved.