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.



12201
12202
12203
# File 'sig/types.rbs', line 12201

def deployment_config
  @deployment_config
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


12197
12198
12199
# File 'sig/types.rbs', line 12197

def inference_component_name
  @inference_component_name
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute runtime_config.



12200
12201
12202
# File 'sig/types.rbs', line 12200

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecification

Returns the value of attribute specification.



12198
12199
12200
# File 'sig/types.rbs', line 12198

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecification]

Returns the value of attribute specifications.



12199
12200
12201
# File 'sig/types.rbs', line 12199

def specifications
  @specifications
end