| 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 |
|---|---|
CreateHubContentReferenceResult |
AmazonSageMakerClient.createHubContentReference(CreateHubContentReferenceRequest request)
Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.
|
CreateHubContentReferenceResult |
AbstractAmazonSageMaker.createHubContentReference(CreateHubContentReferenceRequest request) |
CreateHubContentReferenceResult |
AmazonSageMaker.createHubContentReference(CreateHubContentReferenceRequest createHubContentReferenceRequest)
Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.
|
| 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 |
|---|---|
CreateHubContentReferenceResult |
CreateHubContentReferenceResult.clone() |
CreateHubContentReferenceResult |
CreateHubContentReferenceResult.withHubArn(String hubArn)
The ARN of the hub that the hub content reference was added to.
|
CreateHubContentReferenceResult |
CreateHubContentReferenceResult.withHubContentArn(String hubContentArn)
The ARN of the hub content.
|
Copyright © 2025. All rights reserved.