| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HubInfo |
HubInfo.clone() |
HubInfo |
HubInfo.withCreationTime(Date creationTime)
The date and time that the hub was created.
|
HubInfo |
HubInfo.withHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
HubInfo |
HubInfo.withHubDescription(String hubDescription)
A description of the hub.
|
HubInfo |
HubInfo.withHubDisplayName(String hubDisplayName)
The display name of the hub.
|
HubInfo |
HubInfo.withHubName(String hubName)
The name of the hub.
|
HubInfo |
HubInfo.withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo |
HubInfo.withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo |
HubInfo.withHubStatus(HubStatus hubStatus)
The status of the hub.
|
HubInfo |
HubInfo.withHubStatus(String hubStatus)
The status of the hub.
|
HubInfo |
HubInfo.withLastModifiedTime(Date lastModifiedTime)
The date and time that the hub was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<HubInfo> |
ListHubsResult.getHubSummaries()
The summaries of the listed hubs.
|
| Modifier and Type | Method and Description |
|---|---|
ListHubsResult |
ListHubsResult.withHubSummaries(HubInfo... hubSummaries)
The summaries of the listed hubs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHubsResult.setHubSummaries(Collection<HubInfo> hubSummaries)
The summaries of the listed hubs.
|
ListHubsResult |
ListHubsResult.withHubSummaries(Collection<HubInfo> hubSummaries)
The summaries of the listed hubs.
|
Copyright © 2024. All rights reserved.