Class: Aws::Types::ModelQualityAppSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:

  • (::Array[::String])


9199
9200
9201
# File 'sig/types.rbs', line 9199

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


9198
9199
9200
# File 'sig/types.rbs', line 9198

def container_entrypoint
  @container_entrypoint
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

  • (::Hash[::String, ::String])


9203
9204
9205
# File 'sig/types.rbs', line 9203

def environment
  @environment
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


9197
9198
9199
# File 'sig/types.rbs', line 9197

def image_uri
  @image_uri
end

#post_analytics_processor_source_uri::String

Returns the value of attribute post_analytics_processor_source_uri.

Returns:

  • (::String)


9201
9202
9203
# File 'sig/types.rbs', line 9201

def post_analytics_processor_source_uri
  @post_analytics_processor_source_uri
end

#problem_type"BinaryClassification", ...

Returns the value of attribute problem_type.

Returns:

  • ("BinaryClassification", "MulticlassClassification", "Regression")


9202
9203
9204
# File 'sig/types.rbs', line 9202

def problem_type
  @problem_type
end

#record_preprocessor_source_uri::String

Returns the value of attribute record_preprocessor_source_uri.

Returns:

  • (::String)


9200
9201
9202
# File 'sig/types.rbs', line 9200

def record_preprocessor_source_uri
  @record_preprocessor_source_uri
end