Class: Aws::SageMaker::Types::MonitoringAppSpecification

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>)


32239
32240
32241
32242
32243
32244
32245
32246
32247
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

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

#container_entrypointArray<String>

Specifies the entrypoint for a container used to run the monitoring job.

Returns:

  • (Array<String>)


32239
32240
32241
32242
32243
32244
32245
32246
32247
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

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

#image_uriString

The container image to be run by the monitoring job.

Returns:

  • (String)


32239
32240
32241
32242
32243
32244
32245
32246
32247
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

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


32239
32240
32241
32242
32243
32244
32245
32246
32247
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

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


32239
32240
32241
32242
32243
32244
32245
32246
32247
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

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