Interface ElasticInferenceAccelerator.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>, SdkBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>, SdkPojo
Enclosing class:
ElasticInferenceAccelerator

public static interface ElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
  • Method Details

    • type

      The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.

      Parameters:
      type - The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The number of elastic inference accelerators to attach to the instance.

      Default: 1

      Parameters:
      count - The number of elastic inference accelerators to attach to the instance.

      Default: 1

      Returns:
      Returns a reference to this object so that method calls can be chained together.