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)


2357
2358
2359
# File 'sig/types.rbs', line 2357

def endpoint_name
  @endpoint_name
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def inference_component_name
  @inference_component_name
end

#runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute runtime_config.



2361
2362
2363
# File 'sig/types.rbs', line 2361

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecification

Returns the value of attribute specification.



2359
2360
2361
# File 'sig/types.rbs', line 2359

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecification]

Returns the value of attribute specifications.



2360
2361
2362
# File 'sig/types.rbs', line 2360

def specifications
  @specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2362
2363
2364
# File 'sig/types.rbs', line 2362

def tags
  @tags
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def variant_name
  @variant_name
end