Class: Aws::Types::AIBenchmarkEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def identifier
  @identifier
end

#inference_components::Array[Types::AIBenchmarkInferenceComponent]

Returns the value of attribute inference_components.



40
41
42
# File 'sig/types.rbs', line 40

def inference_components
  @inference_components
end

#target_container_hostname::String

Returns the value of attribute target_container_hostname.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def target_container_hostname
  @target_container_hostname
end