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 VendorGuidanceVendorGuidance. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VendorGuidanceVendorGuidance. 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.VendorGuidanceCreateImageVersionRequest. vendorGuidance()The stability of the image version, specified by the maintainer.VendorGuidanceDescribeImageVersionResponse. vendorGuidance()The stability of the image version specified by the maintainer.VendorGuidanceUpdateImageVersionRequest. 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.BuilderCreateImageVersionRequest.Builder. vendorGuidance(VendorGuidance vendorGuidance)The stability of the image version, specified by the maintainer.DescribeImageVersionResponse.BuilderDescribeImageVersionResponse.Builder. vendorGuidance(VendorGuidance vendorGuidance)The stability of the image version specified by the maintainer.UpdateImageVersionRequest.BuilderUpdateImageVersionRequest.Builder. vendorGuidance(VendorGuidance vendorGuidance)The availability of the image version specified by the maintainer.
-