Class: Aws::Types::RecommendationJobInputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_configTypes::RecommendationJobContainerConfig

Returns the value of attribute container_config.



10382
10383
10384
# File 'sig/types.rbs', line 10382

def container_config
  @container_config
end

#endpoint_configurations::Array[Types::EndpointInputConfiguration]

Returns the value of attribute endpoint_configurations.

Returns:



10380
10381
10382
# File 'sig/types.rbs', line 10380

def endpoint_configurations
  @endpoint_configurations
end

#endpoints::Array[Types::EndpointInfo]

Returns the value of attribute endpoints.

Returns:



10383
10384
10385
# File 'sig/types.rbs', line 10383

def endpoints
  @endpoints
end

#job_duration_in_seconds::Integer

Returns the value of attribute job_duration_in_seconds.

Returns:

  • (::Integer)


10377
10378
10379
# File 'sig/types.rbs', line 10377

def job_duration_in_seconds
  @job_duration_in_seconds
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


10376
10377
10378
# File 'sig/types.rbs', line 10376

def model_name
  @model_name
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.

Returns:

  • (::String)


10375
10376
10377
# File 'sig/types.rbs', line 10375

def model_package_version_arn
  @model_package_version_arn
end

#resource_limitTypes::RecommendationJobResourceLimit

Returns the value of attribute resource_limit.



10379
10380
10381
# File 'sig/types.rbs', line 10379

def resource_limit
  @resource_limit
end

#traffic_patternTypes::TrafficPattern

Returns the value of attribute traffic_pattern.



10378
10379
10380
# File 'sig/types.rbs', line 10378

def traffic_pattern
  @traffic_pattern
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


10381
10382
10383
# File 'sig/types.rbs', line 10381

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::RecommendationJobVpcConfig

Returns the value of attribute vpc_config.



10384
10385
10386
# File 'sig/types.rbs', line 10384

def vpc_config
  @vpc_config
end