Documentation ¶
Index ¶
- type Client
- func (sm *Client) GetEndpoint(name, region, iamRole string) (*sagemaker.DescribeEndpointOutput, error)
- func (sm *Client) GetTrainingJob(jobID, region, iamRole string) (*sagemaker.DescribeTrainingJobOutput, error)
- func (sm *Client) GetTransformJob(jobID, region, iamRole string) (*sagemaker.DescribeTransformJobOutput, error)
- func (sm *Client) GetTuningJob(jobID, region, iamRole string) (*sagemaker.DescribeHyperParameterTuningJobOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for AWS SageMaker
func (*Client) GetEndpoint ¶
func (sm *Client) GetEndpoint(name, region, iamRole string) (*sagemaker.DescribeEndpointOutput, error)
GetEndpoint returns the specified endpoint.
func (*Client) GetTrainingJob ¶
func (sm *Client) GetTrainingJob(jobID, region, iamRole string) (*sagemaker.DescribeTrainingJobOutput, error)
GetTrainingJob returns the current status of the provided job.
func (*Client) GetTransformJob ¶
func (sm *Client) GetTransformJob(jobID, region, iamRole string) (*sagemaker.DescribeTransformJobOutput, error)
GetTransformJob returns the job description as provided by AWS.
func (*Client) GetTuningJob ¶
func (sm *Client) GetTuningJob(jobID, region, iamRole string) (*sagemaker.DescribeHyperParameterTuningJobOutput, error)
GetTuningJob returns the job description as provided by AWS.
Click to show internal directories.
Click to hide internal directories.