Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListTrainingPipelinesRequest.
Request message for PipelineService.ListTrainingPipelines.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
The standard list filter.
Supported fields:
display_namesupports=,!=comparisons, and:wildcard.statesupports=,!=comparisons.training_task_definition=,!=comparisons, and:wildcard.create_timesupports=,!=,<,<=,>,>=comparisons.create_timemust be in RFC 3339 format.labelssupports general map functions that is:labels.key=value- key:value equality `labels.key:* - key existence
Some examples of using the filter are:
state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*"state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline"NOT display_name="my_pipeline"create_time>"2021-05-18T00:00:00Z"training_task_definition:"*automl_text_classification*"
#filter=
def filter=(value) -> ::String-
value (::String) —
The standard list filter.
Supported fields:
display_namesupports=,!=comparisons, and:wildcard.statesupports=,!=comparisons.training_task_definition=,!=comparisons, and:wildcard.create_timesupports=,!=,<,<=,>,>=comparisons.create_timemust be in RFC 3339 format.labelssupports general map functions that is:labels.key=value- key:value equality `labels.key:* - key existence
Some examples of using the filter are:
state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*"state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline"NOT display_name="my_pipeline"create_time>"2021-05-18T00:00:00Z"training_task_definition:"*automl_text_classification*"
-
(::String) —
The standard list filter.
Supported fields:
display_namesupports=,!=comparisons, and:wildcard.statesupports=,!=comparisons.training_task_definition=,!=comparisons, and:wildcard.create_timesupports=,!=,<,<=,>,>=comparisons.create_timemust be in RFC 3339 format.labelssupports general map functions that is:labels.key=value- key:value equality `labels.key:* - key existence
Some examples of using the filter are:
state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*"state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline"NOT display_name="my_pipeline"create_time>"2021-05-18T00:00:00Z"training_task_definition:"*automl_text_classification*"
#page_size
def page_size() -> ::Integer- (::Integer) — The standard list page size.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The standard list page size.
- (::Integer) — The standard list page size.
#page_token
def page_token() -> ::String- (::String) — The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.
#page_token=
def page_token=(value) -> ::String- value (::String) — The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.
- (::String) — The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.
#parent
def parent() -> ::String-
(::String) — Required. The resource name of the Location to list the TrainingPipelines from.
Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The resource name of the Location to list the TrainingPipelines from.
Format:
projects/{project}/locations/{location}
-
(::String) — Required. The resource name of the Location to list the TrainingPipelines from.
Format:
projects/{project}/locations/{location}
#read_mask
def read_mask() -> ::Google::Protobuf::FieldMask- (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
#read_mask=
def read_mask=(value) -> ::Google::Protobuf::FieldMask- value (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
- (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.