Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MaxGRPCMessageSize contains max grpc message size supported by the client
MaxClientGRPCMessageSize = 100 * 1024 * 1024
)
Variables ¶
This section is empty.
Functions ¶
func GenerateCacheKey ¶
func GenerateCacheKey( inputs *pipelinespec.ExecutorInput_Inputs, outputs *pipelinespec.ExecutorInput_Outputs, outputParametersTypeMap map[string]string, cmdArgs []string, image string) (*cachekey.CacheKey, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an KFP service client.
func (*Client) CreateExecutionCache ¶
Click to show internal directories.
Click to hide internal directories.