Class: Aws::SageMaker::Types::DataQualityAppSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Information about the container that a data quality monitoring job runs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_argumentsArray<String>

The arguments to send to the container that the monitoring job runs.

Returns:

  • (Array<String>)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#container_entrypointArray<String>

The entrypoint for a container used to run a monitoring job.

Returns:

  • (Array<String>)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#environmentHash<String,String>

Sets the environment variables in the container that the monitoring job runs.

Returns:

  • (Hash<String,String>)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#image_uriString

The container image that the data quality monitoring job runs.

Returns:

  • (String)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#post_analytics_processor_source_uriString

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

Returns:

  • (String)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#record_preprocessor_source_uriString

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

Returns:

  • (String)


9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9966

class DataQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end