| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static VendorGuidance |
VendorGuidance.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VendorGuidance |
VendorGuidance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorGuidance[] |
VendorGuidance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VendorGuidance |
UpdateImageVersionRequest.vendorGuidance()
The availability of the image version specified by the maintainer.
|
VendorGuidance |
DescribeImageVersionResponse.vendorGuidance()
The stability of the image version specified by the maintainer.
|
VendorGuidance |
CreateImageVersionRequest.vendorGuidance()
The stability of the image version, specified by the maintainer.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VendorGuidance> |
VendorGuidance.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateImageVersionRequest.Builder |
UpdateImageVersionRequest.Builder.vendorGuidance(VendorGuidance vendorGuidance)
The availability of the image version specified by the maintainer.
|
DescribeImageVersionResponse.Builder |
DescribeImageVersionResponse.Builder.vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version specified by the maintainer.
|
CreateImageVersionRequest.Builder |
CreateImageVersionRequest.Builder.vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version, specified by the maintainer.
|
Copyright © 2023. All rights reserved.