Class ModelOutputStep
java.lang.Object
com.google.genai.gaos.models.interactions.ModelOutputStep
- All Implemented Interfaces:
Step
ModelOutputStep
Output generated by the model.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelOutputStep.Builderbuilder()content()booleanerror()The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.inthashCode()toString()type()withContent(List<Content> content) The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
-
Constructor Details
-
ModelOutputStep
-
ModelOutputStep
public ModelOutputStep()
-
-
Method Details
-
content
-
error
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
-
type
-
builder
-
withContent
-
withError
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
-
equals
-
hashCode
public int hashCode() -
toString
-