Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelLifeCycle
-
Packages that use ModelLifeCycle Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelLifeCycle in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelLifeCycle Modifier and Type Method Description ModelLifeCycleCreateModelPackageRequest. modelLifeCycle()A structure describing the current state of the model in its life cycle.ModelLifeCycleDescribeModelPackageResponse. modelLifeCycle()A structure describing the current state of the model in its life cycle.ModelLifeCycleModelPackage. modelLifeCycle()A structure describing the current state of the model in its life cycle.ModelLifeCycleUpdateModelPackageRequest. modelLifeCycle()A structure describing the current state of the model in its life cycle.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelLifeCycle Modifier and Type Method Description CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. modelLifeCycle(ModelLifeCycle modelLifeCycle)A structure describing the current state of the model in its life cycle.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. modelLifeCycle(ModelLifeCycle modelLifeCycle)A structure describing the current state of the model in its life cycle.ModelPackage.BuilderModelPackage.Builder. modelLifeCycle(ModelLifeCycle modelLifeCycle)A structure describing the current state of the model in its life cycle.UpdateModelPackageRequest.BuilderUpdateModelPackageRequest.Builder. modelLifeCycle(ModelLifeCycle modelLifeCycle)A structure describing the current state of the model in its life cycle.
-