Uses of Class
software.amazon.awssdk.services.sagemaker.model.EdgePackagingJobStatus
-
Packages that use EdgePackagingJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EdgePackagingJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EdgePackagingJobStatus Modifier and Type Method Description EdgePackagingJobStatusDescribeEdgePackagingJobResponse. edgePackagingJobStatus()The current status of the packaging job.EdgePackagingJobStatusEdgePackagingJobSummary. edgePackagingJobStatus()The status of the edge packaging job.static EdgePackagingJobStatusEdgePackagingJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EdgePackagingJobStatusListEdgePackagingJobsRequest. statusEquals()The job status to filter for.static EdgePackagingJobStatusEdgePackagingJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgePackagingJobStatus[]EdgePackagingJobStatus. 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 EdgePackagingJobStatus Modifier and Type Method Description static Set<EdgePackagingJobStatus>EdgePackagingJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EdgePackagingJobStatus Modifier and Type Method Description DescribeEdgePackagingJobResponse.BuilderDescribeEdgePackagingJobResponse.Builder. edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)The current status of the packaging job.EdgePackagingJobSummary.BuilderEdgePackagingJobSummary.Builder. edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)The status of the edge packaging job.ListEdgePackagingJobsRequest.BuilderListEdgePackagingJobsRequest.Builder. statusEquals(EdgePackagingJobStatus statusEquals)The job status to filter for.
-