@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFoundationModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFoundationModelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFoundationModelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getByCustomizationType()
List by customization type.
|
String |
getByInferenceType()
List by inference type.
|
String |
getByOutputModality()
List by output modality type.
|
String |
getByProvider()
A Amazon Bedrock model provider.
|
int |
hashCode() |
void |
setByCustomizationType(String byCustomizationType)
List by customization type.
|
void |
setByInferenceType(String byInferenceType)
List by inference type.
|
void |
setByOutputModality(String byOutputModality)
List by output modality type.
|
void |
setByProvider(String byProvider)
A Amazon Bedrock model provider.
|
String |
toString()
Returns a string representation of this object.
|
ListFoundationModelsRequest |
withByCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
|
ListFoundationModelsRequest |
withByCustomizationType(String byCustomizationType)
List by customization type.
|
ListFoundationModelsRequest |
withByInferenceType(InferenceType byInferenceType)
List by inference type.
|
ListFoundationModelsRequest |
withByInferenceType(String byInferenceType)
List by inference type.
|
ListFoundationModelsRequest |
withByOutputModality(ModelModality byOutputModality)
List by output modality type.
|
ListFoundationModelsRequest |
withByOutputModality(String byOutputModality)
List by output modality type.
|
ListFoundationModelsRequest |
withByProvider(String byProvider)
A Amazon Bedrock model provider.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setByProvider(String byProvider)
A Amazon Bedrock model provider.
byProvider
- A Amazon Bedrock model provider.public String getByProvider()
A Amazon Bedrock model provider.
public ListFoundationModelsRequest withByProvider(String byProvider)
A Amazon Bedrock model provider.
byProvider
- A Amazon Bedrock model provider.public void setByCustomizationType(String byCustomizationType)
List by customization type.
byCustomizationType
- List by customization type.ModelCustomization
public String getByCustomizationType()
List by customization type.
ModelCustomization
public ListFoundationModelsRequest withByCustomizationType(String byCustomizationType)
List by customization type.
byCustomizationType
- List by customization type.ModelCustomization
public ListFoundationModelsRequest withByCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
byCustomizationType
- List by customization type.ModelCustomization
public void setByOutputModality(String byOutputModality)
List by output modality type.
byOutputModality
- List by output modality type.ModelModality
public String getByOutputModality()
List by output modality type.
ModelModality
public ListFoundationModelsRequest withByOutputModality(String byOutputModality)
List by output modality type.
byOutputModality
- List by output modality type.ModelModality
public ListFoundationModelsRequest withByOutputModality(ModelModality byOutputModality)
List by output modality type.
byOutputModality
- List by output modality type.ModelModality
public void setByInferenceType(String byInferenceType)
List by inference type.
byInferenceType
- List by inference type.InferenceType
public String getByInferenceType()
List by inference type.
InferenceType
public ListFoundationModelsRequest withByInferenceType(String byInferenceType)
List by inference type.
byInferenceType
- List by inference type.InferenceType
public ListFoundationModelsRequest withByInferenceType(InferenceType byInferenceType)
List by inference type.
byInferenceType
- List by inference type.InferenceType
public String toString()
toString
in class Object
Object.toString()
public ListFoundationModelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()