Class EndpointInput

    • Method Detail

      • endpointName

        public final String endpointName()

        An endpoint in customer's account which has enabled DataCaptureConfig enabled.

        Returns:
        An endpoint in customer's account which has enabled DataCaptureConfig enabled.
      • localPath

        public final String localPath()

        Path to the filesystem where the endpoint data is available to the container.

        Returns:
        Path to the filesystem where the endpoint data is available to the container.
      • s3InputMode

        public final ProcessingS3InputMode s3InputMode()

        Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

        If the service returns an enum value that is not available in the current SDK version, s3InputMode will return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from s3InputModeAsString().

        Returns:
        Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.
        See Also:
        ProcessingS3InputMode
      • s3InputModeAsString

        public final String s3InputModeAsString()

        Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

        If the service returns an enum value that is not available in the current SDK version, s3InputMode will return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from s3InputModeAsString().

        Returns:
        Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.
        See Also:
        ProcessingS3InputMode
      • s3DataDistributionTypeAsString

        public final String s3DataDistributionTypeAsString()

        Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key. Defaults to FullyReplicated

        If the service returns an enum value that is not available in the current SDK version, s3DataDistributionType will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from s3DataDistributionTypeAsString().

        Returns:
        Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key. Defaults to FullyReplicated
        See Also:
        ProcessingS3DataDistributionType
      • featuresAttribute

        public final String featuresAttribute()

        The attributes of the input data that are the input features.

        Returns:
        The attributes of the input data that are the input features.
      • inferenceAttribute

        public final String inferenceAttribute()

        The attribute of the input data that represents the ground truth label.

        Returns:
        The attribute of the input data that represents the ground truth label.
      • probabilityAttribute

        public final String probabilityAttribute()

        In a classification problem, the attribute that represents the class probability.

        Returns:
        In a classification problem, the attribute that represents the class probability.
      • probabilityThresholdAttribute

        public final Double probabilityThresholdAttribute()

        The threshold for the class probability to be evaluated as a positive result.

        Returns:
        The threshold for the class probability to be evaluated as a positive result.
      • startTimeOffset

        public final String startTimeOffset()

        If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

        Returns:
        If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
      • endTimeOffset

        public final String endTimeOffset()

        If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

        Returns:
        If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
      • excludeFeaturesAttribute

        public final String excludeFeaturesAttribute()

        The attributes of the input data to exclude from the analysis.

        Returns:
        The attributes of the input data to exclude from the analysis.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)