| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioLifecycleConfigAppType |
StudioLifecycleConfigAppType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ListStudioLifecycleConfigsRequest |
ListStudioLifecycleConfigsRequest.withAppTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
DescribeStudioLifecycleConfigResult |
DescribeStudioLifecycleConfigResult.withStudioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
StudioLifecycleConfigDetails |
StudioLifecycleConfigDetails.withStudioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.
|
CreateStudioLifecycleConfigRequest |
CreateStudioLifecycleConfigRequest.withStudioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
Copyright © 2022. All rights reserved.