| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HubContentInfo |
HubContentInfo.clone() |
HubContentInfo |
HubContentInfo.withCreationTime(Date creationTime)
The date and time that the hub content was created.
|
HubContentInfo |
HubContentInfo.withDocumentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
|
HubContentInfo |
HubContentInfo.withHubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentDescription(String hubContentDescription)
A description of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentName(String hubContentName)
The name of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentStatus(String hubContentStatus)
The status of the hub content.
|
HubContentInfo |
HubContentInfo.withHubContentType(HubContentType hubContentType)
The type of hub content.
|
HubContentInfo |
HubContentInfo.withHubContentType(String hubContentType)
The type of hub content.
|
HubContentInfo |
HubContentInfo.withHubContentVersion(String hubContentVersion)
The version of the hub content.
|
HubContentInfo |
HubContentInfo.withOriginalCreationTime(Date originalCreationTime)
The date and time when the hub content was originally created, before any updates or revisions.
|
HubContentInfo |
HubContentInfo.withSageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)
The ARN of the public hub content.
|
HubContentInfo |
HubContentInfo.withSupportStatus(HubContentSupportStatus supportStatus)
The support status of the hub content.
|
HubContentInfo |
HubContentInfo.withSupportStatus(String supportStatus)
The support status of the hub content.
|
| Modifier and Type | Method and Description |
|---|---|
List<HubContentInfo> |
ListHubContentsResult.getHubContentSummaries()
The summaries of the listed hub content.
|
List<HubContentInfo> |
ListHubContentVersionsResult.getHubContentSummaries()
The summaries of the listed hub content versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListHubContentsResult |
ListHubContentsResult.withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentVersionsResult |
ListHubContentVersionsResult.withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHubContentsResult.setHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
void |
ListHubContentVersionsResult.setHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentsResult |
ListHubContentsResult.withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentVersionsResult |
ListHubContentVersionsResult.withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
|
Copyright © 2024. All rights reserved.