| 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 |
|---|---|
ImportHubContentResult |
AmazonSageMakerClient.importHubContent(ImportHubContentRequest request)
Import hub content.
|
ImportHubContentResult |
AbstractAmazonSageMaker.importHubContent(ImportHubContentRequest request) |
ImportHubContentResult |
AmazonSageMaker.importHubContent(ImportHubContentRequest importHubContentRequest)
Import hub content.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportHubContentResult> |
AmazonSageMakerAsyncClient.importHubContentAsync(ImportHubContentRequest request,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler) |
Future<ImportHubContentResult> |
AbstractAmazonSageMakerAsync.importHubContentAsync(ImportHubContentRequest request,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler) |
Future<ImportHubContentResult> |
AmazonSageMakerAsync.importHubContentAsync(ImportHubContentRequest importHubContentRequest,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler)
Import hub content.
|
| Modifier and Type | Method and Description |
|---|---|
ImportHubContentResult |
ImportHubContentResult.clone() |
ImportHubContentResult |
ImportHubContentResult.withHubArn(String hubArn)
The ARN of the hub that the content was imported into.
|
ImportHubContentResult |
ImportHubContentResult.withHubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
|
Copyright © 2025. All rights reserved.