Uses of Class
software.amazon.awssdk.services.sagemaker.model.VendorGuidance
-
Packages that use VendorGuidance Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VendorGuidance in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VendorGuidance Modifier and Type Method 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
CreateImageVersionRequest. vendorGuidance()
The stability of the image version, specified by the maintainer.VendorGuidance
DescribeImageVersionResponse. vendorGuidance()
The stability of the image version specified by the maintainer.VendorGuidance
UpdateImageVersionRequest. vendorGuidance()
The availability of the image version specified by the maintainer.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VendorGuidance Modifier and Type Method Description static Set<VendorGuidance>
VendorGuidance. knownValues()
Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VendorGuidance Modifier and Type Method Description CreateImageVersionRequest.Builder
CreateImageVersionRequest.Builder. vendorGuidance(VendorGuidance vendorGuidance)
The stability 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.UpdateImageVersionRequest.Builder
UpdateImageVersionRequest.Builder. vendorGuidance(VendorGuidance vendorGuidance)
The availability of the image version specified by the maintainer.
-