JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class DataCaptureConfigSummary

    • Constructor Detail

      • DataCaptureConfigSummary

        public DataCaptureConfigSummary()
    • Method Detail

      • setEnableCapture

        public void setEnableCapture(Boolean enableCapture)

        Whether data capture is enabled or disabled.

        Parameters:
        enableCapture - Whether data capture is enabled or disabled.
      • getEnableCapture

        public Boolean getEnableCapture()

        Whether data capture is enabled or disabled.

        Returns:
        Whether data capture is enabled or disabled.
      • withEnableCapture

        public DataCaptureConfigSummary withEnableCapture(Boolean enableCapture)

        Whether data capture is enabled or disabled.

        Parameters:
        enableCapture - Whether data capture is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnableCapture

        public Boolean isEnableCapture()

        Whether data capture is enabled or disabled.

        Returns:
        Whether data capture is enabled or disabled.
      • setCaptureStatus

        public void setCaptureStatus(String captureStatus)

        Whether data capture is currently functional.

        Parameters:
        captureStatus - Whether data capture is currently functional.
        See Also:
        CaptureStatus
      • getCaptureStatus

        public String getCaptureStatus()

        Whether data capture is currently functional.

        Returns:
        Whether data capture is currently functional.
        See Also:
        CaptureStatus
      • withCaptureStatus

        public DataCaptureConfigSummary withCaptureStatus(String captureStatus)

        Whether data capture is currently functional.

        Parameters:
        captureStatus - Whether data capture is currently functional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaptureStatus
      • withCaptureStatus

        public DataCaptureConfigSummary withCaptureStatus(CaptureStatus captureStatus)

        Whether data capture is currently functional.

        Parameters:
        captureStatus - Whether data capture is currently functional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaptureStatus
      • setCurrentSamplingPercentage

        public void setCurrentSamplingPercentage(Integer currentSamplingPercentage)

        The percentage of requests being captured by your Endpoint.

        Parameters:
        currentSamplingPercentage - The percentage of requests being captured by your Endpoint.
      • getCurrentSamplingPercentage

        public Integer getCurrentSamplingPercentage()

        The percentage of requests being captured by your Endpoint.

        Returns:
        The percentage of requests being captured by your Endpoint.
      • withCurrentSamplingPercentage

        public DataCaptureConfigSummary withCurrentSamplingPercentage(Integer currentSamplingPercentage)

        The percentage of requests being captured by your Endpoint.

        Parameters:
        currentSamplingPercentage - The percentage of requests being captured by your Endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDestinationS3Uri

        public void setDestinationS3Uri(String destinationS3Uri)

        The Amazon S3 location being used to capture the data.

        Parameters:
        destinationS3Uri - The Amazon S3 location being used to capture the data.
      • getDestinationS3Uri

        public String getDestinationS3Uri()

        The Amazon S3 location being used to capture the data.

        Returns:
        The Amazon S3 location being used to capture the data.
      • withDestinationS3Uri

        public DataCaptureConfigSummary withDestinationS3Uri(String destinationS3Uri)

        The Amazon S3 location being used to capture the data.

        Parameters:
        destinationS3Uri - The Amazon S3 location being used to capture the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKmsKeyId

        public void setKmsKeyId(String kmsKeyId)

        The KMS key being used to encrypt the data in Amazon S3.

        Parameters:
        kmsKeyId - The KMS key being used to encrypt the data in Amazon S3.
      • getKmsKeyId

        public String getKmsKeyId()

        The KMS key being used to encrypt the data in Amazon S3.

        Returns:
        The KMS key being used to encrypt the data in Amazon S3.
      • withKmsKeyId

        public DataCaptureConfigSummary withKmsKeyId(String kmsKeyId)

        The KMS key being used to encrypt the data in Amazon S3.

        Parameters:
        kmsKeyId - The KMS key being used to encrypt the data in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /