public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
A resource property name.
|
Filter.Builder |
operator(Operator operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter.Builder |
operator(String operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter.Builder |
value(String value)
A value used with
Name and Operator to determine which resources satisfy the
filter's condition. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
A resource property name. For example, TrainingJobName. For valid property names, see
SearchRecord. You must specify a valid property for the resource.
name - A resource property name. For example, TrainingJobName. For valid property names, see
SearchRecord. You must specify a valid property for the resource.Filter.Builder operator(String operator)
A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:
The value of Name equals Value.
The value of Name doesn't equal Value.
The Name property exists.
The Name property does not exist.
The value of Name is greater than Value. Not supported for text properties.
The value of Name is greater than or equal to Value. Not supported for text
properties.
The value of Name is less than Value. Not supported for text properties.
The value of Name is less than or equal to Value. Not supported for text
properties.
The value of Name is one of the comma delimited strings in Value. Only supported
for text properties.
The value of Name contains the string Value. Only supported for text properties.
A SearchExpression can include the Contains operator multiple times when the value
of Name is one of the following:
Experiment.DisplayName
Experiment.ExperimentName
Experiment.Tags
Trial.DisplayName
Trial.TrialName
Trial.Tags
TrialComponent.DisplayName
TrialComponent.TrialComponentName
TrialComponent.Tags
TrialComponent.InputArtifacts
TrialComponent.OutputArtifacts
A SearchExpression can include only one Contains operator for all other values of
Name. In these cases, if you include multiple Contains operators in the
SearchExpression, the result is the following error message: "
'CONTAINS' operator usage limit of 1 exceeded."
operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the
following values:
The value of Name equals Value.
The value of Name doesn't equal Value.
The Name property exists.
The Name property does not exist.
The value of Name is greater than Value. Not supported for text properties.
The value of Name is greater than or equal to Value. Not supported for text
properties.
The value of Name is less than Value. Not supported for text properties.
The value of Name is less than or equal to Value. Not supported for text
properties.
The value of Name is one of the comma delimited strings in Value. Only
supported for text properties.
The value of Name contains the string Value. Only supported for text
properties.
A SearchExpression can include the Contains operator multiple times when the
value of Name is one of the following:
Experiment.DisplayName
Experiment.ExperimentName
Experiment.Tags
Trial.DisplayName
Trial.TrialName
Trial.Tags
TrialComponent.DisplayName
TrialComponent.TrialComponentName
TrialComponent.Tags
TrialComponent.InputArtifacts
TrialComponent.OutputArtifacts
A SearchExpression can include only one Contains operator for all other
values of Name. In these cases, if you include multiple Contains operators
in the SearchExpression, the result is the following error message: "
'CONTAINS' operator usage limit of 1 exceeded."
Operator,
OperatorFilter.Builder operator(Operator operator)
A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:
The value of Name equals Value.
The value of Name doesn't equal Value.
The Name property exists.
The Name property does not exist.
The value of Name is greater than Value. Not supported for text properties.
The value of Name is greater than or equal to Value. Not supported for text
properties.
The value of Name is less than Value. Not supported for text properties.
The value of Name is less than or equal to Value. Not supported for text
properties.
The value of Name is one of the comma delimited strings in Value. Only supported
for text properties.
The value of Name contains the string Value. Only supported for text properties.
A SearchExpression can include the Contains operator multiple times when the value
of Name is one of the following:
Experiment.DisplayName
Experiment.ExperimentName
Experiment.Tags
Trial.DisplayName
Trial.TrialName
Trial.Tags
TrialComponent.DisplayName
TrialComponent.TrialComponentName
TrialComponent.Tags
TrialComponent.InputArtifacts
TrialComponent.OutputArtifacts
A SearchExpression can include only one Contains operator for all other values of
Name. In these cases, if you include multiple Contains operators in the
SearchExpression, the result is the following error message: "
'CONTAINS' operator usage limit of 1 exceeded."
operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the
following values:
The value of Name equals Value.
The value of Name doesn't equal Value.
The Name property exists.
The Name property does not exist.
The value of Name is greater than Value. Not supported for text properties.
The value of Name is greater than or equal to Value. Not supported for text
properties.
The value of Name is less than Value. Not supported for text properties.
The value of Name is less than or equal to Value. Not supported for text
properties.
The value of Name is one of the comma delimited strings in Value. Only
supported for text properties.
The value of Name contains the string Value. Only supported for text
properties.
A SearchExpression can include the Contains operator multiple times when the
value of Name is one of the following:
Experiment.DisplayName
Experiment.ExperimentName
Experiment.Tags
Trial.DisplayName
Trial.TrialName
Trial.Tags
TrialComponent.DisplayName
TrialComponent.TrialComponentName
TrialComponent.Tags
TrialComponent.InputArtifacts
TrialComponent.OutputArtifacts
A SearchExpression can include only one Contains operator for all other
values of Name. In these cases, if you include multiple Contains operators
in the SearchExpression, the result is the following error message: "
'CONTAINS' operator usage limit of 1 exceeded."
Operator,
OperatorFilter.Builder value(String value)
A value used with Name and Operator to determine which resources satisfy the
filter's condition. For numerical properties, Value must be an integer or floating-point
decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following
format: YYYY-mm-dd'T'HH:MM:SS.
value - A value used with Name and Operator to determine which resources satisfy the
filter's condition. For numerical properties, Value must be an integer or floating-point
decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the
following format: YYYY-mm-dd'T'HH:MM:SS.Copyright © 2021. All rights reserved.