Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FileStatus.
RagFile status.
Generated from protobuf message google.cloud.aiplatform.v1.FileStatus
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Output only. RagFile state. |
↳ error_status |
string
Output only. Only when the |
getState
Output only. RagFile state.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. RagFile state.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrorStatus
Output only. Only when the state field is ERROR.
| Returns | |
|---|---|
| Type | Description |
string |
|
setErrorStatus
Output only. Only when the state field is ERROR.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|