Class: Aws::SageMaker::Types::ModelBiasAppSpecification

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

Overview

Docker container image configuration object for the model bias job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_uriString

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

Returns:

  • (String)


30446
30447
30448
30449
30450
30451
30452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30446

class ModelBiasAppSpecification < Struct.new(
  :image_uri,
  :config_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#environmentHash<String,String>

Sets the environment variables in the Docker container.

Returns:

  • (Hash<String,String>)


30446
30447
30448
30449
30450
30451
30452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30446

class ModelBiasAppSpecification < Struct.new(
  :image_uri,
  :config_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#image_uriString

The container image to be run by the model bias job.

Returns:

  • (String)


30446
30447
30448
30449
30450
30451
30452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30446

class ModelBiasAppSpecification < Struct.new(
  :image_uri,
  :config_uri,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end