Skip navigation links
com.amazonaws.services.sagemaker.model

Class NestedFilters

    • Constructor Detail

      • NestedFilters

        public NestedFilters()
    • Method Detail

      • setNestedPropertyName

        public void setNestedPropertyName(String nestedPropertyName)

        .The name of the property used in the nested filters.

        Parameters:
        nestedPropertyName - .The name of the property used in the nested filters.
      • getNestedPropertyName

        public String getNestedPropertyName()

        .The name of the property used in the nested filters.

        Returns:
        .The name of the property used in the nested filters.
      • withNestedPropertyName

        public NestedFilters withNestedPropertyName(String nestedPropertyName)

        .The name of the property used in the nested filters.

        Parameters:
        nestedPropertyName - .The name of the property used in the nested filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<Filter> getFilters()

        A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

        Returns:
        A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.
      • setFilters

        public void setFilters(Collection<Filter> filters)

        A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

        Parameters:
        filters - A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.
      • withFilters

        public NestedFilters withFilters(Filter... filters)

        A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

        NOTE: This method appends the values to the existing list (if any). Use setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override the existing values.

        Parameters:
        filters - A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFilters

        public NestedFilters withFilters(Collection<Filter> filters)

        A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

        Parameters:
        filters - A list of filters. Each filter acts on a property. For example, a NestedFilters call might include a filter on the PropertyName parameter fof the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object

Copyright © 2018. All rights reserved.