flytekitplugins.awssagemaker_inference.BotoAgent

class flytekitplugins.awssagemaker_inference.BotoAgent[source]

A general purpose boto3 agent that can be used to call any boto3 method.

Methods

async do(task_template, inputs=None, **kwargs)[source]

This is the method that the agent will run.

Parameters:
  • task_template (TaskTemplate)

  • inputs (LiteralMap | None)

Return type:

Resource

Attributes

name = 'Boto Agent'
task_category

task category that the agent supports