Uses of Class
software.amazon.awssdk.services.sagemaker.model.DataCaptureConfigSummary
-
Packages that use DataCaptureConfigSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DataCaptureConfigSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DataCaptureConfigSummary Modifier and Type Method Description DataCaptureConfigSummaryDescribeEndpointResponse. dataCaptureConfig()Returns the value of the DataCaptureConfig property for this object.DataCaptureConfigSummaryEndpoint. dataCaptureConfig()Returns the value of the DataCaptureConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DataCaptureConfigSummary Modifier and Type Method Description DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.Endpoint.BuilderEndpoint.Builder. dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.
-