Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EndpointInfo.Builder
-
Packages that use EndpointInfo.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointInfo.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointInfo.Builder Modifier and Type Method Description static EndpointInfo.BuilderEndpointInfo. builder()EndpointInfo.BuilderEndpointInfo.Builder. endpointName(String endpointName)The name of a customer's endpoint.EndpointInfo.BuilderEndpointInfo. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointInfo.Builder Modifier and Type Method Description static Class<? extends EndpointInfo.Builder>EndpointInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointInfo.Builder Modifier and Type Method Description default EndpointPerformance.BuilderEndpointPerformance.Builder. endpointInfo(Consumer<EndpointInfo.Builder> endpointInfo)Sets the value of the EndpointInfo property for this object.
-