Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointInput
-
Packages that use EndpointInput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointInput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointInput Modifier and Type Method Description EndpointInputDataQualityJobInput. endpointInput()Returns the value of the EndpointInput property for this object.EndpointInputModelBiasJobInput. endpointInput()Returns the value of the EndpointInput property for this object.EndpointInputModelExplainabilityJobInput. endpointInput()Returns the value of the EndpointInput property for this object.EndpointInputModelQualityJobInput. endpointInput()Returns the value of the EndpointInput property for this object.EndpointInputMonitoringInput. endpointInput()The endpoint for a monitoring job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointInput Modifier and Type Method Description DataQualityJobInput.BuilderDataQualityJobInput.Builder. endpointInput(EndpointInput endpointInput)Sets the value of the EndpointInput property for this object.ModelBiasJobInput.BuilderModelBiasJobInput.Builder. endpointInput(EndpointInput endpointInput)Sets the value of the EndpointInput property for this object.ModelExplainabilityJobInput.BuilderModelExplainabilityJobInput.Builder. endpointInput(EndpointInput endpointInput)Sets the value of the EndpointInput property for this object.ModelQualityJobInput.BuilderModelQualityJobInput.Builder. endpointInput(EndpointInput endpointInput)Sets the value of the EndpointInput property for this object.MonitoringInput.BuilderMonitoringInput.Builder. endpointInput(EndpointInput endpointInput)The endpoint for a monitoring job.
-