Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointStatus
-
Packages that use EndpointStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointStatus Modifier and Type Method Description EndpointStatusDescribeEndpointResponse. endpointStatus()The status of the endpoint.EndpointStatusEndpoint. endpointStatus()The status of the endpoint.EndpointStatusEndpointMetadata. endpointStatus()The status of the endpoint.EndpointStatusEndpointSummary. endpointStatus()The status of the endpoint.EndpointStatusModelDashboardEndpoint. endpointStatus()The endpoint status.static EndpointStatusEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointStatusListEndpointsRequest. statusEquals()A filter that returns only endpoints with the specified status.static EndpointStatusEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStatus[]EndpointStatus. 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 EndpointStatus Modifier and Type Method Description static Set<EndpointStatus>EndpointStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointStatus Modifier and Type Method Description DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. endpointStatus(EndpointStatus endpointStatus)The status of the endpoint.Endpoint.BuilderEndpoint.Builder. endpointStatus(EndpointStatus endpointStatus)The status of the endpoint.EndpointMetadata.BuilderEndpointMetadata.Builder. endpointStatus(EndpointStatus endpointStatus)The status of the endpoint.EndpointSummary.BuilderEndpointSummary.Builder. endpointStatus(EndpointStatus endpointStatus)The status of the endpoint.ModelDashboardEndpoint.BuilderModelDashboardEndpoint.Builder. endpointStatus(EndpointStatus endpointStatus)The endpoint status.ListEndpointsRequest.BuilderListEndpointsRequest.Builder. statusEquals(EndpointStatus statusEquals)A filter that returns only endpoints with the specified status.
-