sagemaker

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*sagemaker.SageMaker
}

Client for AWS SageMaker

func NewClient

func NewClient(profile, region, sessionName string, sharedConfigFiles []string) (*Client, error)

NewClient - SageMaker client initializer

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL