Class: Aws::Types::InferenceComponentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6640
6641
6642
# File 'sig/types.rbs', line 6640

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


6643
6644
6645
# File 'sig/types.rbs', line 6643

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


6644
6645
6646
# File 'sig/types.rbs', line 6644

def endpoint_name
  @endpoint_name
end

#inference_component_arn::String

Returns the value of attribute inference_component_arn.

Returns:

  • (::String)


6641
6642
6643
# File 'sig/types.rbs', line 6641

def inference_component_arn
  @inference_component_arn
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


6642
6643
6644
# File 'sig/types.rbs', line 6642

def inference_component_name
  @inference_component_name
end

#inference_component_status"InService", ...

Returns the value of attribute inference_component_status.

Returns:

  • ("InService", "Creating", "Updating", "Failed", "Deleting")


6646
6647
6648
# File 'sig/types.rbs', line 6646

def inference_component_status
  @inference_component_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6647
6648
6649
# File 'sig/types.rbs', line 6647

def last_modified_time
  @last_modified_time
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


6645
6646
6647
# File 'sig/types.rbs', line 6645

def variant_name
  @variant_name
end