| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHubContentResponse.Builder |
DescribeHubContentResponse.builder() |
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.creationTime(Instant creationTime)
The date and time that hub content was created.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.documentSchemaVersion(String documentSchemaVersion)
The document schema version for the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.failureReason(String failureReason)
The failure reason if importing hub content failed.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub that contains the content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDependencies(Consumer<HubContentDependency.Builder>... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDependencies(HubContentDependency... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDescription(String hubContentDescription)
A description of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentMarkdown(String hubContentMarkdown)
A string that provides a description of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentName(String hubContentName)
The name of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentStatus(String hubContentStatus)
The status of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentType(HubContentType hubContentType)
The type of hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentType(String hubContentType)
The type of hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentVersion(String hubContentVersion)
The version of the hub content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubName(String hubName)
The name of the hub that contains the content.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHubContentResponse.Builder> |
DescribeHubContentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.