Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCardExportJobStatus
-
Packages that use ModelCardExportJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelCardExportJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelCardExportJobStatus Modifier and Type Method Description static ModelCardExportJobStatusModelCardExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCardExportJobStatusDescribeModelCardExportJobResponse. status()The completion status of the model card export job.ModelCardExportJobStatusModelCardExportJobSummary. status()The completion status of the model card export job.ModelCardExportJobStatusListModelCardExportJobsRequest. statusEquals()Only list model card export jobs with the specified status.static ModelCardExportJobStatusModelCardExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCardExportJobStatus[]ModelCardExportJobStatus. 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 ModelCardExportJobStatus Modifier and Type Method Description static Set<ModelCardExportJobStatus>ModelCardExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCardExportJobStatus Modifier and Type Method Description DescribeModelCardExportJobResponse.BuilderDescribeModelCardExportJobResponse.Builder. status(ModelCardExportJobStatus status)The completion status of the model card export job.ModelCardExportJobSummary.BuilderModelCardExportJobSummary.Builder. status(ModelCardExportJobStatus status)The completion status of the model card export job.ListModelCardExportJobsRequest.BuilderListModelCardExportJobsRequest.Builder. statusEquals(ModelCardExportJobStatus statusEquals)Only list model card export jobs with the specified status.
-