Module gapi_grpc::google::genomics::v1alpha2 [−][src]
Modules
controller_config | |
pipeline | |
pipeline_parameter | |
pipeline_resources | |
pipelines_v1_alpha2_client | Generated client implementations. |
run_pipeline_request |
Structs
ComputeEngine | Describes a Compute Engine resource that is being managed by a running [pipeline][google.genomics.v1alpha2.Pipeline]. |
ControllerConfig | Stores the information that the controller will fetch from the server in order to run. Should only be used by VMs created by the Pipelines Service and not by end users. |
CreatePipelineRequest | The request to create a pipeline. The pipeline field here should not have
|
DeletePipelineRequest | The request to delete a saved pipeline by ID. |
DockerExecutor | The Docker execuctor specification. |
GetControllerConfigRequest | Request to get controller configuation. Should only be used by VMs created by the Pipelines Service and not by end users. |
GetPipelineRequest | A request to get a saved pipeline by id. |
ListPipelinesRequest | A request to list pipelines in a given project. Pipelines can be
filtered by name using |
ListPipelinesResponse | The response of ListPipelines. Contains at most |
LoggingOptions | The logging options for the pipeline run. |
Pipeline | The pipeline object. Represents a transformation from a set of input
parameters to a set of output parameters. The transformation is defined
as a docker image and command to run within that image. Each pipeline
is run on a Google Compute Engine VM. A pipeline can be created with the
|
PipelineParameter | Parameters facilitate setting and delivering data into the pipeline’s execution environment. They are defined at create time, with optional defaults, and can be overridden at run time. |
PipelineResources | The system resources for the pipeline run. |
RunPipelineArgs | The pipeline run arguments. |
RunPipelineRequest | The request to run a pipeline. If |
RuntimeMetadata | Runtime metadata that will be populated in the [runtimeMetadata][google.genomics.v1.OperationMetadata.runtime_metadata] field of the Operation associated with a RunPipeline execution. |
ServiceAccount | A Google Cloud Service Account. |
SetOperationStatusRequest | Request to set operation status. Should only be used by VMs created by the Pipelines Service and not by end users. |
TimestampEvent | Stores the list of events and times they occured for major events in job execution. |