Class: Aws::Types::DescribeInferenceComponentOutput

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)


4502
4503
4504
# File 'sig/types.rbs', line 4502

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


4496
4497
4498
# File 'sig/types.rbs', line 4496

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


4495
4496
4497
# File 'sig/types.rbs', line 4495

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4498
4499
4500
# File 'sig/types.rbs', line 4498

def failure_reason
  @failure_reason
end

#inference_component_arn::String

Returns the value of attribute inference_component_arn.

Returns:

  • (::String)


4494
4495
4496
# File 'sig/types.rbs', line 4494

def inference_component_arn
  @inference_component_arn
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


4493
4494
4495
# File 'sig/types.rbs', line 4493

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")


4504
4505
4506
# File 'sig/types.rbs', line 4504

def inference_component_status
  @inference_component_status
end

#last_deployment_configTypes::InferenceComponentDeploymentConfig

Returns the value of attribute last_deployment_config.



4505
4506
4507
# File 'sig/types.rbs', line 4505

def last_deployment_config
  @last_deployment_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4503
4504
4505
# File 'sig/types.rbs', line 4503

def last_modified_time
  @last_modified_time
end

#runtime_configTypes::InferenceComponentRuntimeConfigSummary

Returns the value of attribute runtime_config.



4501
4502
4503
# File 'sig/types.rbs', line 4501

def runtime_config
  @runtime_config
end

#specificationTypes::InferenceComponentSpecificationSummary

Returns the value of attribute specification.



4499
4500
4501
# File 'sig/types.rbs', line 4499

def specification
  @specification
end

#specifications::Array[Types::InferenceComponentSpecificationSummary]

Returns the value of attribute specifications.



4500
4501
4502
# File 'sig/types.rbs', line 4500

def specifications
  @specifications
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


4497
4498
4499
# File 'sig/types.rbs', line 4497

def variant_name
  @variant_name
end