class Aws::SageMaker::Types::ContextSource

A structure describing the source of a context.

@note When making an API call, you may pass ContextSource

data as a hash:

    {
      source_uri: "String2048", # required
      source_type: "String256",
      source_id: "String256",
    }

@!attribute [rw] source_uri

The URI of the source.
@return [String]

@!attribute [rw] source_type

The type of the source.
@return [String]

@!attribute [rw] source_id

The ID of the source.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContextSource AWS API Documentation

Constants

SENSITIVE