| 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<ImportHubContentResult> |
AmazonSageMakerAsyncClient.importHubContentAsync(ImportHubContentRequest request,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler) |
Future<ImportHubContentResult> |
AmazonSageMakerAsync.importHubContentAsync(ImportHubContentRequest importHubContentRequest,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler)
Import hub content.
|
Future<ImportHubContentResult> |
AbstractAmazonSageMakerAsync.importHubContentAsync(ImportHubContentRequest request,
AsyncHandler<ImportHubContentRequest,ImportHubContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportHubContentRequest |
ImportHubContentRequest.clone() |
ImportHubContentRequest |
ImportHubContentRequest.withDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content schema to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentDescription(String hubContentDescription)
A description of the hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated containers,
scripts, and more.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentMarkdown(String hubContentMarkdown)
A string that provides a description of the hub content.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentName(String hubContentName)
The name of the hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords of the hub content.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords of the hub content.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentType(HubContentType hubContentType)
The type of hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentType(String hubContentType)
The type of hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubContentVersion(String hubContentVersion)
The version of the hub content to import.
|
ImportHubContentRequest |
ImportHubContentRequest.withHubName(String hubName)
The name of the hub to import content into.
|
ImportHubContentRequest |
ImportHubContentRequest.withTags(Collection<Tag> tags)
Any tags associated with the hub content.
|
ImportHubContentRequest |
ImportHubContentRequest.withTags(Tag... tags)
Any tags associated with the hub content.
|
Copyright © 2025. All rights reserved.