| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HubContentType |
HubContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HubContentType |
HubContentInfo.hubContentType()
The type of hub content.
|
HubContentType |
ListHubContentVersionsRequest.hubContentType()
The type of hub content to list versions of.
|
HubContentType |
DeleteHubContentRequest.hubContentType()
The type of content that you want to delete from a hub.
|
HubContentType |
ListHubContentsRequest.hubContentType()
The type of hub content to list.
|
HubContentType |
DescribeHubContentRequest.hubContentType()
The type of content in the hub.
|
HubContentType |
DescribeHubContentResponse.hubContentType()
The type of hub content.
|
HubContentType |
ImportHubContentRequest.hubContentType()
The type of hub content to import.
|
static HubContentType |
HubContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubContentType[] |
HubContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HubContentType> |
HubContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HubContentInfo.Builder |
HubContentInfo.Builder.hubContentType(HubContentType hubContentType)
The type of hub content.
|
ListHubContentVersionsRequest.Builder |
ListHubContentVersionsRequest.Builder.hubContentType(HubContentType hubContentType)
The type of hub content to list versions of.
|
DeleteHubContentRequest.Builder |
DeleteHubContentRequest.Builder.hubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.hubContentType(HubContentType hubContentType)
The type of hub content to list.
|
DescribeHubContentRequest.Builder |
DescribeHubContentRequest.Builder.hubContentType(HubContentType hubContentType)
The type of content in the hub.
|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentType(HubContentType hubContentType)
The type of hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentType(HubContentType hubContentType)
The type of hub content to import.
|
Copyright © 2023. All rights reserved.