| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelPackageType |
ModelPackageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelPackageType |
ListModelPackagesRequest.modelPackageType()
A filter that returns onlyl the model packages of the specified type.
|
static ModelPackageType |
ModelPackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelPackageType[] |
ModelPackageType.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<ModelPackageType> |
ModelPackageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagesRequest.Builder |
ListModelPackagesRequest.Builder.modelPackageType(ModelPackageType modelPackageType)
A filter that returns onlyl the model packages of the specified type.
|
Copyright © 2020. All rights reserved.