| 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 |
|---|---|
DescribeHubContentResult |
AmazonSageMakerClient.describeHubContent(DescribeHubContentRequest request)
Describe the content of a hub.
|
DescribeHubContentResult |
AbstractAmazonSageMaker.describeHubContent(DescribeHubContentRequest request) |
DescribeHubContentResult |
AmazonSageMaker.describeHubContent(DescribeHubContentRequest describeHubContentRequest)
Describe the content of a hub.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHubContentResult> |
AmazonSageMakerAsyncClient.describeHubContentAsync(DescribeHubContentRequest request,
AsyncHandler<DescribeHubContentRequest,DescribeHubContentResult> asyncHandler) |
Future<DescribeHubContentResult> |
AmazonSageMakerAsync.describeHubContentAsync(DescribeHubContentRequest describeHubContentRequest,
AsyncHandler<DescribeHubContentRequest,DescribeHubContentResult> asyncHandler)
Describe the content of a hub.
|
Future<DescribeHubContentResult> |
AbstractAmazonSageMakerAsync.describeHubContentAsync(DescribeHubContentRequest request,
AsyncHandler<DescribeHubContentRequest,DescribeHubContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeHubContentResult |
DescribeHubContentResult.clone() |
DescribeHubContentResult |
DescribeHubContentResult.withCreationTime(Date creationTime)
The date and time that hub content was created.
|
DescribeHubContentResult |
DescribeHubContentResult.withDocumentSchemaVersion(String documentSchemaVersion)
The document schema version for the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withFailureReason(String failureReason)
The failure reason if importing hub content failed.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub that contains the content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDependencies(HubContentDependency... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDescription(String hubContentDescription)
A description of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated containers,
scripts, and more.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentMarkdown(String hubContentMarkdown)
A string that provides a description of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentName(String hubContentName)
The name of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentStatus(String hubContentStatus)
The status of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentType(HubContentType hubContentType)
The type of hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentType(String hubContentType)
The type of hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentVersion(String hubContentVersion)
The version of the hub content.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubName(String hubName)
The name of the hub that contains the content.
|
Copyright © 2024. All rights reserved.