Class: Aws::Types::RecommendationJobContainerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_input_config::String

Returns the value of attribute data_input_config.

Returns:

  • (::String)


10430
10431
10432
# File 'sig/types.rbs', line 10430

def data_input_config
  @data_input_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


10422
10423
10424
# File 'sig/types.rbs', line 10422

def domain
  @domain
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


10424
10425
10426
# File 'sig/types.rbs', line 10424

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


10425
10426
10427
# File 'sig/types.rbs', line 10425

def framework_version
  @framework_version
end

#nearest_model_name::String

Returns the value of attribute nearest_model_name.

Returns:

  • (::String)


10427
10428
10429
# File 'sig/types.rbs', line 10427

def nearest_model_name
  @nearest_model_name
end

#payload_configTypes::RecommendationJobPayloadConfig

Returns the value of attribute payload_config.



10426
10427
10428
# File 'sig/types.rbs', line 10426

def payload_config
  @payload_config
end

#supported_endpoint_type"RealTime", "Serverless"

Returns the value of attribute supported_endpoint_type.

Returns:

  • ("RealTime", "Serverless")


10429
10430
10431
# File 'sig/types.rbs', line 10429

def supported_endpoint_type
  @supported_endpoint_type
end

#supported_instance_types::Array[::String]

Returns the value of attribute supported_instance_types.

Returns:

  • (::Array[::String])


10428
10429
10430
# File 'sig/types.rbs', line 10428

def supported_instance_types
  @supported_instance_types
end

#supported_response_mime_types::Array[::String]

Returns the value of attribute supported_response_mime_types.

Returns:

  • (::Array[::String])


10431
10432
10433
# File 'sig/types.rbs', line 10431

def supported_response_mime_types
  @supported_response_mime_types
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


10423
10424
10425
# File 'sig/types.rbs', line 10423

def task
  @task
end