Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::ModelQualityAppSpecification

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

Overview

Container image configuration object for the monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_argumentsArray<String>

An array of arguments for the container used to run the monitoring job.

Returns:

  • (Array<String>)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

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

#container_entrypointArray<String>

Specifies the entrypoint for a container that the monitoring job runs.

Returns:

  • (Array<String>)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

class ModelQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :problem_type,
  :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>)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

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

#image_uriString

The address of the container image that the monitoring job runs.

Returns:

  • (String)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

class ModelQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :problem_type,
  :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)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

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

#problem_typeString

The machine learning problem type of the model that the monitoring job monitors.

Returns:

  • (String)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

class ModelQualityAppSpecification < Struct.new(
  :image_uri,
  :container_entrypoint,
  :container_arguments,
  :record_preprocessor_source_uri,
  :post_analytics_processor_source_uri,
  :problem_type,
  :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)

35970
35971
35972
35973
35974
35975
35976
35977
35978
35979
35980
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35970

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