| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
StudioLifecycleConfigAppType |
ListStudioLifecycleConfigsRequest.appTypeEquals()
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
static StudioLifecycleConfigAppType |
StudioLifecycleConfigAppType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StudioLifecycleConfigAppType |
StudioLifecycleConfigDetails.studioLifecycleConfigAppType()
The App type to which the Lifecycle Configuration is attached.
|
StudioLifecycleConfigAppType |
CreateStudioLifecycleConfigRequest.studioLifecycleConfigAppType()
The App type that the Lifecycle Configuration is attached to.
|
StudioLifecycleConfigAppType |
DescribeStudioLifecycleConfigResponse.studioLifecycleConfigAppType()
The App type that the Lifecycle Configuration is attached to.
|
static StudioLifecycleConfigAppType |
StudioLifecycleConfigAppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioLifecycleConfigAppType[] |
StudioLifecycleConfigAppType.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<StudioLifecycleConfigAppType> |
StudioLifecycleConfigAppType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.appTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
StudioLifecycleConfigDetails.Builder |
StudioLifecycleConfigDetails.Builder.studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.
|
CreateStudioLifecycleConfigRequest.Builder |
CreateStudioLifecycleConfigRequest.Builder.studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
DescribeStudioLifecycleConfigResponse.Builder |
DescribeStudioLifecycleConfigResponse.Builder.studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
Copyright © 2023. All rights reserved.