| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceSpecification |
InferenceSpecification.clone() |
InferenceSpecification |
ModelPackage.getInferenceSpecification()
Defines how to perform inference generation after a training job is run.
|
InferenceSpecification |
BatchDescribeModelPackageSummary.getInferenceSpecification() |
InferenceSpecification |
DescribeModelPackageResult.getInferenceSpecification()
Details about inference jobs that can be run with models based on this model package.
|
InferenceSpecification |
DescribeAlgorithmResult.getInferenceSpecification()
Details about inference jobs that the algorithm runs.
|
InferenceSpecification |
CreateModelPackageRequest.getInferenceSpecification()
Specifies details about inference jobs that can be run with models based on this model package, including the
following:
|
InferenceSpecification |
CreateAlgorithmRequest.getInferenceSpecification()
Specifies details about inference jobs that the algorithm runs, including the following:
|
InferenceSpecification |
InferenceSpecification.withContainers(Collection<ModelPackageContainerDefinition> containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification |
InferenceSpecification.withContainers(ModelPackageContainerDefinition... containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification |
InferenceSpecification.withSupportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
|
InferenceSpecification |
InferenceSpecification.withSupportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
|
InferenceSpecification |
InferenceSpecification.withSupportedRealtimeInferenceInstanceTypes(Collection<String> supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification |
InferenceSpecification.withSupportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification |
InferenceSpecification.withSupportedRealtimeInferenceInstanceTypes(String... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification |
InferenceSpecification.withSupportedResponseMIMETypes(Collection<String> supportedResponseMIMETypes)
The supported MIME types for the output data.
|
InferenceSpecification |
InferenceSpecification.withSupportedResponseMIMETypes(String... supportedResponseMIMETypes)
The supported MIME types for the output data.
|
InferenceSpecification |
InferenceSpecification.withSupportedTransformInstanceTypes(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 |
InferenceSpecification.withSupportedTransformInstanceTypes(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 |
InferenceSpecification.withSupportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackage.setInferenceSpecification(InferenceSpecification inferenceSpecification)
Defines how to perform inference generation after a training job is run.
|
void |
BatchDescribeModelPackageSummary.setInferenceSpecification(InferenceSpecification inferenceSpecification) |
void |
DescribeModelPackageResult.setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
void |
DescribeAlgorithmResult.setInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
|
void |
CreateModelPackageRequest.setInferenceSpecification(InferenceSpecification inferenceSpecification)
Specifies details about inference jobs that can be run with models based on this model package, including the
following:
|
void |
CreateAlgorithmRequest.setInferenceSpecification(InferenceSpecification inferenceSpecification)
Specifies details about inference jobs that the algorithm runs, including the following:
|
ModelPackage |
ModelPackage.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Defines how to perform inference generation after a training job is run.
|
BatchDescribeModelPackageSummary |
BatchDescribeModelPackageSummary.withInferenceSpecification(InferenceSpecification inferenceSpecification) |
DescribeModelPackageResult |
DescribeModelPackageResult.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
DescribeAlgorithmResult |
DescribeAlgorithmResult.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that the algorithm runs.
|
CreateModelPackageRequest |
CreateModelPackageRequest.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Specifies details about inference jobs that can be run with models based on this model package, including the
following:
|
CreateAlgorithmRequest |
CreateAlgorithmRequest.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Specifies details about inference jobs that the algorithm runs, including the following:
|
Copyright © 2023. All rights reserved.