| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceSpecification.Builder |
InferenceSpecification.builder() |
InferenceSpecification.Builder |
InferenceSpecification.Builder.containers(Collection<ModelPackageContainerDefinition> containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.containers(Consumer<ModelPackageContainerDefinition.Builder>... containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.containers(ModelPackageContainerDefinition... containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedRealtimeInferenceInstanceTypes(Collection<ProductionVariantInstanceType> supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedRealtimeInferenceInstanceTypesWithStrings(Collection<String> supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedRealtimeInferenceInstanceTypesWithStrings(String... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedResponseMIMETypes(Collection<String> supportedResponseMIMETypes)
The supported MIME types for the output data.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedResponseMIMETypes(String... supportedResponseMIMETypes)
The supported MIME types for the output data.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypes(Collection<TransformInstanceType> supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be
deployed.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be
deployed.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypesWithStrings(Collection<String> supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be
deployed.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypesWithStrings(String... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be
deployed.
|
InferenceSpecification.Builder |
InferenceSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferenceSpecification.Builder> |
InferenceSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateModelPackageRequest.Builder |
CreateModelPackageRequest.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Specifies details about inference jobs that can be run with models based on this model package, including the
following:
|
default CreateAlgorithmRequest.Builder |
CreateAlgorithmRequest.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Specifies details about inference jobs that the algorithm runs, including the following:
|
default DescribeAlgorithmResponse.Builder |
DescribeAlgorithmResponse.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Details about inference jobs that the algorithm runs.
|
default DescribeModelPackageResponse.Builder |
DescribeModelPackageResponse.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
default ModelPackage.Builder |
ModelPackage.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)
Sets the value of the InferenceSpecification property for this object.
|
Copyright © 2021. All rights reserved.