| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AppType |
DescribeAppRequest.appType()
The type of app.
|
AppType |
DescribeAppResponse.appType()
The type of app.
|
AppType |
CreateAppRequest.appType()
The type of app.
|
AppType |
AppDetails.appType()
The type of app.
|
AppType |
DeleteAppRequest.appType()
The type of app.
|
static AppType |
AppType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppType |
AppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppType[] |
AppType.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<AppType> |
AppType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAppRequest.Builder |
DescribeAppRequest.Builder.appType(AppType appType)
The type of app.
|
DescribeAppResponse.Builder |
DescribeAppResponse.Builder.appType(AppType appType)
The type of app.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.appType(AppType appType)
The type of app.
|
AppDetails.Builder |
AppDetails.Builder.appType(AppType appType)
The type of app.
|
DeleteAppRequest.Builder |
DeleteAppRequest.Builder.appType(AppType appType)
The type of app.
|
Copyright © 2021. All rights reserved.