| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateInferenceComponentResult> |
AmazonSageMakerAsyncClient.createInferenceComponentAsync(CreateInferenceComponentRequest request,
AsyncHandler<CreateInferenceComponentRequest,CreateInferenceComponentResult> asyncHandler) |
Future<CreateInferenceComponentResult> |
AbstractAmazonSageMakerAsync.createInferenceComponentAsync(CreateInferenceComponentRequest request,
AsyncHandler<CreateInferenceComponentRequest,CreateInferenceComponentResult> asyncHandler) |
Future<CreateInferenceComponentResult> |
AmazonSageMakerAsync.createInferenceComponentAsync(CreateInferenceComponentRequest createInferenceComponentRequest,
AsyncHandler<CreateInferenceComponentRequest,CreateInferenceComponentResult> asyncHandler)
Creates an inference component, which is a SageMaker hosting object that you can use to deploy a model to an
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.clone() |
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withEndpointName(String endpointName)
The name of an existing endpoint where you host the inference component.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withInferenceComponentName(String inferenceComponentName)
A unique name to assign to the inference component.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withTags(Collection<Tag> tags)
A list of key-value pairs associated with the model.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withTags(Tag... tags)
A list of key-value pairs associated with the model.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withVariantName(String variantName)
The name of an existing production variant where you host the inference component.
|
Copyright © 2024. All rights reserved.