| 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 |
|---|---|
CreateInferenceComponentResult |
AmazonSageMakerClient.createInferenceComponent(CreateInferenceComponentRequest request)
Creates an inference component, which is a SageMaker hosting object that you can use to deploy a model to an
endpoint.
|
CreateInferenceComponentResult |
AbstractAmazonSageMaker.createInferenceComponent(CreateInferenceComponentRequest request) |
CreateInferenceComponentResult |
AmazonSageMaker.createInferenceComponent(CreateInferenceComponentRequest createInferenceComponentRequest)
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 |
|---|---|
Future<CreateInferenceComponentResult> |
AmazonSageMakerAsyncClient.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.
|
Future<CreateInferenceComponentResult> |
AbstractAmazonSageMakerAsync.createInferenceComponentAsync(CreateInferenceComponentRequest request,
AsyncHandler<CreateInferenceComponentRequest,CreateInferenceComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateInferenceComponentResult |
CreateInferenceComponentResult.clone() |
CreateInferenceComponentResult |
CreateInferenceComponentResult.withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
Copyright © 2025. All rights reserved.