| 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<CreateHubContentReferenceResult> |
AmazonSageMakerAsyncClient.createHubContentReferenceAsync(CreateHubContentReferenceRequest request,
AsyncHandler<CreateHubContentReferenceRequest,CreateHubContentReferenceResult> asyncHandler) |
Future<CreateHubContentReferenceResult> |
AmazonSageMakerAsync.createHubContentReferenceAsync(CreateHubContentReferenceRequest createHubContentReferenceRequest,
AsyncHandler<CreateHubContentReferenceRequest,CreateHubContentReferenceResult> asyncHandler)
Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.
|
Future<CreateHubContentReferenceResult> |
AbstractAmazonSageMakerAsync.createHubContentReferenceAsync(CreateHubContentReferenceRequest request,
AsyncHandler<CreateHubContentReferenceRequest,CreateHubContentReferenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.clone() |
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withHubContentName(String hubContentName)
The name of the hub content to reference.
|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withHubName(String hubName)
The name of the hub to add the hub content reference to.
|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withMinVersion(String minVersion)
The minimum version of the hub content to reference.
|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withSageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)
The ARN of the public hub content to reference.
|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withTags(Collection<Tag> tags)
Any tags associated with the hub content to reference.
|
CreateHubContentReferenceRequest |
CreateHubContentReferenceRequest.withTags(Tag... tags)
Any tags associated with the hub content to reference.
|
Copyright © 2025. All rights reserved.