package
0.1.12
Repository: https://github.com/johnhoman/go-kfp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

APIRelationshipCREATOR captures enum value "CREATOR".
APIRelationshipOWNER captures enum value "OWNER".
APIRelationshipUNKNOWNRELATIONSHIP captures enum value "UNKNOWN_RELATIONSHIP".
APIResourceTypeEXPERIMENT captures enum value "EXPERIMENT".
APIResourceTypeJOB captures enum value "JOB".
APIResourceTypeNAMESPACE captures enum value "NAMESPACE".
APIResourceTypePIPELINE captures enum value "PIPELINE".
APIResourceTypePIPELINEVERSION captures enum value "PIPELINE_VERSION".
APIResourceTypeUNKNOWNRESOURCETYPE captures enum value "UNKNOWN_RESOURCE_TYPE".
JobModeDISABLED captures enum value "DISABLED".
JobModeENABLED captures enum value "ENABLED".
JobModeUNKNOWNMODE captures enum value "UNKNOWN_MODE".

# Structs

APICronSchedule CronSchedule allow scheduling the job with unix-like cron swagger:model apiCronSchedule.
APIJob api job swagger:model apiJob.
APIListJobsResponse api list jobs response swagger:model apiListJobsResponse.
APIParameter api parameter swagger:model apiParameter.
APIPeriodicSchedule PeriodicSchedule allow scheduling the job periodically with certain interval swagger:model apiPeriodicSchedule.
APIPipelineSpec api pipeline spec swagger:model apiPipelineSpec.
APIResourceKey api resource key swagger:model apiResourceKey.
APIResourceReference api resource reference swagger:model apiResourceReference.
APIStatus api status swagger:model apiStatus.
APITrigger Trigger defines what starts a pipeline run.
APIValue Value is the value of the field.
PipelineSpecRuntimeConfig The runtime config of a PipelineSpec.
ProtobufAny `Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.

# Type aliases

APIRelationship api relationship swagger:model apiRelationship.
APIResourceType api resource type swagger:model apiResourceType.
JobMode Required input.