Class: Aws::SageMaker::Types::UiConfig

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

Overview

Note:

When making an API call, you may pass UiConfig data as a hash:

{
  ui_template_s3_uri: "S3Uri", # required
}

Provided configuration information for the worker UI for a labeling job.

Instance Attribute Summary collapse

Instance Attribute Details

#ui_template_s3_uriString

The Amazon S3 bucket location of the UI template. For more information about the contents of a UI template, see [ Creating Your Custom Labeling Task Template].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html

Returns:

  • (String)


11177
11178
11179
11180
# File 'lib/aws-sdk-sagemaker/types.rb', line 11177

class UiConfig < Struct.new(
  :ui_template_s3_uri)
  include Aws::Structure
end