Class: Aws::Types::UpdateInferenceComponentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::InferenceComponentDeploymentConfig

Returns the value of attribute deployment_config.



12193
12194
12195
# File 'sig/types.rbs', line 12193

def deployment_config
  @deployment_config
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


12189
12190
12191
# File 'sig/types.rbs', line 12189

def inference_component_name
  @inference_component_name
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute runtime_config.



12192
12193
12194
# File 'sig/types.rbs', line 12192

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecification

Returns the value of attribute specification.



12190
12191
12192
# File 'sig/types.rbs', line 12190

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecification]

Returns the value of attribute specifications.



12191
12192
12193
# File 'sig/types.rbs', line 12191

def specifications
  @specifications
end