Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelApprovalStatus
-
Packages that use ModelApprovalStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelApprovalStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelApprovalStatus Modifier and Type Method Description static ModelApprovalStatusModelApprovalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelApprovalStatusBatchDescribeModelPackageSummary. modelApprovalStatus()The approval status of the model.ModelApprovalStatusCreateModelPackageRequest. modelApprovalStatus()Whether the model is approved for deployment.ModelApprovalStatusDescribeModelPackageResponse. modelApprovalStatus()The approval status of the model package.ModelApprovalStatusListModelPackagesRequest. modelApprovalStatus()A filter that returns only the model packages with the specified approval status.ModelApprovalStatusModelPackage. modelApprovalStatus()The approval status of the model.ModelApprovalStatusModelPackageSummary. modelApprovalStatus()The approval status of the model.ModelApprovalStatusUpdateModelPackageRequest. modelApprovalStatus()The approval status of the model.static ModelApprovalStatusModelApprovalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelApprovalStatus[]ModelApprovalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelApprovalStatus Modifier and Type Method Description static Set<ModelApprovalStatus>ModelApprovalStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelApprovalStatus Modifier and Type Method Description BatchDescribeModelPackageSummary.BuilderBatchDescribeModelPackageSummary.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model.CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)Whether the model is approved for deployment.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model package.ListModelPackagesRequest.BuilderListModelPackagesRequest.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)A filter that returns only the model packages with the specified approval status.ModelPackage.BuilderModelPackage.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model.ModelPackageSummary.BuilderModelPackageSummary.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model.UpdateModelPackageRequest.BuilderUpdateModelPackageRequest.Builder. modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model.
-