static RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.builder() |
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.dataInputConfig(String dataInputConfig) |
Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.domain(String domain) |
The machine learning domain of the model and its components.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.framework(String framework) |
The machine learning framework of the container image.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.frameworkVersion(String frameworkVersion) |
The framework version of the container image.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.nearestModelName(String nearestModelName) |
The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that
matches your model.
|
default RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.payloadConfig(Consumer<RecommendationJobPayloadConfig.Builder> payloadConfig) |
Specifies the SamplePayloadUrl and all other sample payload-related fields.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.payloadConfig(RecommendationJobPayloadConfig payloadConfig) |
Specifies the SamplePayloadUrl and all other sample payload-related fields.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedEndpointType(String supportedEndpointType) |
The endpoint type to receive recommendations for.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedEndpointType(RecommendationJobSupportedEndpointType supportedEndpointType) |
The endpoint type to receive recommendations for.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedInstanceTypes(String... supportedInstanceTypes) |
A list of the instance types that are used to generate inferences in real-time.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedInstanceTypes(Collection<String> supportedInstanceTypes) |
A list of the instance types that are used to generate inferences in real-time.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedResponseMIMETypes(String... supportedResponseMIMETypes) |
The supported MIME types for the output data.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.supportedResponseMIMETypes(Collection<String> supportedResponseMIMETypes) |
The supported MIME types for the output data.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.Builder.task(String task) |
The machine learning task that the model accomplishes.
|
RecommendationJobContainerConfig.Builder |
RecommendationJobContainerConfig.toBuilder() |
|