Class: Aws::Types::CreateInferenceComponentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def endpoint_name
  @endpoint_name
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def inference_component_name
  @inference_component_name
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute runtime_config.



2376
2377
2378
# File 'sig/types.rbs', line 2376

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecification

Returns the value of attribute specification.



2374
2375
2376
# File 'sig/types.rbs', line 2374

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecification]

Returns the value of attribute specifications.



2375
2376
2377
# File 'sig/types.rbs', line 2375

def specifications
  @specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2377
2378
2379
# File 'sig/types.rbs', line 2377

def tags
  @tags
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def variant_name
  @variant_name
end