Class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentResponse
Response message for SandboxEnvironmentExecutionService.Execute.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outputs
The outputs from the sandbox environment.
Declaration
[JsonProperty("outputs")]
public virtual IList<GoogleCloudAiplatformV1beta1Chunk> Outputs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1beta1Chunk> |