Class: Google::Cloud::AIPlatform::V1::ListTrainingPipelinesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The standard list filter.

Supported fields:

  • display_name supports =, != comparisons, and : wildcard.
  • state supports =, != comparisons.
  • training_task_definition =, != comparisons, and : wildcard.
  • create_time supports =, !=,<, <=,>, >= comparisons. create_time must be in RFC 3339 format.
  • labels supports 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*".

Returns:

  • (::String)

    The standard list filter.

    Supported fields:

    • display_name supports =, != comparisons, and : wildcard.
    • state supports =, != comparisons.
    • training_task_definition =, != comparisons, and : wildcard.
    • create_time supports =, !=,<, <=,>, >= comparisons. create_time must be in RFC 3339 format.
    • labels supports 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*"


102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 102

class ListTrainingPipelinesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The standard list page size.

Returns:

  • (::Integer)

    The standard list page size.



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 102

class ListTrainingPipelinesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.

Returns:



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 102

class ListTrainingPipelinesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the Location to list the TrainingPipelines from. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The resource name of the Location to list the TrainingPipelines from. Format: projects/{project}/locations/{location}



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 102

class ListTrainingPipelinesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 102

class ListTrainingPipelinesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end