Class: Aws::Types::UpdateInferenceComponentInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::InferenceComponentDeploymentConfig

Returns the value of attribute deployment_config.



12277
12278
12279
# File 'sig/types.rbs', line 12277

def deployment_config
  @deployment_config
end

#inference_component_name::String

Returns the value of attribute inference_component_name.



12273
12274
12275
# File 'sig/types.rbs', line 12273

def inference_component_name
  @inference_component_name
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute runtime_config.



12276
12277
12278
# File 'sig/types.rbs', line 12276

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecification

Returns the value of attribute specification.



12274
12275
12276
# File 'sig/types.rbs', line 12274

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecification]

Returns the value of attribute specifications.



12275
12276
12277
# File 'sig/types.rbs', line 12275

def specifications
  @specifications
end